DBA Data[Home] [Help]

APPS.HXC_TIMECARD_APPROVAL dependencies on HXC_TC_AP_LINKS_PKG

Line 246: hxc_tc_ap_links_pkg.remove_timecard_links

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

Line 386: hxc_tc_ap_links_pkg.insert_summary_row

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