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 1878: OKL_AM_TERMNT_QUOTE_PUB.quote_line_dtls(p_api_version => p_api_version,

1874: END IF;
1875: IF(batch_offset = p_record_number) THEN
1876: IF(lp_qld_tbl.COUNT>0) THEN
1877: -- calls the quote_line_dtls API to create quote line details for the serialized assets
1878: OKL_AM_TERMNT_QUOTE_PUB.quote_line_dtls(p_api_version => p_api_version,
1879: p_init_msg_list => OKC_API.G_FALSE,
1880: x_return_status => l_return_status,
1881: x_msg_count => x_msg_count,
1882: x_msg_data => x_msg_data,

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

1954: lp_term_rec.accepted_yn := 'Y';
1955: -- lp_term_rec.preproceeds_yn := 'Y'; -- rmunjulu Bug 4239780 Should not set PreProceeds flag
1956: lp_term_rec.date_effective_to := lx_quot_rec.date_effective_to;
1957: -- calling the API to accept quote
1958: OKL_AM_TERMNT_QUOTE_PUB.terminate_quote (p_api_version => p_api_version,
1959: p_init_msg_list => OKL_API.G_FALSE,
1960: x_return_status => l_return_status,
1961: x_msg_count => x_msg_count,
1962: x_msg_data => x_msg_data,