DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_PKG dependencies on WSH_EXTERNAL_INTERFACE_SV

Line 408: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type

404: IF (wsh_util_core.tp_is_installed ='Y' OR l_gc3_is_installed = 'Y' ) THEN --{
405: IF ( l_delivery_details_info.ignore_for_planning IS NULL ) THEN --{
406:
407: -- if new detail is being created by split then it will take the original details flag
408: l_wh_type := WSH_EXTERNAL_INTERFACE_SV.Get_Warehouse_Type
409: (p_organization_id => l_delivery_details_info.organization_id,
410: p_carrier_id => l_delivery_details_info.carrier_id,
411: p_ship_method_code => l_delivery_details_info.ship_method_code,
412: p_msg_display => 'N',