DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_ADDRESSES

Line 1585: delete from per_addresses a

1581: hr_utility.set_location(l_proc, 70);
1582: end if;
1583: --
1584: begin
1585: delete from per_addresses a
1586: where a.person_id = P_PERSON_ID;
1587: exception
1588: when NO_DATA_FOUND then null;
1589: end;

Line 1850: delete from per_addresses a

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

Line 2968: delete from per_addresses a

2964: end if;
2965: --
2966: begin
2967: --
2968: delete from per_addresses a
2969: where a.person_id = P_PERSON_ID;
2970: --
2971: exception
2972: when NO_DATA_FOUND then