DBA Data[Home] [Help]

APPS.WF_DIAGNOSTICS_APPS dependencies on FND_LOG

Line 292: AND FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) then

288: fnd_profile.get('AFLOG_ENABLED',logging_enabled);
289: fnd_profile.get('AFLOG_MODULE',module);
290: if(logging_enabled = 'Y'
291: AND instrb(module,'ecx') > 0
292: AND FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_UNEXPECTED) then
293: ecx_logging_enabled := true;
294: end if;
295:
296: dbms_lob.createtemporary(p_xmldoc,true,dbms_lob.session);

Line 311: outbound_xmlfile := 'FND-Logging AFLOG MODULE Name for XML File :'

307: outbound_ret_code := p_ret_code;
308: outbound_errbuf := p_errbuf;
309: -- outbound_logfile := p_logfile;
310: IF (ecx_logging_enabled) THEN
311: outbound_xmlfile := 'FND-Logging AFLOG MODULE Name for XML File :'
312: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.xml';
313: outbound_logfile := 'FND-Logging AFLOG MODULE Name for Log File :'
314: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.log';
315: ElSE

Line 313: outbound_logfile := 'FND-Logging AFLOG MODULE Name for Log File :'

309: -- outbound_logfile := p_logfile;
310: IF (ecx_logging_enabled) THEN
311: outbound_xmlfile := 'FND-Logging AFLOG MODULE Name for XML File :'
312: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.xml';
313: outbound_logfile := 'FND-Logging AFLOG MODULE Name for Log File :'
314: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.log';
315: ElSE
316: outbound_xmlfile := 'Please ensure that FND-Logging is enabled for module '
317: ||ecx_debug.g_sqlprefix||'%';

Line 316: outbound_xmlfile := 'Please ensure that FND-Logging is enabled for module '

312: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.xml';
313: outbound_logfile := 'FND-Logging AFLOG MODULE Name for Log File :'
314: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.log';
315: ElSE
316: outbound_xmlfile := 'Please ensure that FND-Logging is enabled for module '
317: ||ecx_debug.g_sqlprefix||'%';
318: outbound_logfile := 'Please ensure that FND-Logging is enabled for module '
319: ||ecx_debug.g_sqlprefix||'%';
320: END IF;

Line 318: outbound_logfile := 'Please ensure that FND-Logging is enabled for module '

314: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.log';
315: ElSE
316: outbound_xmlfile := 'Please ensure that FND-Logging is enabled for module '
317: ||ecx_debug.g_sqlprefix||'%';
318: outbound_logfile := 'Please ensure that FND-Logging is enabled for module '
319: ||ecx_debug.g_sqlprefix||'%';
320: END IF;
321:
322: -- dbms_lob.freetemporary(p_xmldoc);

Line 356: inbound_logfile := 'FND-Logging AFLOG MODULE Name for Log File :'

352: inbound_ret_code := i_ret_code;
353: inbound_errbuf := i_errbuf;
354: -- inbound_logfile := i_logfile;
355: IF (ecx_logging_enabled) THEN
356: inbound_logfile := 'FND-Logging AFLOG MODULE Name for Log File :'
357: ||ecx_debug.g_sqlprefix||'in.'||ecx_utils.g_run_id||'.log';
358: ElSE
359: inbound_logfile := 'Please ensure that FND-Logging is enabled for module '
360: ||ecx_debug.g_sqlprefix||'%';

Line 359: inbound_logfile := 'Please ensure that FND-Logging is enabled for module '

355: IF (ecx_logging_enabled) THEN
356: inbound_logfile := 'FND-Logging AFLOG MODULE Name for Log File :'
357: ||ecx_debug.g_sqlprefix||'in.'||ecx_utils.g_run_id||'.log';
358: ElSE
359: inbound_logfile := 'Please ensure that FND-Logging is enabled for module '
360: ||ecx_debug.g_sqlprefix||'%';
361: END IF;
362: exception
363: when others then