DBA Data[Home] [Help]

APPS.OKL_CONTRACT_BOOK_PVT dependencies on OKL_AM_TERMNT_QUOTE_PVT

Line 2302: l_term_rec okl_am_termnt_quote_pvt.term_rec_type;

2298: x_quot_rec okl_am_create_quote_pvt.quot_rec_type;
2299: x_tqlv_tbl okl_am_create_quote_pvt.tqlv_tbl_type;
2300: x_qpyv_tbl okl_am_create_quote_pvt.qpyv_tbl_type;
2301: x_assn_tbl okl_am_create_quote_pvt.assn_tbl_type;
2302: l_term_rec okl_am_termnt_quote_pvt.term_rec_type;
2303: x_term_rec okl_am_termnt_quote_pvt.term_rec_type;
2304: x_err_msg VARCHAR2 (2000);
2305:
2306: CURSOR taa_trx_csr (p_orig_chr_id IN NUMBER, p_new_chr_id IN NUMBER) IS

Line 2303: x_term_rec okl_am_termnt_quote_pvt.term_rec_type;

2299: x_tqlv_tbl okl_am_create_quote_pvt.tqlv_tbl_type;
2300: x_qpyv_tbl okl_am_create_quote_pvt.qpyv_tbl_type;
2301: x_assn_tbl okl_am_create_quote_pvt.assn_tbl_type;
2302: l_term_rec okl_am_termnt_quote_pvt.term_rec_type;
2303: x_term_rec okl_am_termnt_quote_pvt.term_rec_type;
2304: x_err_msg VARCHAR2 (2000);
2305:
2306: CURSOR taa_trx_csr (p_orig_chr_id IN NUMBER, p_new_chr_id IN NUMBER) IS
2307: SELECT tcn.ID,

Line 4149: okl_am_termnt_quote_pvt.terminate_quote

4145: END IF;
4146:
4147: l_tq_rec_count := 0;
4148: /* Initiate the Terminate Quote Process */
4149: okl_am_termnt_quote_pvt.terminate_quote
4150: (p_api_version => l_api_version,
4151: p_init_msg_list => p_init_msg_list,
4152: x_return_status => x_return_status,
4153: x_msg_count => x_msg_count,