DBA Data[Home] [Help]

APPS.INV_ENHANCED_TM_PERF dependencies on INV_LOG_UTIL

Line 10: inv_log_util.trace(msg,g_pkg_name,15);

6:
7: procedure print_debug(msg varchar2) is
8: begin
9: if (g_debug = 1) then
10: inv_log_util.trace(msg,g_pkg_name,15);
11: end if;
12: end print_debug;
13:
14: procedure launch_worker( p_maxrows in number