DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on PAY_COST_ALLOCATIONS_F

Line 2378: delete from pay_cost_allocations_f a

2374: --
2375: hr_utility.set_location('HR_PERSON_DELETE.DELETE_A_PERSON', 31);
2376: --
2377: begin
2378: delete from pay_cost_allocations_f a
2379: where a.assignment_id in (
2380: select ass.assignment_id
2381: from per_assignments_f ass
2382: where ass.person_id = P_PERSON_ID);

Line 2915: delete from pay_cost_allocations_f a

2911: --
2912: hr_utility.set_location('HR_PERSON_DELETE.PEOPLE_DEFAULT_DELETES', 8);
2913: --
2914: begin
2915: delete from pay_cost_allocations_f a
2916: where a.assignment_id = V_ASSIGNMENT_ID;
2917: exception
2918: when NO_DATA_FOUND then null;
2919: end;