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.9 2006/09/29 12:12:07 ssdeshpa noship $ */
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 1794: OKL_AM_CREATE_QUOTE_PUB.create_terminate_quote(p_api_version => p_api_version

1790: qdt_counter := 0;
1791: /* sysdate for date processed */
1792: SELECT trunc(SYSDATE) INTO l_sys_date FROM DUAL;
1793: /* calls the create_termination_quote API and retrives the quote_id */
1794: OKL_AM_CREATE_QUOTE_PUB.create_terminate_quote(p_api_version => p_api_version
1795: ,p_init_msg_list => OKC_API.G_FALSE
1796: ,x_msg_data => x_msg_data
1797: ,x_msg_count => x_msg_count
1798: ,x_return_status => l_return_status