DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_CHECKLIST_ITEMS

Line 1664: delete from per_checklist_items

1660: hr_utility.set_location(l_proc, 160);
1661: end if;
1662: --
1663: begin
1664: delete from per_checklist_items
1665: where person_id = P_PERSON_ID;
1666: exception
1667: when NO_DATA_FOUND then null;
1668: end;

Line 1864: delete from per_checklist_items

1860: hr_utility.set_location(l_proc, 80);
1861: end if;
1862: --
1863: begin
1864: delete from per_checklist_items
1865: where person_id = P_PERSON_ID;
1866: exception
1867: when NO_DATA_FOUND then null;
1868: end;

Line 3502: delete from per_checklist_items

3498: hr_utility.set_location(l_proc, 200);
3499: end if;
3500: begin
3501: --
3502: delete from per_checklist_items
3503: where person_id = P_PERSON_ID;
3504: exception
3505: when NO_DATA_FOUND then null;
3506: end;