DBA Data[Home] [Help]

APPS.OKL_AM_REPURCHASE_ASSET_PVT dependencies on OKL_AM_CALCULATE_QUOTE_PVT

Line 9: SUBTYPE asset_tbl_type IS okl_am_calculate_quote_pvt.asset_tbl_type;

5: -- GLOBAL DATASTRUCTURES
6: ---------------------------------------------------------------------------
7: SUBTYPE rulv_rec_type IS okl_rule_pub.rulv_rec_type;
8:
9: SUBTYPE asset_tbl_type IS okl_am_calculate_quote_pvt.asset_tbl_type;
10:
11: SUBTYPE taiv_rec_type IS okl_trx_ar_invoices_pub.taiv_rec_type;
12:
13: SUBTYPE qpyv_tbl_type IS okl_quote_parties_pub.qpyv_tbl_type;

Line 1694: 'before OKL_AM_CALCULATE_QUOTE_PVT.generate '

1690: IF (is_debug_statement_on) THEN
1691: okl_debug_pub.log_debug
1692: (g_level_statement,
1693: l_module_name,
1694: 'before OKL_AM_CALCULATE_QUOTE_PVT.generate '
1695: );
1696: okl_debug_pub.log_debug (g_level_statement,
1697: l_module_name,
1698: 'l_return_status: ' || l_return_status

Line 1704: okl_am_calculate_quote_pvt.generate (p_api_version => p_api_version,

1700: END IF;
1701:
1702: -- call quote calculation api (pass assets tbl)
1703: -- this will insert quote lines
1704: okl_am_calculate_quote_pvt.generate (p_api_version => p_api_version,
1705: p_init_msg_list => p_init_msg_list,
1706: x_msg_count => x_msg_count,
1707: x_msg_data => x_msg_data,
1708: p_qtev_rec => lx_qtev_rec,

Line 1718: 'after OKL_AM_CALCULATE_QUOTE_PVT.generate '

1714: IF (is_debug_statement_on) THEN
1715: okl_debug_pub.log_debug
1716: (g_level_statement,
1717: l_module_name,
1718: 'after OKL_AM_CALCULATE_QUOTE_PVT.generate '
1719: );
1720: okl_debug_pub.log_debug (g_level_statement,
1721: l_module_name,
1722: 'l_return_status: ' || l_return_status