DBA Data[Home] [Help]

APPS.WSH_TMS_RELEASE dependencies on WSH_LOCATIONS_PKG

Line 2092: WSH_LOCATIONS_PKG.convert_internal_cust_location(

2088:
2089: -- If the EBS Stop has the dummy location for incoming GC3 stop
2090: -- then convert EBS Stop Location to physical location and then
2091: -- compare
2092: WSH_LOCATIONS_PKG.convert_internal_cust_location(
2093: p_internal_cust_location_id => rec.stop_location_id,
2094: --p_internal_cust_location_id => l_stop_local_tab(stop_index).stop_location_id,
2095: x_internal_org_location_id => l_physical_loc_id,
2096: x_return_status => l_rs);

Line 5124: WSH_LOCATIONS_PKG.convert_internal_cust_location(

5120: END IF;
5121:
5122: -- get the physical location corresponding to delivery
5123: -- dropoff location and match with Stop Location
5124: WSH_LOCATIONS_PKG.convert_internal_cust_location(
5125: p_internal_cust_location_id => l_dropoff_location_id,
5126: x_internal_org_location_id => l_physical_loc_id,
5127: x_return_status => l_return_status);
5128:

Line 5182: WSH_LOCATIONS_PKG.convert_internal_cust_location(

5178: END IF;
5179:
5180: -- get the physical location corresponding to delivery
5181: -- dropoff location and match with Stop Location
5182: WSH_LOCATIONS_PKG.convert_internal_cust_location(
5183: p_internal_cust_location_id => l_dropoff_location_id,
5184: x_internal_org_location_id => l_physical_loc_id,
5185: x_return_status => l_return_status);
5186: