DBA Data[Home] [Help]

APPS.HR_DELETE dependencies on BEN_BENEFIT_CONTRIBUTIONS_F

Line 121: ben_benefit_contributions_f.

117: full rollback of the batch upload.
118: 70.32 17-JAN-96 nbristow Now deleting from per_pay_bases,
119: pay_freq_rule_periods,
120: pay_ele_freq_rules and
121: ben_benefit_contributions_f.
122: 70.33 22-JAN-96 mhoyes Added delete statements to
123: delete_assign_detail which delete from
124: per_pay_proposal_components and
125: per_pay_proposals for a business group.

Line 1882: DELETE FROM ben_benefit_contributions_f bbc

1878: --
1879: END LOOP;
1880: hr_utility.set_location(l_proc, 130);
1881: --
1882: DELETE FROM ben_benefit_contributions_f bbc
1883: WHERE bbc.business_group_id = p_business_group_id;
1884: --
1885: DELETE FROM pay_datetracked_events
1886: WHERE business_group_id = p_business_group_id;