Customizing Oracle Time & Labor pages

Hi All,
I have got a client requirement for customizing the oracle time & labor standard pages. Has anyone worked on such requirement?
For many of the pages in this responsibility (e.g. Time Entry Layout), I need to add columns like Project Name & Task Name. Currently only the Project Id & Task Id are displayed.
I downloaded the pages from the server & studied them. The page is dynamically created through the CO. There are also entries in table hxc_layout_components_v for the header captions which are currently appearing on the screen.
I need to know what approach should I follow to design the page. Can anybody help?
Regards

user622474,
OTL timecard page is dynamically rendered based on ldt files and hence you don't see anything in the xml. Explaining ldt changes is not possible here. You can pickup the initial details on http://shiv-saroj.blogspot.com/
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Customizing Oracle mail UIX Pages

    Dear All,
    Can any one to tell me how to customize Oracle mail UIX Pages.I want to add advertisements and links to our application in oracle mail.I tied to import UMClientApp.ear to JDeveloper 10g preview edition but when i try to open any uix file i had the following error "UIX runtime failed to render the page ...."
    Please ur replies ASAP
    Thanks in Advance

    Please remember this is not supported by Oracle or me. You'll need to get a copy of jspell html war file and deploy it to and OC4J instance as jspellhtml and make sure it works. I created a separate oc4j instance just for this. I also created a spell check button that I can email you if you like. In the $OH/j2ee/OC4J_UM/applications/UMClientApp/um_client/templates there’s a file called message_compose.uix that you’ll need to edit. BACK IT UP FIRST!!!! Read the docs on using JSpell, you’ll only need to add two things. The javascript and the button for the user to click to spell check the email. You should be able to look at the uix code and get a good understanding of what’s going on and where to put the code. If not let me know and I’ll try to help. I could always just send you a copy of my message_compose.uix too.
    I’ve been using it for about 9 months now with no problems. I understand that Oracle will have a spell check in the 9.0.4.2 patchset for OCS. I’ve also been told that it’s not as nice as this hack.
    http://www.jspell.com/html-spell-checker.html

  • Oracle Time & Labor Deposit Error

    does anyone have an idea what this message means - HXC_366333_TIMECARD_EXISTS - It is being returned from the execute deposit process.
    Searched google and metalink with no success.

    I am getting the same issue and error message. Were you able to determine why this happens and how to resolve the problem??
    I can tell that there already exists a timecard in OTL for the same person and week ending date. I am trying to use the HXC_TIMESTORE_DEPOSIT.Delete_Timecard API to remove the original one before creating an updated version, but the timecard record still exists??
    Any insight is appreciated!!
    - Scott

  • Base Tables of Oracle Time And Labor

    What are the base tables or important tables of Oracle Time and Labor?

    Hi,
    Refer thread as this might help you:
    https://forums.oracle.com/thread/384562?start=0&tstart=0
    Please also refer the following docs/notes:
    Oracle 11i and R12 Time And Labor (OTL) Timecard Configuration (Doc ID 304340.1)
    APIs in Oracle Time & Labor (Doc ID 216773.1)
    http://docs.oracle.com/cd/B34956_01/current/acrobat/120hxtig.pdf
    Thanks &
    Best Regards,

  • Oracle Time and Labor - Change and Late Audit

    Dear All,
    We are using Payroll Layout and Single Day period.
    Timecard has only Hour Type (Regular Time, Overtime & So on.) and In / Out.
    We have Swipe Machines. Employee Swipes In & Out. Every night these entries are deposited in OTL with Submitted mode.
    Next day Employee is allowed to modify these entries in accordance with Time Policies.
    For e.g. Timecard shows 08:30 to 19:30 as Regular Hour. Employee can modify 08:30 to 17:00 as Regular Time and 18:00 to 19:30 as Overtime Hour Type.
    Now the problem is Approver would like to know exact change, as what was the Original Entry and What is the modified entry.
    Is there any way to achieve this?
    Can Change and Late Audit work on Payroll Layout?
    I am unable to find Payroll Change & Late Audit Layout. Only Project Change and Late Audit Layouts are available and we are not using Project.

    Hi 864434,
    An easier way would have been to use Earning policies.
    You can define rules which would automatically split the earning types to Overtime etc..
    This is a very simple setup too.
    Some examples here -
    Oracle Time and Labor (OTL) OTLR California Overtime Policy Setup and Examples [ID 1451080.1]
    This way, the layout would show what the employee has actually worked and how the rules are applied to split it, all on one page.
    But if you don't want to go that route..
    Can you not use the data from the swipe machines ?
    I guess you would load the data into an temporary table.
    So you can write a discoverer report which would show the actual times for each employee.
    On the layouts, there are only some predefined ones.
    Others, you will have to create on your own(may be by customising a seeded one)
    Hope that helps,
    Cheers,
    Vignesh

  • Oracle Time and Labor time entry

    Hi,
    In Oracle Time and Labor on-line time entry (Timecard) screen I need to record end user's system's time as time-in and time-out i.e. user should not be able to modify the timing details.
    Can OTL possibly meet above requirement. An urgent response will be highly appreciated.
    Thanks
    Bilal

    Hi Bilal,
    I tried it earlier, but was not successful.
    Only thing you can do is something mentioned in the forums below -
    Start/End times in Custom Formula - OTL
    Auto populate system time for start/end times in OTL Time card
    cheers,
    VB

  • Custom Oracle Report displaying records one at a time

    I have a custom oracle report that i've created and what i'm trying to achieve is to get all the records for the specific job code to print on one page. Instead, it is putting one record on one page. For example, job 90822 might have 6 records associated with it. Instead of it putting all 6 on one page it is putting one on 6 separate pages. I'm attaching my statement below. Any help is appreciated!
    select proj, cmocn_code, cmocn_comp_code, cmocn_job_code, cmocn_notes, cmocn_post_date, cmocn_issued_date,
    cmocn_executed_date, cmocn_impact_days, budg_amt,
    sum(budg_amt) over (partition by cmocn_job_code order by cmocn_job_code,cmocn_code) cumilative_budg_amt,
    sum(cmocn_impact_days) over (partition by cmocn_job_code order by cmocn_job_code,cmocn_code) cumilative_days,
    cc_pmownercon, cc_cmownmod, bp_name
    from
    select pmp_proj_code || ' - ' || pmp_proj_name || ' - ' || pmp_add_line3 || ', ' || pmp_region_code proj
    , cmocn_code, cmocn_comp_code, cmocn_job_code, nvl(cmmv_name, cmocn_title) Notes
    , cmocn_post_date, cmocn_issued_date, cmocn_executed_date, cmocn_impact_days
    , nvl(cmmv_bill_amt, 0) budg_amt
    --, sum(decode(cmocn_code, '0000', pmp_curr_cont_amt/*pmp_orig_cont_override_amt*/, nvl(cmmv_bill_amt, 0)))
    --over (partition by cmocn_job_code order by cmocn_job_code,cmocn_code) cumilative_budg_amt
    , cmocn_notes, cc_pmownercon, cc_cmownmod, bp_name
    from da.cmownchgnum
    , (select cmmv_comp_code, cmmv_job_code, cmmv_owner_chg_code, sum(cmmv_bill_amt) cmmv_bill_amt
    , max(cmmv_name) cmmv_name
    from da.pmmast_v
    where cmmv_owner_chg_code <> '0000'
    group by cmmv_comp_code, cmmv_job_code, cmmv_owner_chg_code--,cmmv_name
    , da.pmproject_table
    , da.cc_user_fields_vw
    , da.bpartners
    where cmocn_code <> '0000'
    and cc_table_name (+) = 'CMOWNCO'
    and cmocn_oraseq = cc_oraseq_in_table (+)
    and cmocn_comp_code = cmmv_comp_code (+)
    and cmocn_job_code = cmmv_job_code (+)
    and cmocn_code = cmmv_owner_chg_code (+)
    and cmocn_comp_code = pmp_comp_code
    and cmocn_job_code = pmp_job_code
    and pmp_cust_code = bp_code
    union all
    select pmp_proj_code || ' - ' || pmp_proj_name || ' - ' || pmp_add_line3 || ', ' || pmp_region_code proj
    , '0000', pmp_comp_code, pmp_job_code, null /*nvl(cmmv_name, cmocn_title) Notes*/
    /*, cmocn_post_date, cmocn_issued_date, cmocn_executed_date, cmocn_impact_days*/
    , null, null, null, null
    , pmp_curr_cont_amt budg_amt
    --, sum(decode(cmocn_code, '0000', pmp_orig_cont_override_amt, nvl(cmmv_bill_amt, 0)))
    --over (partition by cmocn_job_code order by cmocn_job_code,cmocn_code) cumilative_budg_amt
    , null/*--cmocn_notes*/, cc_pmownercon, cc_cmownmod, bp_name
    from da.pmproject_table
    , da.cc_user_fields_vw
    , da.bpartners
    where cc_table_name (+) = 'PMPROJ'
    and pmp_proj_oraseq = cc_oraseq_in_table (+)
    and pmp_cust_code = bp_code
    and pmp_cust_code = bp_code
    order by cmocn_job_code, cmocn_code

    Hello,
    What is the "Vertical Elasticity" of the enclosing frames / repeating frames ?
    This problem may occur when a frame or repeating frame has a property "Vertical Elasticity" set to Fixed or contract.
    In this case, change the property "Vertical Elasticity" to Expand or Variable.
    Regards

  • Error while calling standard OAF page from custom Oracle Form

    Hi,
    I am calling standard OAF page from custom oracle form using the following code.
    FND_FUNCTION.EXECUTE(FUNCTION_NAME=>'FUN_TRX_ENTRY_OUT_VIEW_BATCH',
    OPEN_FLAG =>'Y',
    SESSION_FLAG =>'N' ,
    OTHER_PARAMS =>'&ViewBatchID = "' || NAME_IN('FUN_AGIS_LINE_D.BATCH_ID') ||
                        '&CallingFunction = "' || 'MANEXPINQ' ||'"');
    But I am getting this error.
    oracle.apps.fnd.framework.OAException: This request was not processed as the request URL %2FOA_HTML%2FOA.jsp%3Fpage%3D%2Foracle%2Fapps%2Ffun%2Ftransaction%2Fentry%2Fwebui%2FViewOutBatchPG%26OAPB%3DFUN_PRODUCT_BRAND%26OAHP%3DFUN_SSWA_MENU%26OASF%3DFUN_TRX_ENTRY_OUT_SEARCH%26_ti%3D1217029204%26language_code%3DUS%26%26ViewBatchID%20%3D%20%22203148%26CallingFunction%20%3D%20%22MANEXPINQ%22%26CallFromForm%3D%27Y%27%26oas%3DqZqg3tmdEdUNyw_HtskVow.. contained potentially illegal or un-encoded characters. Please try again by submitting a valid URL or contact your systems administrator for assistance.
    Please let me know any thing I missed out here.
    Any suggestion will highly appreciated.
    Thanks & Regards,
    Sunita

    I am using FND_FUNCTION.EXECUTE to call a OAF page from PLSQL in R12. I am getting following error"Error(9,23): PLS-00302: component 'EXECUTE' must be declared"

  • Login to oracle time and labor by web service

    Hi,
    How can we login to oracle e-businees suite by extenal web service. In our Oracle time and labor it takes employee id and password.
    Thanks

    Hi
    We are not implementing any kind of flex Time.
    Are you aware of how to setup OTL to record time worked in Days, and how that can be transported to Oracle Project.
    The module is configured to setup in Hours.
    Any ideas?
    Could you highlight any documents that will simplify the process of a basic OTL setup
    Oracle HR and Project is going to be implemented
    Thanks
    Julian

  • Oracle Time and Labor in OBIA

    Hi All,
    Can anyone confirm Oracle Time and Labor (OTL) dashboards (or data) is available in OBIA? I'm just wondering whether HR analytics contains those data.
    Thanks for the help.
    Nilaksha.

    T&L is not available as of yet in OBIA. I believe the only HRMS modules includes with OBIA (as of 7962) are:
    Oracle Human Resources
    Oracle Payroll
    Oracle Learning
    Management
    Oracle iRecruitment
    If this was helpful, please mark the response as correct or helpful.

  • API / INTERFACE name for Oracle Time and Labor

    Hi,
    Which API / INTERFACE is used to load data into the following tables of Oracle Time and Labor?
    HXC_AP_DETAIL_LINKS
    HXC_APP_PERIOD_SUMMARY
    HXC_LATEST_DETAILS
    HXC_TC_AP_LINKS
    HXC_TIME_ATTRIBUTE_USAGES
    HXC_TIME_ATTRIBUTES
    HXC_TIME_BUILDING_BLOCKS
    HXC_TIMECARD_SUMMARY
    HXC_TRANSACTIONS
    Regards,
    Abhinaya M

    Check the Responsibility Integrated SOA Gateway to see all the APIs under OTL.

  • Oracle Time and Labor

    We are in the process in implementing Oracle Time and labor to integrate with Oracle Project.I need some information on the Key immplemenation steps especcially with the steps to recoord Time in hours and time in Days
    Keep requirement as per how Preference functionality is used
    Currently implementing Oracle HR
    Your positive response will be deeply appreciated
    Thanks in anticipatiion
    Julian

    Hi
    We are not implementing any kind of flex Time.
    Are you aware of how to setup OTL to record time worked in Days, and how that can be transported to Oracle Project.
    The module is configured to setup in Hours.
    Any ideas?
    Could you highlight any documents that will simplify the process of a basic OTL setup
    Oracle HR and Project is going to be implemented
    Thanks
    Julian

  • Oracle Time and Labor Patch 4773293 - HXT.I CUMULATIVE BACKPORTS 5

    Oracle Time and Labor Patch 4773293 - HXT.I CUMULATIVE BACKPORTS 5 has been released to MetaLink for download.
    This patch contains a number of important fixes. oracle Development recommends customers on HXT I level to apply this patch.
    Patch details, prerequisites and installation instruction are contained in the 4773293 Readme.
    Regards,
    Greg

    Greg,
    Thanks for this update.
    You state that this is the final roll up patch on HXT-I.
    Isn't Oracle policy to provide backported patches on the last two minipacks? Wouldn't that currently be HXT-I and HXT-J?
    Regards,
    Mark

  • Procurement/Purchasing with Oracle Time and Labor

    Hi,
    Does anyone done any integration betweem procurement/Purchasing and Oracle Time and Labor? I need to get some info about the integration like what need to be set up and how the integration work.
    Thanks

    I am looking for discussion papers, white papers or any other kind of documentation on the implementation of Oracle Time Management and Oracle Time and Labor which is a new product (Web UI for Time Reporting).
    I would like to find as much as I can about the mentioned products and about live implementations with contact details. Anyone knows of anyone/companies who has implemented OTL successful?

  • OTL (Oracle Time and Labor) Table Structure

    Hi,
    Could you let me know about the Table structure of OTL(Oracle Time and Labor).
    I went through eTrm manual, but I'm trying to find the joins and hierarchy structure.
    Thanks.

    931832 wrote:
    Hi,
    Could you let me know about the Table structure of OTL(Oracle Time and Labor).
    I went through eTrm manual, but I'm trying to find the joins and hierarchy structure.
    Thanks.Click on "Diagrams and PDF Files" when you access eTRM website -- http://etrm.oracle.com/pls/et1211d9/etrm_fndnav.ls_object?c_name=*.PDF&c_type=FILE
    Thanks,
    Hussein

Maybe you are looking for