DBA Data[Home] [Help]

APPS.HRDPP_CREATE_LOCATION dependencies on HR_PUMP_GET

Line 546: hr_pump_get.get_designated_receiver_id

542: c.p1 is null then
543: L_DESIGNATED_RECEIVER_ID:=nn;
544: else
545: L_DESIGNATED_RECEIVER_ID :=
546: hr_pump_get.get_designated_receiver_id
547: (P_DESIGNATED_RECEIVER_NAME => c.p82
548: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
549: ,P_EFFECTIVE_DATE => c.p1);
550: end if;

Line 557: hr_pump_get.get_ship_to_location_id

553: c.p2 is null then
554: L_SHIP_TO_LOCATION_ID:=nn;
555: else
556: L_SHIP_TO_LOCATION_ID :=
557: hr_pump_get.get_ship_to_location_id
558: (P_SHIP_TO_LOCATION_CODE => c.p83
559: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
560: ,P_LANGUAGE_CODE => c.p2);
561: end if;