DBA Data[Home] [Help]

APPS.OKL_BLK_AST_UPD_PVT dependencies on CS_TRANSACTION_TYPES_TL

Line 103: cs_transaction_types_tl ttl

99: -- Note: Not using Name column in tt as it can be null.
100: Cursor okl_trx_type_curs(p_transaction_type IN VARCHAR2)is
101: SELECT tt.transaction_type_id
102: FROM cs_transaction_types_b tt,
103: cs_transaction_types_tl ttl
104: WHERE tt.transaction_type_id = ttl.transaction_type_id
105: AND ttl.language = 'US'
106: AND ttl.NAME = p_transaction_type;
107: -- end bug 8459840.