DBA Data[Home] [Help]

APPS.QA_SKIPLOT_EVAL_ENGINE dependencies on INV_CONVERT

Line 288: primary_lot_qty := inv_convert.inv_um_convert(

284:
285: BEGIN
286: /* p_lot_qty is in transaction_uom. so it is converted to primary_uom*/
287: if ((p_primary_uom is not null) and (p_transaction_uom is not null) and (p_primary_uom <> p_transaction_uom)) then
288: primary_lot_qty := inv_convert.inv_um_convert(
289: item_id => p_item_id,
290: precision => null,
291: from_quantity => p_lot_qty,
292: from_unit => p_transaction_uom,