Wednesday 27 June 2018

Time Card Layout Modification [Enablig New Field]


  1.    Time Card Layout Modification: -

1. Download the Seeded Layout File to Custom File.
2. Rename the Seeded Layout Name to Custom Layout Name
3. Create New Element
4. Create Element Link
5. Create Element Set of Type (Run Set)
6. Run Generate Flex field and Mapping Information
Summary for Adding New LOV Field in Payroll Timecard
7. Verify the DFF “OTL Information Types”
8. Define AK Attributes for State Prompt
9. Create Region Item in HXC_CUI_TIMECARD to map Attribute for State Prompt
10. Define AK Attributes for Columns and Prompts in LOV page
11. Create Custom AK Region for LOV and map Attributes for LOV Page
12. Migrate Regions in SQL Plus
13. Modify View hxc_cui_custom_lov1_v
14. Modify the CustomLov1VO.xml
15. Add Modified Code to .ldt
16. FNDLOAD the file
Add Element to Alternate Names
Change the Timecard Layout Preference to the new Layout
17. Create/Submit/Approve Timecard
18. Run “Transfer Time from OTL to BEE”
19. Run “BEE Batch Process”
20. Verify the Element Entries Created and its Input Values


S.NO
Layout Name
Display Layout Name
Oracle Standard LDT Names
1
PAYROLL-TIMECARD
XXCS US Payroll Timecard Layout
hxczzhxclayt0000.ldt
2
PAYROLL-CONFIRMATION
XXCS US Payroll Confirmation Layout
hxczzhxclayt0001.ldt
3
PAYROLL-HE-REVIEW
XXCS US Payroll OTLR Details Review Layout
hxczzhxclayt0005.ldt
4
PAYROLL-HE-NOTIFICATION
XXCS Payroll OTLR Details Notification Layout
hxczzhxclayt0051.ldt

    How to find the Layout File?

• How to find the Layout file for (.ldt) for “XXCS US Payroll Timecard Layout”
Layout files are stored in the following Path in UNIX.

$HXC_TOP/patch/115/import/US/

• Find Corresponding Layout (.ldt) File for “XXCS US Payroll Timecard Layout”

                         find -type f -exec grep -il "Payroll Timecard Layout" {} \;



-Please refer attached attachment .