DBA Data[Home] [Help]

APPS.QA_PLAN_ELEMENT_API dependencies on OE_TRANSACTION_TYPES_TL

Line 1266: oe_transaction_types_tl ot

1262: SELECT oel.line_id
1263: FROM oe_order_headers_all oeh,
1264: oe_order_lines_all oel,
1265: mtl_sales_orders mso,
1266: oe_transaction_types_tl ot
1267: WHERE mso.segment1 = oeh.order_number
1268: AND oeh.order_type_id = ot.transaction_type_id
1269: AND mso.segment2 = ot.name
1270: AND mso.sales_order_id = p_sales_order_id