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: Timecard Validation API or SCRIPT
is there any sample Script or API available for timecard validation or how to call procedure any sample code. Not able to find the type " p_props in hxc_timecard_prop_table_type,"
----------------------------------
hxc_timecard_validation.timecard_validation.
Procedure timecard_validation(p_blocks in out nocopy hxc_block_table_type,p_attributes in out nocopy hxc_attribute_table_type,p_messages in out nocopy hxc_message_table_type,p_props in hxc_timecard_prop_table_type,p_deposit_mode in varchar2,p_resubmit in varchar2);end hxc_timecard_validation;----------------------------
please advice