DBA Data[Home] [Help]

APPS.WSH_DELIVERY_LEGS_ACTIONS dependencies on WSH_LOCATIONS_PKG

Line 437: WSH_LOCATIONS_PKG.Convert_internal_cust_location(

433: END IF;
434:
435: --get the physical locations
436: IF (p_dropoff_stop_id IS NOT NULL OR p_dropoff_location_id IS NOT NULL) THEN
437: WSH_LOCATIONS_PKG.Convert_internal_cust_location(
438: p_internal_cust_location_id => l_trip_dropoff_loc_id,
439: x_internal_org_location_id => l_phys_trip_dropoff_loc_id,
440: x_return_status => l_return_status);
441: IF l_return_status in (WSH_UTIL_CORE.G_RET_STS_ERROR, WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN