DBA Data[Home] [Help]

APPS.PO_PDOI_MOVE_TO_DRAFT_TABS_PVT dependencies on PO_UOM_S

Line 823: PO_UOM_S.po_uom_conversion(

819: -- the uom for the line, the existing price needs to be converted
820: -- to corresponding price in new uom
821: IF (x_lines.unit_price_tbl(i) IS NULL) THEN
822:
823: PO_UOM_S.po_uom_conversion(
824: from_unit => l_unit_of_measure_tbl(l_index),
825: to_unit => x_lines.unit_of_measure_tbl(i),
826: item_id => NVL(x_lines.item_id_tbl(i),0),
827: uom_rate => l_uom_rate