DBA Data[Home] [Help]

APPS.INV_RCV_STD_INSPECT_APIS dependencies on INV_MOBILE_HELPER_FUNCTIONS

Line 62: inv_mobile_helper_functions.tracelog

58: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
59: BEGIN
60:
61: IF (l_debug = 1) THEN
62: inv_mobile_helper_functions.tracelog
63: (p_err_msg => p_err_msg,
64: p_module => g_pkg_name||'($Revision: 120.20.12020000.4 $)',
65: p_level => p_level);
66: END IF;

Line 6753: inv_mobile_helper_functions.sql_error('inv_rcv_std_inspect_apis.obtain_receiving_information', l_progress, SQLCODE);

6749:
6750: exception
6751: when others then
6752: IF SQLCODE IS NOT NULL THEN
6753: inv_mobile_helper_functions.sql_error('inv_rcv_std_inspect_apis.obtain_receiving_information', l_progress, SQLCODE);
6754: END IF;
6755:
6756:
6757: