DBA Data[Home] [Help]

APPS.JTM_MESSAGE_LOG_PKG dependencies on JTM_HOOK_UTIL_PKG

Line 10: , v_level_id IN NUMBER DEFAULT JTM_HOOK_UTIL_PKG.g_debug_level_full

6: --Bug 4496299
7: PROCEDURE LOG_MSG( v_object_id IN VARCHAR2
8: , v_object_name IN VARCHAR2
9: , v_message IN VARCHAR2
10: , v_level_id IN NUMBER DEFAULT JTM_HOOK_UTIL_PKG.g_debug_level_full
11: , v_module IN VARCHAR2 DEFAULT 'jtm_message_log_pkg');
12: /* PWU: the queries n procedure PURGE are costly and there are issues with
13: performance we take them out since we only provide for developer
14: to conveniently remove the log records. */