DBA Data[Home] [Help]

APPS.WF_DIAGNOSTICS_APPS dependencies on ECX_DEBUG

Line 315: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.xml';

311: outbound_errbuf := p_errbuf;
312: -- outbound_logfile := p_logfile;
313: IF (ecx_logging_enabled) THEN
314: outbound_xmlfile := 'FND-Logging AFLOG MODULE Name for XML File :'
315: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.xml';
316: outbound_logfile := 'FND-Logging AFLOG MODULE Name for Log File :'
317: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.log';
318: ElSE
319: outbound_xmlfile := 'No xml file name as logging was not enabled for module: '

Line 317: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.log';

313: IF (ecx_logging_enabled) THEN
314: outbound_xmlfile := 'FND-Logging AFLOG MODULE Name for XML File :'
315: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.xml';
316: outbound_logfile := 'FND-Logging AFLOG MODULE Name for Log File :'
317: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.log';
318: ElSE
319: outbound_xmlfile := 'No xml file name as logging was not enabled for module: '
320: ||ecx_debug.g_sqlprefix||'%';
321: outbound_logfile := 'No log file name as logging was not enabled for module: '

Line 320: ||ecx_debug.g_sqlprefix||'%';

316: outbound_logfile := 'FND-Logging AFLOG MODULE Name for Log File :'
317: ||ecx_debug.g_sqlprefix||'out.'||ecx_utils.g_run_id||'.log';
318: ElSE
319: outbound_xmlfile := 'No xml file name as logging was not enabled for module: '
320: ||ecx_debug.g_sqlprefix||'%';
321: outbound_logfile := 'No log file name as logging was not enabled for module: '
322: ||ecx_debug.g_sqlprefix||'%';
323: END IF;
324:

Line 322: ||ecx_debug.g_sqlprefix||'%';

318: ElSE
319: outbound_xmlfile := 'No xml file name as logging was not enabled for module: '
320: ||ecx_debug.g_sqlprefix||'%';
321: outbound_logfile := 'No log file name as logging was not enabled for module: '
322: ||ecx_debug.g_sqlprefix||'%';
323: END IF;
324:
325: -- dbms_lob.freetemporary(p_xmldoc);
326:

Line 360: ||ecx_debug.g_sqlprefix||'in.'||ecx_utils.g_run_id||'.log';

356: inbound_errbuf := i_errbuf;
357: -- inbound_logfile := i_logfile;
358: IF (ecx_logging_enabled) THEN
359: inbound_logfile := 'FND-Logging AFLOG MODULE Name for Log File :'
360: ||ecx_debug.g_sqlprefix||'in.'||ecx_utils.g_run_id||'.log';
361: ElSE
362: inbound_logfile := 'No log file name as logging was not enabled for module: '
363: ||ecx_debug.g_sqlprefix||'%';
364: END IF;

Line 363: ||ecx_debug.g_sqlprefix||'%';

359: inbound_logfile := 'FND-Logging AFLOG MODULE Name for Log File :'
360: ||ecx_debug.g_sqlprefix||'in.'||ecx_utils.g_run_id||'.log';
361: ElSE
362: inbound_logfile := 'No log file name as logging was not enabled for module: '
363: ||ecx_debug.g_sqlprefix||'%';
364: END IF;
365: exception
366: when others then
367: dbms_lob.freetemporary(p_xmldoc);