DBA Data[Home] [Help]

APPS.POR_RCV_TRANSACTION_SV dependencies on PO_UOM_S

Line 117: PO_UOM_S.UOM_CONVERT (x_txn_qty,

113: /** DEBUG : Can we just call this routine if the receipt uom
114: ** is different from primary_uom? **/
115:
116: if (X_txn_uom <> X_primary_uom) then
117: PO_UOM_S.UOM_CONVERT (x_txn_qty,
118: x_txn_uom,
119: x_item_id,
120: x_primary_uom,
121: x_primary_qty);