DBA Data[Home] [Help]

APPS.OKL_CONTRACT_BOOK_PVT dependencies on OKL_AM_TERMNT_QUOTE_PVT

Line 2605: l_term_rec okl_am_termnt_quote_pvt.term_rec_type;

2601: x_quot_rec okl_am_create_quote_pvt.quot_rec_type;
2602: x_tqlv_tbl okl_am_create_quote_pvt.tqlv_tbl_type;
2603: x_qpyv_tbl okl_am_create_quote_pvt.qpyv_tbl_type;
2604: x_assn_tbl okl_am_create_quote_pvt.assn_tbl_type;
2605: l_term_rec okl_am_termnt_quote_pvt.term_rec_type;
2606: x_term_rec okl_am_termnt_quote_pvt.term_rec_type;
2607: x_err_msg VARCHAR2 (2000);
2608:
2609: CURSOR taa_trx_csr (p_orig_chr_id IN NUMBER, p_new_chr_id IN NUMBER) IS

Line 2606: x_term_rec okl_am_termnt_quote_pvt.term_rec_type;

2602: x_tqlv_tbl okl_am_create_quote_pvt.tqlv_tbl_type;
2603: x_qpyv_tbl okl_am_create_quote_pvt.qpyv_tbl_type;
2604: x_assn_tbl okl_am_create_quote_pvt.assn_tbl_type;
2605: l_term_rec okl_am_termnt_quote_pvt.term_rec_type;
2606: x_term_rec okl_am_termnt_quote_pvt.term_rec_type;
2607: x_err_msg VARCHAR2 (2000);
2608:
2609: CURSOR taa_trx_csr (p_orig_chr_id IN NUMBER, p_new_chr_id IN NUMBER) IS
2610: SELECT tcn.ID,

Line 4617: okl_am_termnt_quote_pvt.terminate_quote

4613: END IF;
4614:
4615: l_tq_rec_count := 0;
4616: /* Initiate the Terminate Quote Process */
4617: okl_am_termnt_quote_pvt.terminate_quote
4618: (p_api_version => l_api_version,
4619: p_init_msg_list => p_init_msg_list,
4620: x_return_status => x_return_status,
4621: x_msg_count => x_msg_count,