DBA Data[Home] [Help]

APPS.WIP_FLOW_UTILITIES dependencies on INV_CONVERT

Line 27: p_pri_qty := inv_convert.inv_um_convert(

23: -- in the Original UOM, if the Primary Uom and the transaction
24: -- uom are not the same
25: if (x_primary_uom <> p_txn_uom ) then
26:
27: p_pri_qty := inv_convert.inv_um_convert(
28: item_id => p_item_id,
29: precision => NULL,
30: from_quantity => p_txn_qty,
31: from_unit => p_txn_uom,