DBA Data[Home] [Help]

APPS.INV_RCV_TXN_MATCH dependencies on MTL_UNITS_OF_MEASURE

Line 2874: FROM mtl_units_of_measure

2870: l_parent_id := x_MatchedRec.oe_order_line_id;
2871: --bug3592116 for RMA the uom code is got from oe_order_lines_all but we need to get
2872: --unit_of_measure to convert the rma line quantity to user input qty.
2873: SELECT unit_of_measure INTO l_rma_uom
2874: FROM mtl_units_of_measure
2875: WHERE uom_code = x_MatchedRec.unit_of_measure;
2876: x_MatchedRec.unit_of_measure := l_rma_uom;
2877: -- bug3592116
2878: