DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PERSON_EXTRA_INFO dependencies on HR_PUMP_GET

Line 409: hr_pump_get.get_person_id

405: if c.p56 is null then
406: L_PERSON_ID:=nn;
407: else
408: L_PERSON_ID :=
409: hr_pump_get.get_person_id
410: (P_PERSON_USER_KEY => c.p56);
411: end if;
412: --
413: hr_data_pump.api_trc_on;