DBA Data[Home] [Help]

APPS.HR_DELETE dependencies on PAY_WC_FUNDS

Line 99: pay_wc_funds to delete_org_detail.

95: generation_controls in delete_misc.
96: 70.24 27-SEP-95 akelly Added deletion from hr_organization_
97: information to delete_org_direct.
98: Added deletions from pay_wc_rates and
99: pay_wc_funds to delete_org_detail.
100: Added new procedure delete_location.
101: 70.25 15-oct-95 akelly Removed delete_location.
102: 70.26 17-OCT-95 nbristow Added delete_bal_load_struct to delete
103: from pay_balance_batch_headers and

Line 1591: DELETE FROM pay_wc_funds pwf

1587: DELETE FROM pay_wc_rates pwr
1588: WHERE pwr.business_group_id = p_business_group_id;
1589: hr_utility.set_location(l_proc,20);
1590: --
1591: DELETE FROM pay_wc_funds pwf
1592: WHERE pwf.business_group_id = p_business_group_id;
1593: hr_utility.set_location(l_proc,30);
1594: --
1595: