Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
OTL: Import Timecard
has anyone used standard API to import Timecards on OTL module?
I refferred to HXC.pdf document but maybe the procedure versions inside the document are older than the ones we have on release 11.5.10.2.
This is the script i used:
Declare-- Variable declarations ------------------------ l_tbl_timecard_info HXC_SELF_SERVICE_TIME_DEPOSIT.TIMECARD_INFO; l_tbl_attributes_info HXC_SELF_SERVICE_TIME_DEPOSIT.APP_ATTRIBUTES_INFO; l_tbl_messages HXC_SELF_SERVICE_TIME_DEPOSIT.MESSAGE_TABLE; l_start_time DATE := fnd_date.canonical_to_date ('2012/01/01 00:00:00');l_stop_time DATE := fnd_date.canonical_to_date ('2012/01/07 23:59:59');l_tc_bb_id