DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on STANDARD

Line 980: and l.standard_link_flag = 'N');

976: pay_element_links_f l
977: where a.person_id = P_PERSON_ID
978: and a.assignment_id = e.assignment_id
979: and e.element_link_id = l.element_link_id
980: and l.standard_link_flag = 'N');
981: exception
982: when NO_DATA_FOUND then
983: hr_utility.set_message (801,'HR_6340_ALL_PER_DISC_NO_DEL');
984: hr_utility.raise_error;

Line 990: -- (We cannot capture manual enty of standard link entries)

986: --
987: hr_utility.set_location('HR_PERSON_DELETE.MODERATE_PREDEL_VALIDATION', 17);
988: --
989: -- Any entry adjustments, overrides etc.?
990: -- (We cannot capture manual enty of standard link entries)
991: --
992: begin
993: select 'Y'
994: into v_delete_permitted