DBA Data[Home] [Help]

APPS.HRDPP_HIRE_MX_APPLICANT dependencies on HR_PUMP_GET

Line 210: hr_pump_get.get_person_id

206: if c.p11 is null then
207: L_PERSON_ID:=nn;
208: else
209: L_PERSON_ID :=
210: hr_pump_get.get_person_id
211: (P_PERSON_USER_KEY => c.p11);
212: end if;
213: --
214: if c.d12=cn then

Line 220: hr_pump_get.get_assignment_id

216: elsif c.d12 is null then
217: L_ASSIGNMENT_ID:=nh;
218: else
219: L_ASSIGNMENT_ID :=
220: hr_pump_get.get_assignment_id
221: (P_ASSIGNMENT_USER_KEY => c.p12);
222: end if;
223: --
224: if c.d13=cn or

Line 232: hr_pump_get.get_person_type_id

228: c.d14 is null then
229: L_PERSON_TYPE_ID:=nh;
230: else
231: L_PERSON_TYPE_ID :=
232: hr_pump_get.get_person_type_id
233: (P_USER_PERSON_TYPE => c.p13
234: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
235: ,P_LANGUAGE_CODE => c.p14);
236: end if;

Line 243: hr_pump_get.GET_PER_OVN

239: c.p1 is null then
240: L_PER_OBJECT_VERSION_NUMBER:=nn;
241: else
242: L_PER_OBJECT_VERSION_NUMBER :=
243: hr_pump_get.GET_PER_OVN
244: (P_PERSON_USER_KEY => c.p11
245: ,P_EFFECTIVE_DATE => c.p1);
246: end if;
247: --