DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PAY_COST_ALLOCATIONS_F

Line 1608: delete from pay_cost_allocations_f a

1604: hr_utility.set_location(l_proc, 90);
1605: end if;
1606: --
1607: begin
1608: delete from pay_cost_allocations_f a
1609: where a.assignment_id = l_assignment_id;
1610: exception
1611: when NO_DATA_FOUND then null;
1612: end;

Line 3163: delete from pay_cost_allocations_f a

3159: end if;
3160: --
3161: begin
3162: --
3163: delete from pay_cost_allocations_f a
3164: where a.assignment_id in
3165: (select ass.assignment_id
3166: from per_assignments_f ass
3167: where ass.person_id = P_PERSON_ID);