DBA Data[Home] [Help]

APPS.OKL_MASS_REBOOK_PVT dependencies on OKL_TXL_ASSETS_B

Line 3196: okl_txl_assets_b txl

3192: CURSOR trx_csr (p_chr_id OKC_K_HEADERS_V.ID%TYPE) IS
3193: SELECT trx.id
3194: FROM okl_trx_assets trx,
3195: okl_trx_types_tl ttyp,
3196: okl_txl_assets_b txl
3197: WHERE trx.id = txl.tas_id
3198: AND trx.try_id = ttyp.id
3199: AND trx.tas_type = 'CRB'
3200: AND trx.tsu_code = 'ENTERED'