DBA Data[Home] [Help]

APPS.OE_INV_IFACE_PVT dependencies on INV_CONVERT

Line 473: l_qty_to_reserve := inv_convert.inv_um_convert(

469:
470: END;
471: IF NOT OE_GLOBALS.Equal(l_line_rec.order_quantity_uom,
472: l_primary_uom) THEN
473: l_qty_to_reserve := inv_convert.inv_um_convert(
474: item_id => l_line_rec.inventory_item_id
475: , PRECISION => 5
476: , from_quantity => l_line_rec.ordered_quantity - l_line_rec.reserved_quantity
477: , from_unit => l_line_rec.order_quantity_uom