DBA Data[Home] [Help]

APPS.OKL_AM_UTIL_PVT dependencies on OKL_TRX_QUOTES_TL

Line 3154: okl_trx_quotes_tl qte,

3150: qteb.qst_code qst_code,
3151: qteb.qtp_code qtp_code
3152: from okl_trx_contracts tcn,
3153: okl_trx_quotes_all_b qteb,
3154: okl_trx_quotes_tl qte,
3155: okc_k_headers_all_b khr
3156: where tcn.khr_id = khr.id
3157: and tcn.qte_id = qteb.id(+)
3158: and qteb.id = qte.id(+)