DBA Data[Home] [Help]

APPS.INV_RCV_TXN_MATCH 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 => 'INV_RCV_TXN_MATCH',
19: p_level => p_level);
20: END IF;

Line 3895: inv_mobile_helper_functions.sql_error('inv_rcv_txn_match.matching_logic', l_progress, SQLCODE);

3891: ROLLBACK TO rcv_transactions_gen_sa;
3892: x_return_status := fnd_api.g_ret_sts_unexp_error ;
3893:
3894: IF SQLCODE IS NOT NULL THEN
3895: inv_mobile_helper_functions.sql_error('inv_rcv_txn_match.matching_logic', l_progress, SQLCODE);
3896: END IF;
3897: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)
3898: THEN
3899: fnd_msg_pub.add_exc_msg