DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_CHECKLIST_ITEMS

Line 1694: delete from per_checklist_items

1690: hr_utility.set_location(l_proc, 160);
1691: end if;
1692: --
1693: begin
1694: delete from per_checklist_items
1695: where person_id = P_PERSON_ID;
1696: exception
1697: when NO_DATA_FOUND then null;
1698: end;

Line 1895: delete from per_checklist_items

1891: hr_utility.set_location(l_proc, 80);
1892: end if;
1893: --
1894: begin
1895: delete from per_checklist_items
1896: where person_id = P_PERSON_ID;
1897: exception
1898: when NO_DATA_FOUND then null;
1899: end;

Line 3555: delete from per_checklist_items

3551: hr_utility.set_location(l_proc, 200);
3552: end if;
3553: begin
3554: --
3555: delete from per_checklist_items
3556: where person_id = P_PERSON_ID;
3557: exception
3558: when NO_DATA_FOUND then null;
3559: end;