DBA Data[Home] [Help]

APPS.HR_PERSON_INTERNAL dependencies on STANDARD

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

1186: pay_element_links_f l
1187: where a.person_id = P_PERSON_ID
1188: and a.assignment_id = e.assignment_id
1189: and e.element_link_id = l.element_link_id
1190: and l.standard_link_flag = 'N');
1191: --
1192: exception
1193: when NO_DATA_FOUND then
1194: hr_utility.set_message (801,'HR_6340_ALL_PER_DISC_NO_DEL');

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

1199: hr_utility.set_location(l_proc, 180);
1200: end if;
1201: --
1202: -- Any entry adjustments, overrides etc.?
1203: -- (We cannot capture manual enty of standard link entries)
1204: --
1205: begin
1206: --
1207: select 'Y'