DBA Data[Home] [Help]

APPS.WF_DIAGNOSTICS_APPS dependencies on ECX_UTILS

Line 306: -- i_file_name := 'OUT.'||ecx_utils.g_run_id||'.xml';

302: i_errbuf => p_errbuf,
303: i_log_file => p_logfile
304: );
305:
306: -- i_file_name := 'OUT.'||ecx_utils.g_run_id||'.xml';
307: outbound_ret_code := p_ret_code;
308: outbound_errbuf := p_errbuf;
309: -- outbound_logfile := p_logfile;
310: IF (ecx_logging_enabled) THEN

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 325: /* file := utl_file.fopen(ecx_utils.g_logdir,i_file_name, 'r');

321:
322: -- dbms_lob.freetemporary(p_xmldoc);
323:
324: dbms_lob.createtemporary(i_tmp,true,dbms_lob.session);
325: /* file := utl_file.fopen(ecx_utils.g_logdir,i_file_name, 'r');
326: loop
327: begin
328: utl_file.get_line(file, i_buffer);
329: dbms_lob.writeappend(i_tmp,lengthb(i_buffer),i_buffer);

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;