DBA Data[Home] [Help]

APPS.WSH_SC_DELIVERY_PVT dependencies on WSH_PARAMETERS_PVT

Line 145: WSH_PARAMETERS_PVT.get_param_value(org_id, 'WEIGHT_VOLUME_SC_FLAG',

141: freight_carrier_code = NVL(default_fcc, freight_carrier)
142: WHERE delivery_id = del_id;
143:
144: auto_created_dep := TRUE;
145: WSH_PARAMETERS_PVT.get_param_value(org_id, 'WEIGHT_VOLUME_SC_FLAG',
146: weight_volume_sc_flag);
147: if (weight_volume_sc_flag = 'A') then
148: wsh_wv_pvt.departure_weight_volume(
149: source => 'SC',

Line 960: wsh_parameters_pvt.get_param_value_num(org_id,'DEPARTURE_REPORT_SET_ID',rep_id);

956: ELSE
957: x_bol := bol;
958: END IF;
959:
960: wsh_parameters_pvt.get_param_value_num(org_id,'DEPARTURE_REPORT_SET_ID',rep_id);
961:
962:
963: -- Now go ahead and to the Insert
964: