DBA Data[Home] [Help]

APPS.OE_RMA_RECEIVING dependencies on INV_CONVERT

Line 372: l_open_line_rec.ordered_quantity2 := INV_CONVERT.INV_UM_CONVERT(l_old_line_tbl(1).inventory_item_id -- INVCONV

368: /* Fix for Bug#12984342 .Calculate secondary if primary remains but entire secondary is consumed */
369:
370: IF l_open_line_rec.ordered_quantity2 <= 0 THEN
371: -- Recalculate secondary
372: l_open_line_rec.ordered_quantity2 := INV_CONVERT.INV_UM_CONVERT(l_old_line_tbl(1).inventory_item_id -- INVCONV
373: ,5 --NULL
374: ,l_open_line_rec.ordered_quantity
375: ,l_old_line_tbl(1).order_quantity_uom
376: ,l_old_line_tbl(1).ordered_quantity_uom2