DBA Data[Home] [Help]

APPS.OKL_AM_REPURCHASE_ASSET_PVT dependencies on OKL_TXL_QUOTE_LINES_PUB

Line 2345: 'before OKL_TXL_QUOTE_LINES_PUB.update_txl_quote_lines'

2341: IF (is_debug_statement_on) THEN
2342: okl_debug_pub.log_debug
2343: (g_level_statement,
2344: l_module_name,
2345: 'before OKL_TXL_QUOTE_LINES_PUB.update_txl_quote_lines'
2346: );
2347: okl_debug_pub.log_debug (g_level_statement,
2348: l_module_name,
2349: 'l_return_status: ' || l_return_status

Line 2354: okl_txl_quote_lines_pub.update_txl_quote_lines

2350: );
2351: END IF;
2352:
2353: -- update the quote lines
2354: okl_txl_quote_lines_pub.update_txl_quote_lines
2355: (p_api_version => p_api_version,
2356: p_init_msg_list => p_init_msg_list,
2357: x_return_status => l_return_status,
2358: x_msg_count => x_msg_count,

Line 2369: 'after OKL_TXL_QUOTE_LINES_PUB.update_txl_quote_lines'

2365: IF (is_debug_statement_on) THEN
2366: okl_debug_pub.log_debug
2367: (g_level_statement,
2368: l_module_name,
2369: 'after OKL_TXL_QUOTE_LINES_PUB.update_txl_quote_lines'
2370: );
2371: okl_debug_pub.log_debug (g_level_statement,
2372: l_module_name,
2373: 'l_return_status: ' || l_return_status