DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE dependencies on WSH_SHIPPING_PARAMS_PVT

Line 2645: l_global_param_rec_type WSH_SHIPPING_PARAMS_PVT.Global_Parameters_Rec_Typ;

2641: FROM wsh_new_deliveries
2642: WHERE delivery_id =p_delivery_id
2643: AND shipment_direction IN ('I','D');
2644:
2645: l_global_param_rec_type WSH_SHIPPING_PARAMS_PVT.Global_Parameters_Rec_Typ;
2646:
2647: --OTM R12, glog proj
2648: l_delivery_info_tab WSH_NEW_DELIVERIES_PVT.Delivery_Attr_Tbl_Type;
2649: l_delivery_info WSH_NEW_DELIVERIES_PVT.Delivery_Rec_Type;

Line 2691: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIPPING_PARAMS_PVT. Get_Global_Parameters',WSH_DEBUG_SV.C_PROC_LEVEL);

2687: l_new_interface_flag_tab(1) := WSH_NEW_DELIVERIES_PVT.C_TMS_NOT_TO_BE_SENT;
2688: -- end of OTM R12, glog proj
2689:
2690: IF l_debug_on THEN
2691: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIPPING_PARAMS_PVT. Get_Global_Parameters',WSH_DEBUG_SV.C_PROC_LEVEL);
2692: END IF;
2693: --
2694: WSH_SHIPPING_PARAMS_PVT.Get_Global_Parameters(l_global_param_rec_type,
2695: x_return_status);

Line 2694: WSH_SHIPPING_PARAMS_PVT.Get_Global_Parameters(l_global_param_rec_type,

2690: IF l_debug_on THEN
2691: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIPPING_PARAMS_PVT. Get_Global_Parameters',WSH_DEBUG_SV.C_PROC_LEVEL);
2692: END IF;
2693: --
2694: WSH_SHIPPING_PARAMS_PVT.Get_Global_Parameters(l_global_param_rec_type,
2695: x_return_status);
2696: --
2697: IF l_debug_on THEN
2698: WSH_DEBUG_SV.log(l_module_name, 'After calling Get_Global_Parameters',