DBA Data[Home] [Help]

APPS.INV_RCV_TXN_INTERFACE dependencies on INV_MOBILE_HELPER_FUNCTIONS

Line 16: inv_mobile_helper_functions.tracelog

12: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
13: BEGIN
14:
15: IF (l_debug = 1) THEN
16: inv_mobile_helper_functions.tracelog
17: (p_err_msg => p_err_msg,
18: p_module => g_pkg_name,
19: p_level => p_level);
20: END IF;

Line 3294: inv_mobile_helper_functions.sql_error('INV_RCV_TXN_INTERFACE.matching_logic', l_progress, SQLCODE);

3290: WHEN OTHERS THEN
3291: ROLLBACK TO rcv_transactions_sa;
3292: x_return_status := fnd_api.g_ret_sts_unexp_error ;
3293: IF SQLCODE IS NOT NULL THEN
3294: inv_mobile_helper_functions.sql_error('INV_RCV_TXN_INTERFACE.matching_logic', l_progress, SQLCODE);
3295: END IF;
3296: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3297: THEN
3298: fnd_msg_pub.add_exc_msg