OTL Self Service Time Card to OTL Timekeeper

Hi All,
I'm new to the Oracle HRMS module and have a question. Can you update OTL Timekeeper with time cards from OTL Self Service? I did read a very brief, one or two line sentence in one of the implementation manuals that said you could. However, at this point, I have researched in vein and still cannot find any information as to how or what should be done.
Any help is greatly appreciated,
Thanks,
Paul

Hi Gaurav,
Sure.
We would like to take the employee time cards being entered into the (OTL Self Service Time Entry) and once approved, have them automatically populate the OTL Timekeeper by employee. These employees are already defined in various Timekeeper groups. Once the supervisor opens up that group in Timekeeper they will be able to export those employee time records to an excel spreadsheet for further data manipulation. That's our end goal.
The question I have is, how does the upload from (OTL Self Service Time Entry to OTL Timekeeper) happen?
Does it happen once the employee time card has been approved?
or
Do you have to launch some type of concurrent job, etc?
I just can't find that process answer and what if anything that needs to be done.
Again, thanks in advance for any help you can provide.
Paul

Similar Messages

  • Query on Oracle Self Service Time & its R12 Upgrade

    We have received a request from one of the prospective US based client for R12 upgrade proposal. The RFP say “Upgrade of Self-Service Time to Oracle Time and Labor (since Self-Service Time is not supported in R12) “.
    Any idea on Self-Service Time, is it different module?
    Has anyone done upgrade from Self-Service Time to Oracle Time? Need help to arrive at efforts required for upgrade from self-service-Time to OTL.

    user13094558 wrote:
    We have received a request from one of the prospective US based client for R12 upgrade proposal. The RFP say “Upgrade of Self-Service Time to Oracle Time and Labor (since Self-Service Time is not supported in R12) “.
    Any idea on Self-Service Time, is it different module?
    Has anyone done upgrade from Self-Service Time to Oracle Time? Need help to arrive at efforts required for upgrade from self-service-Time to OTL.Please see these docs/links.
    Oracle Time and Labor Information Center [ID 1293475.1]
    Oracle E-Business Suite Upgrade Guide Release 11i to 12.1
    http://docs.oracle.com/cd/E18727_01/doc.121/e16342/toc.htm
    Oracle Time and Labor Implementation and User's Guide
    http://docs.oracle.com/cd/E18727_01/doc.121/e13521/toc.htm
    R12 HRMS
    http://docs.oracle.com/cd/E18727_01/nav/hrm.htm
    Thanks,
    Hussein

  • Oracle Self Service time

    Hi,
    Can anyone tell me that how to have default into oracle self service time. For e.g suppose if i have not submitted time card from 6/12-6/18 then in the week of 6/19 - 6/25, I should see the timecard for 6/12-6/18 in oracle self service time not for 6/19-6/25

    Unless you are on R12.1, you can't control this value. If you are on 12.1, Default Timecard Period has been added to preference Self Service Timecard Period for a Worker, where the following options are available:
    Period on or after system date
    Earliest Period prior to system date
    Closest Period prior to system date
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Self Service Time Customization

    Hi Friends
    I have a requirement to include an option button / listbox to show where the consultant worked. That is either onsite or offsite in Self Service Time Application. We are in 11.5.10 version.
    We dont have any descriptive flexfields in this HTML based application.
    How can i do this. ? Please suggest me
    Regards
    Rajkumar

    OTL Timecard selfservice pages are not true OA pages and are based out of LDT layout files. There are wrapper classes over OA beans and a custom rendering engine to render the timecards. There are still some references to AK and hence the corresponding changes. We can directly use LOV OA regions on 11.5.10+ instances along with the LDT changes, but I still won't suggest that.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • OTL/HXC - Adding Help Link to Self Service Time Entry (TcActivitiesPG)

    Hello folks,
    I'm a system analyst newly assigned to handling Oracle HR at my job. One thing I'm looking into is the possibility of adding a link to help documentation on our intranet (i.e. outside of Oracle) to the page where employees enter their time (using Self Service OTL). The problem is that no matter how much I look at personalizations for this page, I can't seem to track down a page element that could be used for that. I know there should be something, but I'm not having any luck.
    Does anyone have any suggestions for me? How would you add an arbitrary link at the top (or bottom) of the self service timecards?

    We're in the process of upgrading to R12; is it possible to add or custom links through personalization there, or is it still something that can only be done via customization? (We can certainly do the latter, but were hoping for a solution that didn't require it.)
    - Brad

  • OTL Self Service Error Message

    We use OTL Timekeeper functionality for entering time, but want to switch to some Self Serve OTL time entry also. The error messages we are currently using work fine in OTL. The overtime rule goes out, validates the time entered, and returns an error apparopriately. When I try this in Self Service, I get the following errors:
    The Oracle error is: ORA-20000: ORA-20001:ORA-20001: Formula KCI_JEAN_TEST_TOKEN: ORA-01403: no data found ORA-01403: no data found Cause: During the PL/SQL execution part, an Oracle error was detected. Action: Please refer to your system administrator..
    I am unsure why. If I enter time in Timekeeper, it tells me I don't have enough regular time to charge overtime. However in self serve, I just get this weird message.
    Ideas? I can post my entire fast formula (it calls a pl/sql function to do the actual verification that return any errors found to the fast formula) if you are interested.
    Jean Farmer
    KCI Technologies

    I wrote this code to test the passing of Tokens and it works perfectly. The messages come out condensed into two messages with tokens.
    /********************SAMPLE1*************************************/
    Default for MESG1 is ' '
    Default for MESG2 is ' '
    Default for MESG3 IS ' '
    Default for MESG4 IS ' '
    INPUTS ARE Resource_id,
    submission_date(TEXT),
    MESG1(TEXT),
    MESG2(TEXT),
    MESG3(TEXT),
    MESG4(TEXT)
    JEAN1 = 'JEAN LINE 1'
    JEAN2 = ' '
    JEAN3 = ' '
    JEAN4 = ' '
    JEAN5 = 'JEAN LINE 5'
    JEAN6 = ' '
    /*Squish the messages into just two lines, jean1,jean2*/
    JEAN6=KCI_OTL_MESSAGE_ORDER(JEAN1,JEAN2,JEAN3,JEAN4,JEAN5)
    IF LENGTH(JEAN1) > 3 THEN
    RULE_STATUS = 'E'
    MESSAGE1='HXC_XXKCI_OTL_ERR3'
    TOKEN_NAME1='KCI_ERR3'
    TOKEN_VALUE1=JEAN1
    IF LENGTH(JEAN2) > 3 THEN
    MESSAGE2='HXC_XXKCI_OTL_ERR4'
    TOKEN_NAME2='KCI_ERR4'
    TOKEN_VALUE2=JEAN2
    RETURN RULE_STATUS, MESSAGE1, TOKEN_NAME1, TOKEN_VALUE1, MESSAGE2, TOKEN_NAME2, TOKEN_VALUE2
    /*******************END SAMPLE 1*******************************/
    This one keeps returning the no data found error I listed up top whenever it runs. I'm not really understanding what the issue is though... obviously something with the KCI_OVERTIME_VALIDATION. However the KCI_OVERTIME_VALIDATION runs currently in the current fastformula and it works great without tokens. It returns message1..5 without an error and reads correctly. However as soon as I try and put it in here with tokens, it starts giving me the no data found errors.
    Please note - this works great with Timekeeper, but in Self Service OTL it returns the error.
    /**************** SAMPLE 2 - WHICH RESULTS IN ERRORS ***************/
    Default for MESG1 is ' '
    Default for MESG2 is ' '
    Default for MESG3 IS ' '
    Default for MESG4 IS ' '
    INPUTS ARE Resource_id,
    submission_date(TEXT),
    MESG1(TEXT),
    MESG2(TEXT),
    MESG3(TEXT),
    MESG4(TEXT)
    JEAN1 = ' '
    JEAN2 = ' '
    JEAN3 = ' '
    JEAN4 = ' '
    JEAN5 = ' '
    JEAN6 = ' '
    JEAN5=KCI_OVERTIME_VALIDATION(RESOURCE_ID,submission_date,JEAN1,JEAN2,JEAN3,JEAN4)
    JEAN6=KCI_OTL_MESSAGE_ORDER(JEAN1,JEAN2,JEAN3,JEAN4,JEAN5)
    IF LENGTH(JEAN1) > 3 THEN
    RULE_STATUS = 'E'
    MESSAGE1='HXC_XXKCI_OTL_ERR3'
    TOKEN_NAME1='KCI_ERR3'
    TOKEN_VALUE1=JEAN1
    IF LENGTH(JEAN2) > 3 THEN
    MESSAGE2='HXC_XXKCI_OTL_ERR4'
    TOKEN_NAME2='KCI_ERR4'
    TOKEN_VALUE2=JEAN2
    RETURN RULE_STATUS, MESSAGE1, TOKEN_NAME1, TOKEN_VALUE1, MESSAGE2, TOKEN_NAME2, TOKEN_VALUE2
    /*******************END SAMPLE 2 ********************************/

  • OTL & Self Service Module on internet

    Hi,
    We are using OTL and self service module in R12.1.3/11gr2. We are looking to deploy OTL and Self Service to be on Internet but other modules are not like GL etc. Employee don't need to come secure office connection and do their work or submit time sheet etc. Please point me if any ML document or presentation , how to configure OTL and Self service module on internet.
    thanks

    Hi,
    All you have to do is assign the profile Responsibility Trust Level to a responsibility which users want to access outside the secured area.
    Make sure the value is External for this profile.
    If you want to give access to only a set of functions under a responsibility, then you will have to create a new responsibility.
    Cheers,
    Vignesh

  • Defaulting the Expenditure Type field in OTL self service screens

    Hello,
    I am having a requirement in OTL to provide the default value for the Expenditure Type in Self Service Screens.
    I have tried to set the attribute “HXC_CUI_EXPTYPE2_LOV” by extending the TimecardCO. But it did not work.
    Can somebody guide me on this issue?
    Regards,
    Munish

    [ There original post I made is incorrect.  The classes/shared libraries need only to be available to the server - they do not need to be available to ALDSP Studio, since the database is access via the server. Double check that the required classes/shared libraries for your jdbc driver are available to your server ]
    I searched our CR database for the stacktrace/error that you have and found serveral CR. Most of them indicate the problem was jar file(s) for the jdbc driver were not present in the client classpath. So - whatever you added to the server classpath (and PATH - if there were also shared object libraries) - we need to add those to the ALDSP Studio (eclipse) classpath (PATH).
    you can put the jar(s) in
    aldsp_3.0\eclipse-plugins\dsp\eclipse\plugins\com.bea.dsp.ide.external_3.0.0
    and modifying
    aldsp_3.0\eclipse-plugins\dsp\eclipse\plugins\com.bea.dsp.ide.external_3.0.0\META-INF/manifest.mf.
    There are two places in manifest.mf you will need to add the jar file - once under Bundle-Classpath and once under Export-Package.
    Edited by mreiche at 03/07/2008 10:48 AM

  • Error when submitting Time card by Self Service Time responsibility

    "Online retrieval of absences for Mr. Atul Agarwal has failed. Please Contact your System Administrator. "
    When trying to submit a Time Card I am getting the above error. Can someone pls help???

    "Online retrieval of absences for Mr. Atul Agarwal has failed. Please Contact your System Administrator. "
    When trying to submit a Time Card I am getting the above error. Can someone pls help???

  • Getting a error when submitting Time card by Self Service Time responsibili

    *"Online retrieval of absences for Mr. Atul Agarwal has failed. Please Contact your System Administrator. "*
    When trying to submit a Time Card I am getting the above error. Can someone pls help???

    "Online retrieval of absences for Mr. Atul Agarwal has failed. Please Contact your System Administrator. "
    When trying to submit a Time Card I am getting the above error. Can someone pls help???

  • Split up of Time Cards  - OTL Self Service

    Hi,
    I have a requirement that the employee may charge his time against multiple projects. A notification is issued to the corresponding supervisors.
    When the supervisor logs in, he has to see only his project related details.
    Is there any way I can restrict data of other projects popping in...
    Message was edited by:
    user535605

    user535605,
    Check the project manager approval style. It will provide you what you are looking for. I am assuming that by supervisor you mean the corresponding the project manager.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                   

  • OTL Self Service Customisation Question

    I am currently going through our implementation of OTL and I am looking to make a few changes, I have a reasonable grasp of most of it and how it all fits together but I can't for the life of me figure out one thing.
    In the ldt files for the entry/review/confirmation etc, the code is referring to all kinds of fields which appear to be references to values in the timecard.
    These include stuff like hxccuiprojectid, hxccuitaskprojectid, hxccuitetprojectid.
    These values seem very similar to the a few we have setup in the AK Regions but I can not find the full set in there..
    Can anyone tell me where the hell these values are setup and what exactly they point to, or is there some kind of variable format you use which Oracle just understands and it's just not very well documented?

    Hi,
    I had a look at document 788130.1 and while I am not currently having problems with the length of attribute6 there is mention of changing the AK Attributes.
    The problem I have is there does not appear to be all the attributes being referenced in attribute6 present as AK attributes.
    Basically I can't find the attributes such as hxccuittaskprojectid, etc....

  • Adding comment in the OTL Timecard ( in both timekeeper entry & Self-Service)

    Hi all,
    I need to add a new comment field in the timecard (both the timekeeper entry page & the Timecard Self-Service page).
    I am going through the white paper "Configuring The Oracle Time and Labor Timecard User Interface" currently.
    what i understand is modifying the LDT file will allow me to add the desired comment in the TimeCard Self Service page, while I need it to be exist in the Timekeeper Entry page also.
    i should be able to enter the employee timecard with my comment in the new comment field using the timekeeper entry page and submit it for approval. The approver should be able to review and see my comment in the employee timecard self service page.
    what are the required steps to have the new comment field exist in both layouts?
    also, is it possible to add the comment not as a new column, can we add the field just beside the seeded comment in the Timekeeper Entry down beside the Select All/Deselect All button?
    Note: I am using the Payroll TimeCard Layout.
    Thanks for any help.

    Hi Gaurav,
    Sure.
    We would like to take the employee time cards being entered into the (OTL Self Service Time Entry) and once approved, have them automatically populate the OTL Timekeeper by employee. These employees are already defined in various Timekeeper groups. Once the supervisor opens up that group in Timekeeper they will be able to export those employee time records to an excel spreadsheet for further data manipulation. That's our end goal.
    The question I have is, how does the upload from (OTL Self Service Time Entry to OTL Timekeeper) happen?
    Does it happen once the employee time card has been approved?
    or
    Do you have to launch some type of concurrent job, etc?
    I just can't find that process answer and what if anything that needs to be done.
    Again, thanks in advance for any help you can provide.
    Paul

  • OTL Time Card issue in Self Service

    Hi All,
    I am working in OTL. I m new to this module. Currently i am facing the below issue.
    In OTL, there is a validation of project and task when user enters time card.
    Whenever user enters time cards against the hour type which is not of PTO (e.g. regular) etc, project number
    and project task should be mandatory.
    It is working fine in OTL Time Keeper, but not working in Self Service Time Card.
    I am analyzing the issue but not getting the exact solution for the same.
    Kindly reply me to resolve it.
    Thanks in Advance
    Regards,
    Basaw

    HI all,
    can anyone suggest me what steps should i take to resolve this issue?
    Thanks in advance.
    Regards,
    Basaw

  • OTL: Time Cards

    Hi,
    So far I have created timekeeper timecards. Now Im moving to self service time cards.My question is, like how we add the fields that we want in Time Keeper timecard using the preference 'Timekeeper Layout Attributes', is there anything available for self service timecards?
    So is it that like how I change my timekeeper timecards just using prefrences, I cant do the same in SSHR. Should I use personalization framework, create my own timecard layout and then use it?
    Please share your thoughts.
    Tks.

    KKN,
    Because layout changes involves view changes, query modification and use of FNDLOAD command besides many other things, it is not completely a functional area but again it is not completely a technical thing. Either you should be a bit techie or should have a techie around for little help.
    Coming to costing field, by default it is mapped to an independent value set called "US#Cost Center" in the seeded LDT file. So just define this value set and whatever values you have in it, will appear on the timecard.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Reversal of Account Maintance.......

    Hi All, There is a third party PO, in which the below entries have been completed:- 1.Invoice doc. 2.Account maintenance 3.GR User want to reverse the GR, So Whats the procedure will be followed by him, Sure It's needed to reverse the Invoice first t

  • Output determination for Transfer Order(WMTORD)

    Hi Friends,   My Requirement is to send an idoc to an external warehouse when i save Transfer Order.   For that i have created a Partner Profile with message type WMTORD.   When i save the transfer Order if the warehouse number and storage type match

  • It possible to send a copy of invoice as pdf files to sales agents bye-mail

    Hi All, Please let me know, is it possible to send a copy of invoice as pdf files to sales agents by e-mail triggered by the invoicing or is it only possible manually through ZPDF. If Possible please let know how to achieve it. Aditya

  • Where to find self service log

    Hi, I have setup self service portal under Enterprise Infrastructure Cloud on EM12c. When a SSA user requests a server using a template, the request fails with "Execution Error" and no other detail on Self Service Portal Screen. Do any one one know h

  • Installing a third party program on macbook air

    Can someone please tell me how to install a third party program from a CD onto a Macbook Air? I've spent the last 8-10 hours trying to figure this out and I keep going around in circles. The program I want to install is on my desktop. I've tried Migr