DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on PAY_COST_ALLOCATIONS_F

Line 2307: delete from pay_cost_allocations_f a

2303: --
2304: hr_utility.set_location('HR_PERSON_DELETE.DELETE_A_PERSON', 31);
2305: --
2306: begin
2307: delete from pay_cost_allocations_f a
2308: where a.assignment_id in (
2309: select ass.assignment_id
2310: from per_assignments_f ass
2311: where ass.person_id = P_PERSON_ID);

Line 2843: delete from pay_cost_allocations_f a

2839: --
2840: hr_utility.set_location('HR_PERSON_DELETE.PEOPLE_DEFAULT_DELETES', 8);
2841: --
2842: begin
2843: delete from pay_cost_allocations_f a
2844: where a.assignment_id = V_ASSIGNMENT_ID;
2845: exception
2846: when NO_DATA_FOUND then null;
2847: end;