DBA Data[Home] [Help]

APPS.INV_LOG_UTIL dependencies on DUAL

Line 60: select to_char(sysdate, 'DD-MON-YY:HH.MI.SS'),userenv('SESSIONID') into l_errmsg,l_session from dual;

56: if ((g_trace_on = 1) AND (l_dbgpath <> g_dbgpath) ) then
57: g_dbgpath := l_dbgpath;
58: g_cp_flag := NVL(fnd_profile.value('CONC_REQUEST_ID'), 0) ;
59: if (g_trace_on = 1) then
60: select to_char(sysdate, 'DD-MON-YY:HH.MI.SS'),userenv('SESSIONID') into l_errmsg,l_session from dual;
61: g_dbg_lvl := fnd_profile.value('INV_DEBUG_LEVEL') ;
62:
63: if ( g_cp_flag > 0 ) then
64: FND_FILE.put_line(FND_FILE.LOG, ' ******** New Session:'||l_session||'****'||l_errmsg||' **********');