DBA Data[Home] [Help]

APPS.INV_RCV_STD_INSPECT_APIS dependencies on INV_MOBILE_HELPER_FUNCTIONS

Line 44: inv_mobile_helper_functions.tracelog

40: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
41: BEGIN
42:
43: IF (l_debug = 1) THEN
44: inv_mobile_helper_functions.tracelog
45: (p_err_msg => p_err_msg,
46: p_module => g_pkg_name||'($Revision: 120.9.12010000.4 $)',
47: p_level => p_level);
48: END IF;

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

4850:
4851: exception
4852: when others then
4853: IF SQLCODE IS NOT NULL THEN
4854: inv_mobile_helper_functions.sql_error('inv_rcv_std_inspect_apis.obtain_receiving_information', l_progress, SQLCODE);
4855: END IF;
4856:
4857:
4858: