DBA Data[Home] [Help]

APPS.OKL_EQUIPMENT_EXCHANGE_PVT dependencies on CS_TRANSACTION_TYPES_TL

Line 505: cs_transaction_types_tl ttl

501: -- Note: Not using Name column in tt as it can be null.
502: Cursor okl_trx_type_curs(p_transaction_type IN VARCHAR2)is
503: SELECT tt.transaction_type_id
504: FROM cs_transaction_types_b tt,
505: cs_transaction_types_tl ttl
506: WHERE tt.transaction_type_id = ttl.transaction_type_id
507: AND ttl.language = 'US'
508: AND ttl.NAME = p_transaction_type;
509: -- end bug 8459840