OTL : time Card problem

Hi Gurus
i am facing a problem on time card
i have created the elements and liked after that i created the element set and run the concurrent program"Generate flexfield mapping process"
i got the elements in the alternate name form..and i am able to access those elements in SSHR form
through SSHR form i am able to enter the date and transfering to the payroll
but my question is i am not getting the element on the timecard
what i have to do
to get the elements on the time card

There is lot of setup required to get a timecard running. Most probably either the elements are not linked to employee or the preferences setup for your employee is incomplete.
--Shiv                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Adding Project Name in OTL Time Card

    Hello All,
    I have done the following Changes to display Project Name in OTL time Card in R12.1.3 with no luck, please let me know.
    1. Added Attribute28 as PROJECTNAME for Context - PROJECTS in OTL INformation Types - DFF
    2. Using AK Html Forms, Added HXC_CUI_PROJECT_NAME to HXC_CUI_TIMECARD
    3. Added Mapping PROJECTNAME
    4. Ran the Generate Flexfield and Mapping Information
    5. Modified and uploaded the ldt
    6. Made Changes to Preferences using OTL Application Developer to look at latest layout
    7. Bounced Apache Server
    BEGIN HXC_LAYOUTS "ZEN_PROJECTS-TIMECARD" "HXC"
    OWNER = "RSREENIV"
    DISPLAY_LAYOUT_NAME = "Z Projects Timecard Layout"
    LAYOUT_TYPE = "TIMECARD"
    TOP_LEVEL_REGION_CODE = "HXCCONFIGTESTCUI"
    LAST_UPDATE_DATE = "2012/01/06"
    BEGIN HXC_LAYOUT_COMP_QUALIFIERS "Projects Timecard Layout - Project"
    OWNER = "ORACLE"
    QUALIFIER_ATTRIBUTE_CATEGORY = "LOV"
    QUALIFIER_ATTRIBUTE1 = "ProjectLOVVO"
    QUALIFIER_ATTRIBUTE2 = "N"
    QUALIFIER_ATTRIBUTE3 = "HXC_CUI_PROJECT_LOV"
    QUALIFIER_ATTRIBUTE4 = "809"
    QUALIFIER_ATTRIBUTE5 = "12"
    #QUALIFIER_ATTRIBUTE6 ="HxcCuiProjectNumber|PROJECT-DISPLAY|CRITERIA|N|HxcCuiProjectId|PROJECT|RESULT|N|HxcCuiProjectNumber|PROJECT-DISPLAY|RESULT|N"
    QUALIFIER_ATTRIBUTE6 ="HxcCuiProjectNumber|PROJECT-DISPLAY|CRITERIA|N|HxcCuiProjectId|PROJECT|RESULT|N|HxcCuiProjectNumber|PROJECT-DISPLAY|RESULT|N|HxcCuiProjectName|PROJECTNAME|RESULT|N"
    QUALIFIER_ATTRIBUTE8 = "ProjectNumber"
    QUALIFIER_ATTRIBUTE9 = "ProjectId#NUMBER"
    QUALIFIER_ATTRIBUTE10 = "oracle.apps.hxc.selfservice.timecard.server.ProjectLOVVO"
    QUALIFIER_ATTRIBUTE17 = "OraTableCellText"
    QUALIFIER_ATTRIBUTE20 = "N"
    QUALIFIER_ATTRIBUTE21 = "Y"
    QUALIFIER_ATTRIBUTE22 = "L"
    QUALIFIER_ATTRIBUTE25 = "FLEX"
    QUALIFIER_ATTRIBUTE26 = "PROJECTS"
    QUALIFIER_ATTRIBUTE27 = "Attribute1"
    QUALIFIER_ATTRIBUTE28 = "PROJECT"
    LAST_UPDATE_DATE = "2004/05/24"
    END HXC_LAYOUT_COMP_QUALIFIERS
    END HXC_LAYOUT_COMPONENTS
    ### Project Name Component start ###
    BEGIN HXC_LAYOUT_COMPONENTS "Projects Timecard Layout - Project Name"
    OWNER = "ORACLE"
    COMPONENT_VALUE = "PROJECTNAME"
    REGION_CODE = "HXC_CUI_TIMECARD"
    REGION_CODE_APP_SHORT_NAME = "HXC"
    ATTRIBUTE_CODE = "HXC_CUI_PROJECT_NAME"
    ATTRIBUTE_CODE_APP_SHORT_NAME = "HXC"
    SEQUENCE = "215"
    COMPONENT_DEFINITION = "TEXT_FIELD"
    RENDER_TYPE = "WEB"
    PARENT_COMPONENT = "Projects Timecard Layout - Day Scope Building blocks for worker timecard matrix"
    LAST_UPDATE_DATE = "2004/05/24"
    BEGIN HXC_LAYOUT_COMP_QUALIFIERS "Projects Timecard Layout - Project Name"
    OWNER = "ORACLE"
    QUALIFIER_ATTRIBUTE_CATEGORY = "TEXT_FIELD"
    # Show Label (Component)
    QUALIFIER_ATTRIBUTE1 = "N"
    # Show Label (Parent Component)
    QUALIFIER_ATTRIBUTE2 = "N"
    # Field Width
    QUALIFIER_ATTRIBUTE3 = "20"
    # Field Height
    QUALIFIER_ATTRIBUTE4 = "1"
    # Style Class
    QUALIFIER_ATTRIBUTE17 = "OraInlineInfoText"
    # Display On New Line
    QUALIFIER_ATTRIBUTE20 = "N"
    # Show Outside Building Block
    QUALIFIER_ATTRIBUTE21 = "Y"
    # Outside Direction
    QUALIFIER_ATTRIBUTE22 = "L"
    # Access Method
    QUALIFIER_ATTRIBUTE25 = "FLEX"
    # Context
    QUALIFIER_ATTRIBUTE26 = "PROJECTS"
    # View Object Attribute
    QUALIFIER_ATTRIBUTE27 = "Attribute28"
    # Component Alias
    QUALIFIER_ATTRIBUTE28 = "PROJECTNAME"
    # Read Only
    QUALIFIER_ATTRIBUTE30 = "Y"
    LAST_UPDATE_DATE = "2004/05/24"
    END HXC_LAYOUT_COMP_QUALIFIERS
    END HXC_LAYOUT_COMPONENTS
    ### Project Name Component end ###
    Edited by: 891594 on Jan 6, 2012 11:40 AM
    Edited by: 891594 on Jan 6, 2012 11:54 AM

    In extended controller processRequest method:
    Get the project ID, asssuming that you are passing project id through hash map.
    String prjId = pageContext.getParameter("ProectId_Parameter");
    Default the LOV item value using:
    OAMessageLovInputBean msglov = (OAMessageLovInputBean)webBean.findChildRecursive("ProjectId");
    if(msglov != null)
    msglov.setText(pageContext,"Hello");
    -Anand

  • OTL Time Cards to PA Integration. - All Time cards are imported into One OU

    Hi,
    At our site, we have implemented OTL to support PA. (No Payroll/HRMS).
    We have created multiple selfservice Time Resp for each Operating Units. The MO Operating Unit for the responsibility is set to corresponding OU for each responsibility.
    The issue is that,
    When the Time cards are approved and the PRC: Transaction Import is ran for each operating unit (again difft responsibility for each OU), it is not importing the time cards into the respective OU in PA. Rather When we run the PRC: Transaction Import in US operating unit, all the Timecards are imported in the US OU.
    We found, For all the OTL time cards, the ATTRIBUTE1 for the "SECURITY" Attribute category is 84 (which is US OU) in hxc_time_attributes table.
    which configruation controls this ? Why the MO: Operating Unit is not used to populate the value or is there any other profile which needs to be set to get the right OU?
    Any help on this is greatly appreciated.
    Thanks
    Chidambaram

    Please check and confirm whether you have the profile 'HR:Business Group' set to corresponding BGs for the respective time entry responsibilities.
    --Shiv                                                                                                                                                                                                                                                                                                                       

  • OTL Time card versions issue

    Hi,
    For a particular timecard.
    The timesheet has 2 versions.  The days has 2 versions, but the detail have 3.  So the max version number on the timesheet  is 2.  The max version number on the DAYS is 2.  But the max version number in the detail is 3. 
    My joins work as follows:
    timesheet.time_building_block_id=<timecard id>
    timeday.parent_building_block_id=timesheet.time_building_block_id and timeday.parent_building_block_ovn=timesheet.object_version_number and
    timedetail.parent_building_block_id=timeday.time_building_block_id and
    timedetail.parent_building_block_ovn=timeday.object_version_number
    Because of this, I am reporting incorrect results.
    A)  Is this normal?
    B)  How should I handle this?

    Duplicate post -- OTL Time Card issue in Self Service

  • OTL Time card || Details page || DFF

    Hello every one,
    Iam one working on OTL time card Details page.
    Navigation:CreateTimeCard>>Click on details icon on table region.
    Here we have DFF: PA_EXPENDITURE_ITEMS_DESC_FLEX
    Need to set the default value to this DFF ,even im not able find DFF in co XXXTimecardsListCO extended T
    TimecardsListCO
    Below code used:
    OADescriptiveFlexBean descFlexfieldsBean2 = (OADescriptiveFlexBean)oawebbean.findIndexedChildRecursive("PA_EXPENDITURE_ITEMS_DESC_FLEX ");
    if(descFlexfieldsBean2 != null)
    oapagecontext.writeDiagnostics(this, "descFlexfieldsBean2", 1);
    It will return null ,please help if any body worked on this.
    Regards
    Jag

    and a supervisor can't change the timecard data. He can only add the comments and reject it. Upon rejection, TC will go back to employee and he will see the supervisor's comments also.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                       

  • Adding a check box to OTL Time Card Page in Time Card Matrix

    Hi,
    My requirement is: A check box should be placed on each timecard row on the left hand side
    I used hxczzhxclayt0082.ldt to make some changes to the Time Card matrix
    Can I add a check box using the same .ldt file
    Please Help
    Its Urgent

    Hi Meher,
    Thank You for your reply
    I did some research in Metalink
    I found a White Paper for OTL Time Card Configuration in Metalink
    White Paper says: Attribute components in the timecard layout can be modified via the configuration LDTs
    I tried to add a text box using LDT configuration, It works
    But I need a syntax of How to create a check box
    Please Help
    Thank You
    Santosh

  • R12 OTL Time card steps

    Hi
    Can you body detail the steps that need to be done to customize / add a new column to time card:
    - which ldt file to modify a specific layout
    - which directory on the server to copy the file to upload to the server
    - steps to add a new colmn to the file
    etc
    appreciate your help

    Can you body detail the steps that need to be done to customize / add a new column to time card:
    - which ldt file to modify a specific layout
    - which directory on the server to copy the file to upload to the server
    - steps to add a new colmn to the fileI believe I already answered this in your other thread -- Re: OTL TIme card: ldt file location on the server
    Thanks,
    Hussein

  • 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

  • R12 OTL Time Card: Create Time card throwing exception

    Hi
    I am getting below exception when clicked on Create Time card, Any idea. Please share your thought.
    ## Detail 0 ##
    java.lang.NullPointerException
         at oracle.apps.hxc.selfservice.timecard.util.TimecardProperties.getResourcePeriodStartDateValue(TimecardProperties.java:2900)
         at oracle.apps.hxc.selfservice.timecard.util.TimecardUtilities.getPeriods(TimecardUtilities.java:2741)
         at oracle.apps.hxc.selfservice.timecard.webui.TimecardsListCO.processRequest(TimecardsListCO.java:405)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)

    Please post the details of the application release, database version and OS.
    Please see these docs.
    Cannot Update Timecards - You Cannot Complete this Task because HR Assignment is Incomplete. [ID 1206724.1]
    Timecard Status Summary "Timecard Period" List Error Out With "Unexpected Error" [ID 1329966.1]
    Timecard Generates Leaked Connections [ID 1329881.1]
    When Click On 'Generate Report' Button In OTL Dashboard, Get Error "You Have Encountered An Unexpected Error. Please Contact the System Administrator For Assistance" [ID 1340554.1]
    Thanks,
    Hussein

  • OTL Time card: Where to write custom validations

    Hi,
    I need to write some validations after the user submits time card.
    WHat is the package in which I can write these custom validations? Does oracle recommend any specific package?
    Also, If i have two projects,
    Time card period: 01-01-12 to 01-08-12
    Project 1 ends on 01-05-12
    Project 2 starts from 01-06-12
    Would it be possible to restrict project lov if user tries to enter project on 01-07-12, not to use project 1?
    if not possible where can I make that validation in the code?
    Appreciate your help.

    Hi,
    I will answering your doubts no 3 and 4
    Instead of using XML template, I would suggest you to use WED Adi, which can be called from the OTL page
    button. And at that time the only thing u have to upload server with the WebAdi template.
    Here you will not need to build a custom table, a view will solve the purpose. And there is not need of further maintenance
    For the file to be read only you can include it in the code while extending your respective controller class.
    But Oracle recommend not to extend controller class. Let the client be aware of it, that it requires the extension
    of controller class of the page. If he thumps up the extension of controller class then your life becomes pretty simple.
    Regards,
    Pankaj Kedia

  • OTL Time Card Explosion based on custom rules

    Hi,
    I am working on a customization in which the users are setting up some custom rules thru some custom form. They want the Time card to be exploded based on these rules.
    Can someone please suggest me some API which i can use to explode the time card. And also does this explosion move the data to HXT tables ?
    would I need to run the transfer to BEE program? or the API would automatically move the data to BEE.
    Thanks
    PS

    Hi,
    I will answering your doubts no 3 and 4
    Instead of using XML template, I would suggest you to use WED Adi, which can be called from the OTL page
    button. And at that time the only thing u have to upload server with the WebAdi template.
    Here you will not need to build a custom table, a view will solve the purpose. And there is not need of further maintenance
    For the file to be read only you can include it in the code while extending your respective controller class.
    But Oracle recommend not to extend controller class. Let the client be aware of it, that it requires the extension
    of controller class of the page. If he thumps up the extension of controller class then your life becomes pretty simple.
    Regards,
    Pankaj Kedia

  • OTL: Time Card Layout Notification

    Hi all,
    I have 2 questions:
    1. How do I find out which Time Card Layout Notification we are using AND if that particular layout has been customized? Please answer both parts.
    2. How do I find out if a particular work flow has been customized? in this case its HXCEMP.
    Thank you all.
    OB

    OB,
    Check through the Preferences form to find the layout preference attached to a person.
    If your OTL implementer was wise enough, he would have given a new name to the modified layout. Otherwise use the fndload command to download the layout ldt file and compare with the original ones.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • OTL Time Card

    Hi,
    Update Time Card API not working.. Can you please correct me where am I doing wrong.
    /* Formatted on 2011/07/20 16:11 (Formatter Plus v4.8.8) */
    DECLARE
    v_tbl_timecard_info hxc_self_service_time_deposit.timecard_info;
    v_tbl_attributes_info hxc_self_service_time_deposit.app_attributes_info;
    v_tbv_messages hxc_self_service_time_deposit.message_table;
    v_new_timecard_id NUMBER;
    v_new_timecard_ovn NUMBER;
    i PLS_INTEGER;
    v_message fnd_new_messages.MESSAGE_TEXT%TYPE;
    BEGIN
    fnd_global.apps_initialize (user_id => 1111,
    resp_id => 23818,
    resp_appl_id => 809
    hxc_timestore_deposit.update_building_block
    (p_building_block_id => 2355,
    p_start_time => TO_DATE
    ('18-Jul-2011 09:00:00',
    'DD-Mon-YYYY HH24:MI:SS'
    p_stop_time => TO_DATE
    ('18-Jul-2011 10:00:00',
    'DD-Mon-YYYY HH24:MI:SS'
    p_comment_text => 'Modification '
    || TO_CHAR (SYSDATE,
    'hh:mi:ss'
    p_app_blocks => v_tbl_timecard_info,
    p_app_attributes => v_tbl_attributes_info
    hxc_timestore_deposit.execute_deposit_process
    (p_validate => FALSE,
    p_app_blocks => v_tbl_timecard_info,
    p_app_attributes => v_tbl_attributes_info,
    p_messages => v_tbv_messages,
    p_mode => 'SAVE',
    p_deposit_process => 'OTL Deposit Process',
    p_timecard_id => v_new_timecard_id,
    p_timecard_ovn => v_new_timecard_ovn
    -- messages have been returned
    IF v_tbv_messages.COUNT != 0
    THEN
    i := v_tbv_messages.FIRST;
    LOOP
    EXIT WHEN (NOT v_tbv_messages.EXISTS (i));
    -- First translate the message as the messagetable returned does not give the actual
    -- message, only the message_name which doesn't mean anything to the user.
    v_message :=
    fnd_message.get_string
    (appin => v_tbv_messages (i).application_short_name,
    namein => v_tbv_messages (i).message_name
    -- returns 4: 4
    DBMS_OUTPUT.put_line ( v_tbv_messages (i).message_name
    || ': '
    || v_message
    i := v_tbv_messages.NEXT (i);
    END LOOP;
    END IF;
    END;
    Thanks,
    Anil

    Confusion reigns!
    The OTL Workflow for Employees (HXCEMP) does appear to have a number of processes... possibly for different functions.
    Is there any other reference of use other than the OTL Implementation and User guide?
    What does the HXCSAW workflow do? This is the seeded approval workflow that really doesnt appear to do anything...
    Thanks,
    Will

  • OTL Time card: ldt upload

    Hi,
    When run the upload command,
    I am getting below from the log file. I feel it is so small and the changes are not appearing.
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    module:
    Current system time is 12-JAN-2012 12:13:14
    Uploading from the data file /home/applmgr/XXHCC_EXT_014_hxczzhxclayt0073.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dump from LCT/LDT files (/u01/oracle/ORTSTDB1/apps/apps_st/appl/hxc/12.0.0/patch/115/import/hxclaytlayoutsld.lct(120.0.12010000.1), /home/applmgr/XXHCC_EXT_014_hxczzhxclayt0073.ldt) to stage tables
    Dump LCT file /u01/oracle/ORTSTDB1/apps/apps_st/appl/hxc/12.0.0/patch/115/import/hxclaytlayoutsld.lct(120.0.12010000.1) into FND_SEED_STAGE_CONFIG
    Dump LDT file /home/applmgr/XXHCC_EXT_014_hxczzhxclayt0073.ldt into FND_SEED_STAGE_ENTITY
    FLOAD-MISSING PREPARE
    FLOAD-MISSING PREPARE
    Dumped the batch (HXC_LAYOUTS US-PROJECTS-ALTERNATE-TIMECARD HXC , HXC_LAYOUT_COMP_QUALIFIERS US Projects Alternate Timecard Layout - Save Template Submit Button ) into FND_SEED_STAGE_ENTITY
    Upload from stage tables
    Concurrent request completed successfully
    Current system time is 12-JAN-2012 12:13:15
    The log file is so small and no changes are appearing.
    I modified hxczzhxclayt0073.ldt and renamed it to XXHCC_EXT_014_hxczzhxclayt0073.ldt for Projects and Payroll layout and the changes are not appearing.

    In order to customize time card layout, I am trying to copy the ldt file from the server.
    Where can I find these files on the server?Check under $HXC_TOP/patch/115/import and $HXC_TOP/patch/115/import/US directories.
    OTL - Download Timecard ldt File To Be Configured By User [ID 216942.1]
    Oracle 11i and R12 Time And Labor (OTL) Timecard Configuration [ID 304340.1]
    Creating Timecard Audit Trail Report For Configured Layouts [ID 842159.1]
    Thanks,
    Hussein

  • OTL TIme card: ldt file location on the server

    Hi,
    In order to customize time card layout, I am trying to copy the ldt file from the server.
    Where can I find these files on the server?

    In order to customize time card layout, I am trying to copy the ldt file from the server.
    Where can I find these files on the server?Check under $HXC_TOP/patch/115/import and $HXC_TOP/patch/115/import/US directories.
    OTL - Download Timecard ldt File To Be Configured By User [ID 216942.1]
    Oracle 11i and R12 Time And Labor (OTL) Timecard Configuration [ID 304340.1]
    Creating Timecard Audit Trail Report For Configured Layouts [ID 842159.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Truncating arabic data/text when deployed on 10gAS, where as Eng is Ok

    DETAILS: When I run a report using report builder everything is fine. But when I deploy that same report on Application server & when I run from browser, the arabic data in the report is getting truncated ! where as English text/data is ok. To solved

  • Accounting Entries for Consignment - with CIN Entries

    Following are steps in consignment sale: 1. Consignment Fill-Up (From factory to consignment agent) 2. Consignment Issue (From consignment to end customer) 3. Consignment Pick up 4. Consignment Returns I searched in SDN forums. It says that there is

  • KE5Z report with date selection

    Good afternoon, Is there a standard COPA report that would allow me to report the information available on KE5Z with a dynamic selection to select a date range I have tried using FBL3N but it does not contain either the product codes (output & input)

  • Pse7 new to photo books, stuck on shutterfly

    i have pse7 and am trying to do a test run uploading a photo book created in photoshop to shutterfly.  whenever i click "order" it will prepare my book for ordering and then prompt me to kodak.  i don't want kodak.  i want to bring my work to shutter

  • Bios Password BLocked

    When I try to log in bios as Administrator I getting the error message "System Disabled Key: 57811531" Can someone help me? This question was solved. View Solution.