DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on INV_MOBILE_HELPER_FUNCTIONS

Line 255: inv_mobile_helper_functions.tracelog(

251: PROCEDURE mydebug( p_msg IN VARCHAR2)
252: IS
253: BEGIN
254: IF (g_debug = 1) THEN
255: inv_mobile_helper_functions.tracelog(
256: p_err_msg => p_msg,
257: p_module => g_pkg_name ,
258: p_level => 9);
259:

Line 12063: inv_mobile_helper_functions.sql_error('wms_task_load.insert_serial', l_progress, SQLCODE);

12059: WHEN OTHERS THEN
12060: x_return_status := fnd_api.g_ret_sts_unexp_error;
12061:
12062: IF SQLCODE IS NOT NULL THEN
12063: inv_mobile_helper_functions.sql_error('wms_task_load.insert_serial', l_progress, SQLCODE);
12064: END IF;
12065:
12066: IF (l_debug = 1) THEN
12067: mydebug('Exitting insert_serial - other exception:'|| l_progress || ' ' || TO_CHAR(SYSDATE, 'YYYY-MM-DD HH:DD:SS'), 1);