DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on PER_PERSON_ANALYSES

Line 842: from per_person_analyses a

838: into v_delete_permitted
839: from sys.dual
840: where not exists (
841: select null
842: from per_person_analyses a
843: where a.person_id = P_PERSON_ID);
844: exception
845: when NO_DATA_FOUND then
846: hr_utility.set_message (801,'HR_6334_ALL_PER_ANAL_NO_DEL');

Line 1595: delete from per_person_analyses a

1591: --
1592: hr_utility.set_location('HR_PERSON_DELETE.DELETE_A_PERSON', 6);
1593: --
1594: begin
1595: delete from per_person_analyses a
1596: where a.person_id = P_PERSON_ID;
1597: exception
1598: when NO_DATA_FOUND then
1599: hr_utility.set_location('HR_PERSON_DELETE.DELETE_A_PERSON', 601);