DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on WSH_SHIPPING_PARAMS_PVT

Line 2327: l_global_param_rec WSH_SHIPPING_PARAMS_PVT.Global_Parameters_Rec_Typ;

2323:
2324: -- Consolidation of BO Delivery details project
2325: l_line_ids WSH_UTIL_CORE.Id_Tab_Type;
2326: l_cons_flags WSH_UTIL_CORE.Column_Tab_Type;
2327: l_global_param_rec WSH_SHIPPING_PARAMS_PVT.Global_Parameters_Rec_Typ;
2328:
2329: CURSOR det_cur(p_del_det_id NUMBER) IS
2330: SELECT inventory_item_id
2331: , organization_id

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

4080: --
4081: -- Debug Statements
4082: --
4083: IF l_debug_on THEN
4084: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIPPING_PARAMS_PVT.Get_Global_Parameters',WSH_DEBUG_SV.C_PROC_LEVEL);
4085: END IF;
4086: --
4087: WSH_SHIPPING_PARAMS_PVT.Get_Global_Parameters(l_global_param_rec, l_return_status);
4088:

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

4083: IF l_debug_on THEN
4084: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_SHIPPING_PARAMS_PVT.Get_Global_Parameters',WSH_DEBUG_SV.C_PROC_LEVEL);
4085: END IF;
4086: --
4087: WSH_SHIPPING_PARAMS_PVT.Get_Global_Parameters(l_global_param_rec, l_return_status);
4088:
4089: -- Handle return status
4090: -- set message if necessary
4091: wsh_util_core.api_post_call(