DBA Data[Home] [Help]

APPS.WSH_DETAILS_VALIDATIONS dependencies on WSH_SHIPPING_PARAMS_PVT

Line 3623: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;

3619: -- OTM R12 : due to record changes in WSHDEVLS
3620: l_ignore WSH_NEW_DELIVERIES.IGNORE_FOR_PLANNING%TYPE;
3621: l_tms_interface_flag WSH_NEW_DELIVERIES.TMS_INTERFACE_FLAG%TYPE;
3622: -- OTM R12-Org specific -Bug 5399341
3623: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
3624: -- End of OTM R12 : due to record changes in WSHDEVLS
3625:
3626:
3627: l_debug_on BOOLEAN;

Line 3723: WSH_SHIPPING_PARAMS_PVT.Get(

3719: wsh_debug_sv.log(l_module_name, 'l_detail_actions_tab.Count', l_detail_actions_tab.count);
3720: END IF;
3721: -- OTM R12 - Bug 5399341: Get shipping params to figure if the org is OTM enabled.
3722:
3723: WSH_SHIPPING_PARAMS_PVT.Get(
3724: p_organization_id => p_del_detail_rec_tab(j).organization_id,
3725: p_client_id => p_del_detail_rec_tab(j).client_id, -- LSP PROJECT : Client defaults should be considered.
3726: x_param_info => l_param_info,
3727: x_return_status => x_return_status