DBA Data[Home] [Help]

APPS.QA_RESULTS_INTERFACE_PKG dependencies on OE_TRANSACTION_TYPES_TL

Line 792: oe_transaction_types_tl ot,

788: SELECT mso.sales_order_id
789: FROM mtl_sales_orders mso,
790: oe_order_headers_all oe,
791: qa_customers_lov_v rc,
792: oe_transaction_types_tl ot,
793: fnd_languages fl
794: WHERE mso.segment1 = to_char(oe.order_number)
795: AND oe.order_type_id = ot.transaction_type_id
796: AND ot.language = fl.language_code