DBA Data[Home] [Help]

APPS.HXC_TIMECARD_APPROVAL dependencies on HXC_TC_AP_LINKS_PKG

Line 247: hxc_tc_ap_links_pkg.remove_timecard_links

243: /*Remove existing records from hxc_tc_ap_links
244: * Most probably there wont be any records as they would have
245: * been deleted in the hxc_timecard package */
246:
247: hxc_tc_ap_links_pkg.remove_timecard_links
248: (p_timecard_id => p_tc_bb_id );
249:
250: open c_get_apps_from_app_set(l_application_set_id );
251: fetch c_get_apps_from_app_set BULK COLLECT INTO l_appl_recipients;

Line 387: hxc_tc_ap_links_pkg.insert_summary_row

383: );
384:
385:
386: /* Call to create the Timecard - Application period link in hxc_yc_ap_links table */
387: hxc_tc_ap_links_pkg.insert_summary_row
388: (p_timecard_id => p_tc_bb_id,
389: p_application_period_id => l_time_building_block_id
390: );
391: