DBA Data[Home] [Help]

APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on WSH_SHIPPING_PARAMS_PVT

Line 695: l_shipping_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;

691: l_lpn_weight_uom_code VARCHAR2(100);
692: l_lpn_volume_uom_code VARCHAR2(100);
693: -- K LPN CONV. rv
694: l_delivery_rec WSH_NEW_DELIVERIES_PVT.Delivery_Rec_Type;
695: l_shipping_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
696:
697: -- TPW - Distributed changes
698: l_new_split_detail_id number;
699: l_req_qty number;

Line 1005: wsh_debug_sv.logmsg(l_module_name,'Calling program unit WSH_SHIPPING_PARAMS_PVT.GET',WSH_DEBUG_SV.C_PROC_LEVEL);

1001:
1002: --{Bug 8539281
1003: IF l_debug_on THEN
1004: wsh_debug_sv.log (l_module_name, 'Organization id',l_del_details_info.organization_id);
1005: wsh_debug_sv.logmsg(l_module_name,'Calling program unit WSH_SHIPPING_PARAMS_PVT.GET',WSH_DEBUG_SV.C_PROC_LEVEL);
1006: END IF;
1007:
1008: WSH_SHIPPING_PARAMS_PVT.GET( p_organization_id => l_del_details_info.organization_id,
1009: x_param_info => l_shipping_param_info,

Line 1008: WSH_SHIPPING_PARAMS_PVT.GET( p_organization_id => l_del_details_info.organization_id,

1004: wsh_debug_sv.log (l_module_name, 'Organization id',l_del_details_info.organization_id);
1005: wsh_debug_sv.logmsg(l_module_name,'Calling program unit WSH_SHIPPING_PARAMS_PVT.GET',WSH_DEBUG_SV.C_PROC_LEVEL);
1006: END IF;
1007:
1008: WSH_SHIPPING_PARAMS_PVT.GET( p_organization_id => l_del_details_info.organization_id,
1009: x_param_info => l_shipping_param_info,
1010: x_return_status => l_return_status);
1011:
1012: IF l_debug_on THEN

Line 1013: wsh_debug_sv.log (l_module_name, 'Return Status from WSH_SHIPPING_PARAMS_PVT.GET', l_return_status);

1009: x_param_info => l_shipping_param_info,
1010: x_return_status => l_return_status);
1011:
1012: IF l_debug_on THEN
1013: wsh_debug_sv.log (l_module_name, 'Return Status from WSH_SHIPPING_PARAMS_PVT.GET', l_return_status);
1014: END IF;
1015:
1016: IF(l_return_status <> WSH_UTIL_CORE.G_RET_STS_SUCCESS) THEN
1017: raise FND_API.G_EXC_ERROR ;