DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_PERSON_LIST

Line 1793: delete from per_person_list l

1789: hr_utility.set_location(l_proc, 20);
1790: end if;
1791: --
1792: begin
1793: delete from per_person_list l
1794: where l.person_id = P_PERSON_ID;
1795: exception
1796: when NO_DATA_FOUND then null;
1797: end;