DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on WSH_SHIPPING_PARAMS_PVT

Line 2333: l_global_param_rec WSH_SHIPPING_PARAMS_PVT.Global_Parameters_Rec_Typ;

2329:
2330: -- Consolidation of BO Delivery details project
2331: l_line_ids WSH_UTIL_CORE.Id_Tab_Type;
2332: l_cons_flags WSH_UTIL_CORE.Column_Tab_Type;
2333: l_global_param_rec WSH_SHIPPING_PARAMS_PVT.Global_Parameters_Rec_Typ;
2334:
2335: CURSOR det_cur(p_del_det_id NUMBER) IS
2336: SELECT inventory_item_id
2337: , organization_id

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

4090: --
4091: -- Debug Statements
4092: --
4093: IF l_debug_on THEN
4094: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIPPING_PARAMS_PVT.Get_Global_Parameters',WSH_DEBUG_SV.C_PROC_LEVEL);
4095: END IF;
4096: --
4097: WSH_SHIPPING_PARAMS_PVT.Get_Global_Parameters(l_global_param_rec, l_return_status);
4098:

Line 4097: WSH_SHIPPING_PARAMS_PVT.Get_Global_Parameters(l_global_param_rec, l_return_status);

4093: IF l_debug_on THEN
4094: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIPPING_PARAMS_PVT.Get_Global_Parameters',WSH_DEBUG_SV.C_PROC_LEVEL);
4095: END IF;
4096: --
4097: WSH_SHIPPING_PARAMS_PVT.Get_Global_Parameters(l_global_param_rec, l_return_status);
4098:
4099: -- Handle return status
4100: -- set message if necessary
4101: wsh_util_core.api_post_call(