DBA Data[Home] [Help]

APPS.OKL_CONTRACT_BOOK_PVT dependencies on OKL_TRX_CONTRACTS

Line 22: FROM okl_trx_contracts trx,

18: and chr.id = chrId;
19:
20: Cursor rbk_csr( origId Number, rbkId NUMBER) IS
21: SELECT DATE_TRANSACTION_OCCURRED
22: FROM okl_trx_contracts trx,
23: okl_trx_types_tl trx_type
24: WHERE trx.khr_id_old = origId
25: AND trx.khr_id_new = rbkId
26: AND trx.tsu_code = 'ENTERED'