DBA Data[Home] [Help]

APPS.OKL_AM_CALC_QUOTE_PYMNT_PVT dependencies on OKL_TRX_QUOTES_B

Line 3250: FROM okl_trx_quotes_b

3246:
3247: -- Get the quote effective from date
3248: CURSOR l_quotehdr_csr(cp_id IN NUMBER) IS
3249: SELECT khr_id, trunc(date_effective_from)
3250: FROM okl_trx_quotes_b
3251: WHERE id = cp_id;
3252:
3253: /*-----------------------------------------------------------------------+
3254: | Local Variable Declarations and initializations |