DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on STANDARD

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

1157: pay_element_links_f l
1158: where a.person_id = P_PERSON_ID
1159: and a.assignment_id = e.assignment_id
1160: and e.element_link_id = l.element_link_id
1161: and l.standard_link_flag = 'N');
1162: --
1163: exception
1164: when NO_DATA_FOUND then
1165: hr_utility.set_message (801,'HR_6340_ALL_PER_DISC_NO_DEL');

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

1170: hr_utility.set_location(l_proc, 180);
1171: end if;
1172: --
1173: -- Any entry adjustments, overrides etc.?
1174: -- (We cannot capture manual enty of standard link entries)
1175: --
1176: begin
1177: --
1178: select 'Y'