DBA Data[Home] [Help]

APPS.WSH_PR_CREATE_DELIVERIES dependencies on WSH_PARAMETERS_PVT

Line 188: wsh_parameters_pvt.get_param_value_num(p_organization_id,

184: v_weight_uom_code := NULL ;
185:
186: -- For new delivery we must default document set from WSH_PARAMETERS.
187: -- Bug 778917
188: wsh_parameters_pvt.get_param_value_num(p_organization_id,
189: 'DELIVERY_REPORT_SET_ID',
190: v_delivery_report_set_id);
191: -- For new delivery we must default Volume/Weight UOM from WSH_PARAMETERS.
192: -- Bug 804131

Line 194: wsh_parameters_pvt.get_param_value(p_organization_id,

190: v_delivery_report_set_id);
191: -- For new delivery we must default Volume/Weight UOM from WSH_PARAMETERS.
192: -- Bug 804131
193:
194: wsh_parameters_pvt.get_param_value(p_organization_id,
195: 'VOLUME_UOM_CLASS',
196: v_volume_uom_class);
197: WSH_UTIL.Write_Log('volume_uom_class = ' || v_volume_uom_class);
198:

Line 199: wsh_parameters_pvt.get_param_value(p_organization_id,

195: 'VOLUME_UOM_CLASS',
196: v_volume_uom_class);
197: WSH_UTIL.Write_Log('volume_uom_class = ' || v_volume_uom_class);
198:
199: wsh_parameters_pvt.get_param_value(p_organization_id,
200: 'WEIGHT_UOM_CLASS',
201: v_weight_uom_class);
202: WSH_UTIL.Write_Log('weight_uom_class = ' || v_weight_uom_class);
203: