DBA Data[Home] [Help]

APPS.HR_PERSON_DELETE dependencies on STANDARD

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

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

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

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