DBA Data[Home] [Help]

APPS.OKL_AM_CALC_QUOTE_PYMNT_PVT dependencies on OKL_TRX_QUOTES_B

Line 3258: FROM okl_trx_quotes_b

3254:
3255: -- Get the quote effective from date
3256: CURSOR l_quotehdr_csr(cp_id IN NUMBER) IS
3257: SELECT khr_id, trunc(date_effective_from)
3258: FROM okl_trx_quotes_b
3259: WHERE id = cp_id;
3260:
3261: /*-----------------------------------------------------------------------+
3262: | Local Variable Declarations and initializations |