DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on MTL_UNITS_OF_MEASURE_TL

Line 1062: mtl_units_of_measure_tl mum,

1058: FROM oe_order_headers_all oeh,
1059: oe_order_lines_all oel,
1060: oe_transaction_types_all olt,
1061: oe_transaction_types_tl t,
1062: mtl_units_of_measure_tl mum,
1063: mtl_system_items msi
1064: WHERE oeh.header_id = v_header_id
1065: AND oeh.header_id = oel.header_id
1066: AND oel.line_id = NVL(v_line_id, oel.line_id)-- bug 4740567