DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_INTERFACE_PVT dependencies on OKL_AM_TERMNT_QUOTE_PUB

Line 7: subtype qld_tbl_type IS OKL_AM_TERMNT_QUOTE_PUB.qte_ln_dtl_tbl;

3:
4: subtype quot_rec_type IS OKL_TRX_QUOTES_PUB.qtev_rec_type;
5: subtype assn_tbl_type IS OKL_AM_CREATE_QUOTE_PUB.assn_tbl_type;
6: subtype tqlv_tbl_type IS OKL_TXL_QUOTE_LINES_PUB.tqlv_tbl_type;
7: subtype qld_tbl_type IS OKL_AM_TERMNT_QUOTE_PUB.qte_ln_dtl_tbl;
8: subtype qpyv_tbl_type IS OKL_QUOTE_PARTIES_PUB.qpyv_tbl_type;
9: subtype tmgv_rec_type IS OKL_TMG_PVT.tmgv_rec_type;
10:
11: TYPE msg_rec_type IS RECORD (

Line 2088: OKL_AM_TERMNT_QUOTE_PUB.quote_line_dtls(p_api_version => p_api_version,

2084: END IF;
2085: IF(batch_offset = p_record_number) THEN
2086: IF(lp_qld_tbl.COUNT>0) THEN
2087: -- calls the quote_line_dtls API to create quote line details for the serialized assets
2088: OKL_AM_TERMNT_QUOTE_PUB.quote_line_dtls(p_api_version => p_api_version,
2089: p_init_msg_list => OKC_API.G_FALSE,
2090: x_return_status => l_return_status,
2091: x_msg_count => x_msg_count,
2092: x_msg_data => x_msg_data,

Line 2168: OKL_AM_TERMNT_QUOTE_PUB.terminate_quote (p_api_version => p_api_version,

2164: lp_term_rec.accepted_yn := 'Y';
2165: -- lp_term_rec.preproceeds_yn := 'Y'; -- rmunjulu Bug 4239780 Should not set PreProceeds flag
2166: lp_term_rec.date_effective_to := lx_quot_rec.date_effective_to;
2167: -- calling the API to accept quote
2168: OKL_AM_TERMNT_QUOTE_PUB.terminate_quote (p_api_version => p_api_version,
2169: p_init_msg_list => OKL_API.G_FALSE,
2170: x_return_status => l_return_status,
2171: x_msg_count => x_msg_count,
2172: x_msg_data => x_msg_data,