DBA Data[Home] [Help]

APPS.OKL_STREAM_GENERATOR_PVT dependencies on OKL_TRX_CONTRACTS_ALL

Line 8420: okl_trx_contracts_all trx

8416: ,rbk_chr.start_date rbk_chr_start_date
8417: ,orig_chr.start_date orig_chr_start_date
8418: FROM okc_k_headers_all_b rbk_chr,
8419: okc_k_headers_all_b orig_chr,
8420: okl_trx_contracts_all trx
8421: WHERE rbk_chr.id = p_khr_id
8422: AND rbk_chr.orig_system_source_code = 'OKL_REBOOK'
8423: AND trx.khr_id_new = rbk_chr.id
8424: AND trx.tsu_code = 'ENTERED'

Line 8436: okl_trx_contracts_all trx

8432: 'MASS_REBOOK' rebook_type
8433: ,orig_chr.start_date rbk_chr_start_date
8434: ,orig_chr.start_date orig_chr_start_date
8435: FROM okc_k_headers_all_b orig_chr,
8436: okl_trx_contracts_all trx
8437: WHERE orig_chr.id = p_khr_id
8438: AND trx.khr_id = orig_chr.id
8439: AND trx.tsu_code = 'ENTERED'
8440: AND trx.tcn_type = 'TRBK'