DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on PER_PERSON_ANALYSES

Line 843: from per_person_analyses a

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

Line 1596: delete from per_person_analyses a

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