DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on OE_TRANSACTION_TYPES_TL

Line 1914: FROM oe_order_headers_all oeh, oe_transaction_types_tl oet

1910:
1911: l_progress := 230;
1912: SELECT oeh.order_type_id, oet.name
1913: INTO l_oe_order_type_id, l_oe_order_type_name
1914: FROM oe_order_headers_all oeh, oe_transaction_types_tl oet
1915: WHERE oeh.header_id = l_oe_header_id
1916: AND oeh.order_type_id = oet.transaction_type_id
1917: AND oet.language = (Select language_code from fnd_languages where installed_flag = 'B');
1918: