DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_APPLICATIONS

Line 1681: delete from per_applications a

1677: hr_utility.set_location(l_proc, 150);
1678: end if;
1679: --
1680: begin
1681: delete from per_applications a
1682: where a.person_id = P_PERSON_ID;
1683: exception
1684: when NO_DATA_FOUND then null;
1685: end;

Line 1882: delete from per_applications a

1878: hr_utility.set_location(l_proc, 70);
1879: end if;
1880: --
1881: begin
1882: delete from per_applications a
1883: where a.person_id = P_PERSON_ID;
1884: exception
1885: when NO_DATA_FOUND then null;
1886: end;

Line 3451: delete from per_applications a

3447: end if;
3448: --
3449: begin
3450: --
3451: delete from per_applications a
3452: where a.person_id = P_PERSON_ID;
3453: --
3454: exception
3455: when NO_DATA_FOUND then