DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_APPLICATIONS

Line 1651: delete from per_applications a

1647: hr_utility.set_location(l_proc, 150);
1648: end if;
1649: --
1650: begin
1651: delete from per_applications a
1652: where a.person_id = P_PERSON_ID;
1653: exception
1654: when NO_DATA_FOUND then null;
1655: end;

Line 1851: delete from per_applications a

1847: hr_utility.set_location(l_proc, 70);
1848: end if;
1849: --
1850: begin
1851: delete from per_applications a
1852: where a.person_id = P_PERSON_ID;
1853: exception
1854: when NO_DATA_FOUND then null;
1855: end;

Line 3398: delete from per_applications a

3394: end if;
3395: --
3396: begin
3397: --
3398: delete from per_applications a
3399: where a.person_id = P_PERSON_ID;
3400: --
3401: exception
3402: when NO_DATA_FOUND then