DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_PERSON_LIST

Line 1824: delete from per_person_list l

1820: hr_utility.set_location(l_proc, 20);
1821: end if;
1822: --
1823: begin
1824: delete from per_person_list l
1825: where l.person_id = P_PERSON_ID;
1826: exception
1827: when NO_DATA_FOUND then null;
1828: end;