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 3540: inv_mobile_helper_functions.sql_error('INV_RCV_TXN_INTERFACE.matching_logic', l_progress, SQLCODE);

3536: WHEN OTHERS THEN
3537: ROLLBACK TO rcv_transactions_sa;
3538: x_return_status := fnd_api.g_ret_sts_unexp_error ;
3539: IF SQLCODE IS NOT NULL THEN
3540: inv_mobile_helper_functions.sql_error('INV_RCV_TXN_INTERFACE.matching_logic', l_progress, SQLCODE);
3541: END IF;
3542: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3543: THEN
3544: fnd_msg_pub.add_exc_msg