DBA Data[Home] [Help]

APPS.WF_DIAGNOSTICS_APPS dependencies on ECX_DEBUG

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

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
316: outbound_xmlfile := 'Please ensure that FND-Logging is enabled for module '

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

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||'%';
318: outbound_logfile := 'Please ensure that FND-Logging is enabled for module '

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

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;
321:

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

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);
323:

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

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||'%';
361: END IF;

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

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
364: dbms_lob.freetemporary(p_xmldoc);