DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on OE_TRANSACTION_TYPES_TL

Line 1931: FROM oe_order_headers_all oeh, oe_transaction_types_tl oet

1927:
1928: l_progress := 230;
1929: SELECT oeh.order_type_id, oet.name
1930: INTO l_oe_order_type_id, l_oe_order_type_name
1931: FROM oe_order_headers_all oeh, oe_transaction_types_tl oet
1932: WHERE oeh.header_id = l_oe_header_id
1933: AND oeh.order_type_id = oet.transaction_type_id
1934: AND oet.language = (Select language_code from fnd_languages where installed_flag = 'B');
1935: