DBA Data[Home] [Help]

APPS.POR_RCV_TRANSACTION_SV dependencies on PO_UOM_S

Line 111: PO_UOM_S.UOM_CONVERT (x_txn_qty,

107: /** DEBUG : Can we just call this routine if the receipt uom
108: ** is different from primary_uom? **/
109:
110: if (X_txn_uom <> X_primary_uom) then
111: PO_UOM_S.UOM_CONVERT (x_txn_qty,
112: x_txn_uom,
113: x_item_id,
114: x_primary_uom,
115: x_primary_qty);