DBA Data[Home] [Help]

APPS.PO_SHIPMENTS_SV1 dependencies on PO_LOCATIONS_S

Line 159: po_locations_s.get_loc_attributes(X_ship_to_location_id,

155: END IF;
156:
157: -- Get the location code based on location id.
158: IF X_ship_to_location_id is not null then
159: po_locations_s.get_loc_attributes(X_ship_to_location_id,
160: X_ship_to_location_code,
161: X_inv_org_id);
162: ELSE
163: X_ship_to_location_code := NULL;