DBA Data[Home] [Help]

APPS.OKL_MASS_REBOOK_PVT dependencies on OKL_TXL_ASSETS_B

Line 3072: okl_txl_assets_b txl

3068: CURSOR trx_csr (p_chr_id OKC_K_HEADERS_V.ID%TYPE) IS
3069: SELECT trx.id
3070: FROM okl_trx_assets trx,
3071: okl_trx_types_tl ttyp,
3072: okl_txl_assets_b txl
3073: WHERE trx.id = txl.tas_id
3074: AND trx.try_id = ttyp.id
3075: AND trx.tas_type = 'CRB'
3076: AND trx.tsu_code = 'ENTERED'