DBA Data[Home] [Help]

APPS.OKL_REVERSAL_PVT dependencies on OKL_TRX_TYPES_TL

Line 244: FROM okl_trx_types_tl t, okl_trx_contracts_all tcn

240:
241: -- Cursor to get transaction type name .. SLA Uptake
242: CURSOR get_try_name_csr(p_tcn_id IN NUMBER) IS
243: SELECT t.name
244: FROM okl_trx_types_tl t, okl_trx_contracts_all tcn
245: WHERE tcn.try_id = t.id
246: AND tcn.id = p_tcn_id
247: AND LANGUAGE = 'US';
248: