DBA Data[Home] [Help]

APPS.QA_SKIPLOT_EVAL_ENGINE dependencies on INV_CONVERT

Line 234: primary_lot_qty := inv_convert.inv_um_convert(

230:
231: BEGIN
232: /* p_lot_qty is in transaction_uom. so it is converted to primary_uom*/
233: if ((p_primary_uom is not null) and (p_transaction_uom is not null) and (p_primary_uom <> p_transaction_uom)) then
234: primary_lot_qty := inv_convert.inv_um_convert(
235: item_id => p_item_id,
236: precision => null,
237: from_quantity => p_lot_qty,
238: from_unit => p_transaction_uom,