DBA Data[Home] [Help]

APPS.HRDPP_HIRE_INTO_JOB dependencies on HR_PUMP_GET

Line 188: hr_pump_get.get_person_id

184: if c.p12 is null then
185: L_PERSON_ID:=nn;
186: else
187: L_PERSON_ID :=
188: hr_pump_get.get_person_id
189: (P_PERSON_USER_KEY => c.p12);
190: end if;
191: --
192: if c.d13=cn or

Line 200: hr_pump_get.get_person_type_id

196: c.d14 is null then
197: L_PERSON_TYPE_ID:=nh;
198: else
199: L_PERSON_TYPE_ID :=
200: hr_pump_get.get_person_type_id
201: (P_USER_PERSON_TYPE => c.p13
202: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
203: ,P_LANGUAGE_CODE => c.p14);
204: end if;