DBA Data[Home] [Help]

APPS.HXC_APPROVAL_WF_PKG dependencies on HXC_TC_AP_LINKS_PKG

Line 1535: hxc_tc_ap_links_pkg.insert_summary_row(

1531:
1532: EXIT WHEN c_timecards%NOTFOUND;
1533: -- 115.76 Not changed this one, since this procedure
1534: -- no longer seems to be called.
1535: hxc_tc_ap_links_pkg.insert_summary_row(
1536: l_timecard_id
1537: ,l_new_appl_bb_id);
1538:
1539: --Bug 5554020.

Line 2459: -- hxc_tc_ap_links_pkg.insert_summary_row(p_timecard_id, l_app_id);

2455: IF l_approval_status <> 'SUBMITTED' THEN
2456: --
2457: -- 115.76 Change. Ensure this link is created using the normal
2458: -- interface, not this one which is internal.
2459: -- hxc_tc_ap_links_pkg.insert_summary_row(p_timecard_id, l_app_id);
2460: hxc_tc_ap_links_pkg.create_app_period_links(l_app_id);
2461: --
2462: -- 115.91 Change: At this point we also ensure the timecard
2463: -- status is reevaluated so that if a period is not sent due

Line 2460: hxc_tc_ap_links_pkg.create_app_period_links(l_app_id);

2456: --
2457: -- 115.76 Change. Ensure this link is created using the normal
2458: -- interface, not this one which is internal.
2459: -- hxc_tc_ap_links_pkg.insert_summary_row(p_timecard_id, l_app_id);
2460: hxc_tc_ap_links_pkg.create_app_period_links(l_app_id);
2461: --
2462: -- 115.91 Change: At this point we also ensure the timecard
2463: -- status is reevaluated so that if a period is not sent due
2464: -- to other changes in the timecard, the timecard has the

Line 2761: hxc_tc_ap_links_pkg.insert_summary_row(

2757: -- 115.76 Change. It is ok to leave this call, since
2758: -- the link is explicitly checked not to exist in the
2759: -- first place.
2760: --
2761: hxc_tc_ap_links_pkg.insert_summary_row(
2762: p_timecard_id => p_timecard_id
2763: ,p_application_period_id => l_app_id
2764: );
2765: --