DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_INTERFACE_PVT dependencies on OKL_AM_CREATE_QUOTE_PUB

Line 5: subtype assn_tbl_type IS OKL_AM_CREATE_QUOTE_PUB.assn_tbl_type;

1: PACKAGE BODY OKL_AM_TERMNT_INTERFACE_PVT AS
2: /* $Header: OKLRTIFB.pls 120.11.12020000.3 2012/08/28 15:58:03 racheruv ship $ */
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;

Line 2003: OKL_AM_CREATE_QUOTE_PUB.create_terminate_quote(p_api_version => p_api_version

1999:
2000:
2001: --Added new parameter p_term_from_intf by sechawla for bug 7383445
2002: /* calls the create_termination_quote API and retrives the quote_id */
2003: OKL_AM_CREATE_QUOTE_PUB.create_terminate_quote(p_api_version => p_api_version
2004: ,p_init_msg_list => OKC_API.G_FALSE
2005: ,x_msg_data => x_msg_data
2006: ,x_msg_count => x_msg_count
2007: ,x_return_status => l_return_status