DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PAY_COST_ALLOCATIONS_F

Line 1578: delete from pay_cost_allocations_f a

1574: hr_utility.set_location(l_proc, 90);
1575: end if;
1576: --
1577: begin
1578: delete from pay_cost_allocations_f a
1579: where a.assignment_id = l_assignment_id;
1580: exception
1581: when NO_DATA_FOUND then null;
1582: end;

Line 3110: delete from pay_cost_allocations_f a

3106: end if;
3107: --
3108: begin
3109: --
3110: delete from pay_cost_allocations_f a
3111: where a.assignment_id in
3112: (select ass.assignment_id
3113: from per_assignments_f ass
3114: where ass.person_id = P_PERSON_ID);