DBA Data[Home] [Help]

APPS.OKL_AM_INTEGRATION_PVT dependencies on OKL_TRX_CONTRACTS

Line 51: FROM OKL_TRX_CONTRACTS

47: -- SECHAWLA 23-OCT-03 : Added this cursor
48: -- get the quote id from the termination transaction
49: CURSOR l_trxcontracts_csr(cp_trx_id IN NUMBER) IS
50: SELECT qte_id
51: FROM OKL_TRX_CONTRACTS
52: WHERE id = cp_trx_id;
53:
54: -- rmunjulu bug 4508497 added to check the setup
55: CURSOR l_sys_prms_csr IS