DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE_INT dependencies on WSH_LOCATIONS_PKG

Line 2044: WSH_LOCATIONS_PKG.convert_internal_cust_location(

2040: WSH_DEBUG_SV.log(l_module_name, 'delivery_wv_frozen_flag', idel.wv_frozen_flag);
2041: WSH_DEBUG_SV.log(l_module_name, 'delivery_id', idel.delivery_id);
2042: END IF;
2043:
2044: WSH_LOCATIONS_PKG.convert_internal_cust_location(
2045: p_internal_cust_location_id => x_plan_deliveries(l_new_index).ultimate_dropoff_location_id,
2046: x_internal_org_location_id => x_plan_deliveries(l_new_index).physical_ultimate_do_loc_id,
2047: x_return_status => l_return_status);
2048: IF (l_return_status IN (WSH_UTIL_CORE.G_RET_STS_ERROR, WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR)) THEN