DBA Data[Home] [Help]

APPS.WSH_DETAILS_VALIDATIONS dependencies on WSH_SHIPPING_PARAMS_PVT

Line 3491: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;

3487: -- OTM R12 : due to record changes in WSHDEVLS
3488: l_ignore WSH_NEW_DELIVERIES.IGNORE_FOR_PLANNING%TYPE;
3489: l_tms_interface_flag WSH_NEW_DELIVERIES.TMS_INTERFACE_FLAG%TYPE;
3490: -- OTM R12-Org specific -Bug 5399341
3491: l_param_info WSH_SHIPPING_PARAMS_PVT.Parameter_Rec_Typ;
3492: -- End of OTM R12 : due to record changes in WSHDEVLS
3493:
3494:
3495: l_debug_on BOOLEAN;

Line 3591: WSH_SHIPPING_PARAMS_PVT.Get(

3587: wsh_debug_sv.log(l_module_name, 'l_detail_actions_tab.Count', l_detail_actions_tab.count);
3588: END IF;
3589: -- OTM R12 - Bug 5399341: Get shipping params to figure if the org is OTM enabled.
3590:
3591: WSH_SHIPPING_PARAMS_PVT.Get(
3592: p_organization_id => p_del_detail_rec_tab(j).organization_id,
3593: x_param_info => l_param_info,
3594: x_return_status => x_return_status
3595: );