Tuesday, May 26, 2009

OTL Layouts

Seeded timecard layouts are located in $HXC_TOP/patch/115/import/US.

Unix command to display seeded ldt files of Timecard Layouts.

ls $path | xargs grep -i "DISPLAY_LAYOUT_NAME = "

Output will look like below

hxczzhxclayt0000.ldt: DISPLAY_LAYOUT_NAME = "Payroll Timecard Layout"
hxczzhxclayt0015.ldt: DISPLAY_LAYOUT_NAME = "Projects and Payroll Timecard Layout"
hxczzhxclayt0030.ldt: DISPLAY_LAYOUT_NAME = "Exception Layout - Timecard Entry Page"
hxczzhxclayt0058.ldt: DISPLAY_LAYOUT_NAME = "Projects Fragmented Timecard View"
hxczzhxclayt0074.ldt: DISPLAY_LAYOUT_NAME = "US Projects and Payroll Review Layout"


FND Command to upload custom layout:
FNDLOAD [db username]/[db password]@[db instance] 0 Y UPLOAD $HXC_TOP/patch/115/import/hxclaytlayoutsld.lct XXCustom_Proj_Pay_Timecard_Layout.ldt

No comments:

Post a Comment