DBA Data[Home] [Help]

APPS.WSH_USA_ACTIONS_PVT dependencies on WSH_WV_UTILS

Line 657: l_quantity_to_split := WSH_WV_UTILS.Convert_UOM(

653: IF l_debug_on THEN
654: WSH_DEBUG_SV.log(l_module_name,'Inside If l_quantity_to_split', l_quantity_to_split);
655: END IF;
656: ELSE
657: l_quantity_to_split := WSH_WV_UTILS.Convert_UOM(
658: from_uom => p_changed_attributes(l_counter).order_quantity_uom,
659: to_uom => c.requested_quantity_uom,
660: quantity => p_changed_attributes(l_counter).ordered_quantity,
661: item_id => c.inventory_item_id);

Line 1228: l_quantity_to_split := WSH_WV_UTILS.Convert_UOM(

1224: x_total_rsv2 => l_total_reserved_quantity2 ,
1225: x_return_status => l_rs );
1226:
1227: -- HW OPMCONV. Removed forking
1228: l_quantity_to_split := WSH_WV_UTILS.Convert_UOM(
1229: from_uom => p_changed_attributes(l_counter).order_quantity_uom,
1230: to_uom => l_requested_quantity_uom,
1231: quantity => p_changed_attributes(l_counter).ordered_quantity ,
1232: item_id => l_inventory_item_id);

Line 1324: l_quantity_to_split := WSH_WV_UTILS.Convert_UOM(

1320: IF NOT (( c.released_status IN ('Y','C') ) OR ( c.released_status = 'S' AND l_detailed_qty > 0 )) THEN -- {
1321: IF NOT l_uom_converted THEN --{
1322: l_uom_converted := TRUE;
1323: -- HW OPMCONV. Removed forking
1324: l_quantity_to_split := WSH_WV_UTILS.Convert_UOM(
1325: from_uom => p_changed_attributes(l_counter).order_quantity_uom,
1326: to_uom => c.requested_quantity_uom,
1327: quantity => p_changed_attributes(l_counter).ordered_quantity,
1328: item_id => c.inventory_item_id);

Line 3468: l_delivery_details_info.requested_quantity := wsh_wv_utils.convert_uom(ln_rec_info.order_quantity_uom,

3464: ' order_qty:'||ln_rec_info.ordered_quantity || ' item_id:'|| ln_rec_info.inventory_item_id ||
3465: 'to uom:'||prim_uom_code);
3466:
3467: -- HW OPMCONV.
3468: l_delivery_details_info.requested_quantity := wsh_wv_utils.convert_uom(ln_rec_info.order_quantity_uom,
3469: prim_uom_code,ln_rec_info.ordered_quantity,
3470: ln_rec_info.inventory_item_id);
3471: WSH_INTERFACE.PrintMsg(txt=>'Convert uom=> prim_uom:'||prim_uom_code);
3472: l_delivery_details_info.requested_quantity_uom := prim_uom_code;