DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ORGANIZATION dependencies on HR_PUMP_GET

Line 346: hr_pump_get.get_location_id

342: c.p2 is null then
343: L_LOCATION_ID:=nn;
344: else
345: L_LOCATION_ID :=
346: hr_pump_get.get_location_id
347: (P_LOCATION_CODE => c.p44
348: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
349: ,P_LANGUAGE_CODE => c.p2);
350: end if;