DBA Data[Home] [Help]

APPS.WMS_TASK_LOAD dependencies on INV_MOBILE_HELPER_FUNCTIONS

Line 320: inv_mobile_helper_functions.tracelog(

316: PROCEDURE mydebug( p_msg IN VARCHAR2)
317: IS
318: BEGIN
319: IF (g_debug = 1) THEN
320: inv_mobile_helper_functions.tracelog(
321: p_err_msg => p_msg,
322: p_module => g_pkg_name ,
323: p_level => 9);
324:

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

14374: WHEN OTHERS THEN
14375: x_return_status := fnd_api.g_ret_sts_unexp_error;
14376:
14377: IF SQLCODE IS NOT NULL THEN
14378: inv_mobile_helper_functions.sql_error('wms_task_load.insert_serial', l_progress, SQLCODE);
14379: END IF;
14380:
14381: IF (l_debug = 1) THEN
14382: mydebug('Exitting insert_serial - other exception:'|| l_progress || ' ' || TO_CHAR(SYSDATE, 'YYYY-MM-DD HH:DD:SS'), 1);