DBA Data[Home] [Help]

APPS.WSH_TP_RELEASE_INT dependencies on WSH_SHIPPING_PARAMS_PVT

Line 5482: l_ship_params wsh_shipping_params_pvt.parameter_rec_typ;

5478: DECLARE
5479: l_work_details plan_detail_tab_type;
5480: l_next_index NUMBER;
5481: l_count NUMBER;
5482: l_ship_params wsh_shipping_params_pvt.parameter_rec_typ;
5483: l_valid_flag BOOLEAN;
5484: l_unassign_index NUMBER := 0;
5485: l_unassign_details WSH_GLBL_VAR_STRCT_GRP.delivery_details_attr_tbl_type;
5486: l_unassign_deliveries WSH_UTIL_CORE.id_tab_type;

Line 5743: wsh_shipping_params_pvt.get(

5739: IF l_debug_on THEN
5740: WSH_DEBUG_SV.log(l_module_name, 'check if we enforce ship sets and SMC in organization', x_plan_deliveries(l_index).organization_id);
5741: END IF;
5742:
5743: wsh_shipping_params_pvt.get(
5744: p_organization_id => x_plan_deliveries(l_index).organization_id,
5745: x_param_info => l_ship_params,
5746: x_return_status => l_return_status);
5747: