DBA Data[Home] [Help]

APPS.WSH_TMS_RELEASE dependencies on WSH_LOCATIONS_PKG

Line 2100: WSH_LOCATIONS_PKG.convert_internal_cust_location(

2096:
2097: -- If the EBS Stop has the dummy location for incoming GC3 stop
2098: -- then convert EBS Stop Location to physical location and then
2099: -- compare
2100: WSH_LOCATIONS_PKG.convert_internal_cust_location(
2101: p_internal_cust_location_id => rec.stop_location_id,
2102: --p_internal_cust_location_id => l_stop_local_tab(stop_index).stop_location_id,
2103: x_internal_org_location_id => l_physical_loc_id,
2104: x_return_status => l_rs);

Line 5132: WSH_LOCATIONS_PKG.convert_internal_cust_location(

5128: END IF;
5129:
5130: -- get the physical location corresponding to delivery
5131: -- dropoff location and match with Stop Location
5132: WSH_LOCATIONS_PKG.convert_internal_cust_location(
5133: p_internal_cust_location_id => l_dropoff_location_id,
5134: x_internal_org_location_id => l_physical_loc_id,
5135: x_return_status => l_return_status);
5136:

Line 5190: WSH_LOCATIONS_PKG.convert_internal_cust_location(

5186: END IF;
5187:
5188: -- get the physical location corresponding to delivery
5189: -- dropoff location and match with Stop Location
5190: WSH_LOCATIONS_PKG.convert_internal_cust_location(
5191: p_internal_cust_location_id => l_dropoff_location_id,
5192: x_internal_org_location_id => l_physical_loc_id,
5193: x_return_status => l_return_status);
5194: