DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on MTL_UNITS_OF_MEASURE_TL

Line 1061: mtl_units_of_measure_tl mum,

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