DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on PER_ADDRESSES

Line 1555: delete from per_addresses a

1551: hr_utility.set_location(l_proc, 70);
1552: end if;
1553: --
1554: begin
1555: delete from per_addresses a
1556: where a.person_id = P_PERSON_ID;
1557: exception
1558: when NO_DATA_FOUND then null;
1559: end;

Line 1819: delete from per_addresses a

1815: hr_utility.set_location(l_proc, 40);
1816: end if;
1817: --
1818: begin
1819: delete from per_addresses a
1820: where a.person_id = P_PERSON_ID;
1821: exception
1822: when NO_DATA_FOUND then null;
1823: end;

Line 2915: delete from per_addresses a

2911: end if;
2912: --
2913: begin
2914: --
2915: delete from per_addresses a
2916: where a.person_id = P_PERSON_ID;
2917: --
2918: exception
2919: when NO_DATA_FOUND then