DBA Data[Home] [Help]

APPS.OKL_SEC_INVESTOR_PVT dependencies on OKL_POOL_TRANSACTIONS

Line 859: SELECT pools.transaction_status,pools.id,pools.pol_id FROM OKL_POOL_TRANSACTIONS pools,OKL_POOLS header

855:
856: -- Cursor for getting the status of the open transaction
857: CURSOR l_trans_status_csr(p_ia_id IN NUMBER)
858: IS
859: SELECT pools.transaction_status,pools.id,pools.pol_id FROM OKL_POOL_TRANSACTIONS pools,OKL_POOLS header
860: where pools.transaction_status <> 'COMPLETE'
861: and pools.transaction_type='ADD' and pools.transaction_reason='ADJUSTMENTS'
862: and pools.pol_id=header.id and header.khr_id=p_ia_id ;
863: