DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_LOCATION dependencies on HR_PUMP_GET

Line 545: hr_pump_get.GET_LOCATION_ID

541: c.p2 is null then
542: L_LOCATION_ID:=nn;
543: else
544: L_LOCATION_ID :=
545: hr_pump_get.GET_LOCATION_ID
546: (P_LOCATION_CODE => c.p3
547: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
548: ,P_LANGUAGE_CODE => c.p2);
549: end if;

Line 558: hr_pump_get.get_designated_receiver_id

554: elsif c.d80 is null then
555: L_DESIGNATED_RECEIVER_ID:=nh;
556: else
557: L_DESIGNATED_RECEIVER_ID :=
558: hr_pump_get.get_designated_receiver_id
559: (P_DESIGNATED_RECEIVER_NAME => c.p80
560: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
561: ,P_EFFECTIVE_DATE => c.p1);
562: end if;

Line 571: hr_pump_get.get_ship_to_location_id

567: elsif c.d81 is null then
568: L_SHIP_TO_LOCATION_ID:=nh;
569: else
570: L_SHIP_TO_LOCATION_ID :=
571: hr_pump_get.get_ship_to_location_id
572: (P_SHIP_TO_LOCATION_CODE => c.p81
573: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID
574: ,P_LANGUAGE_CODE => c.p2);
575: end if;

Line 581: hr_pump_get.GET_LOC_OVN

577: if c.p3 is null then
578: L_OBJECT_VERSION_NUMBER:=nn;
579: else
580: L_OBJECT_VERSION_NUMBER :=
581: hr_pump_get.GET_LOC_OVN
582: (P_LOCATION_CODE => c.p3);
583: end if;
584: --
585: hr_data_pump.api_trc_on;