DBA Data[Home] [Help]

APPS.WF_BES_FUNCS dependencies on DBMS_OUTPUT

Line 223: dbms_output.put_line('File generated is '||utl_dir||'/'||l_filename);

219: utl_file.put_line(fh,'exit;');
220: utl_file.put_line(fh,' ');
221: utl_file.fclose(fh);
222:
223: dbms_output.put_line('File generated is '||utl_dir||'/'||l_filename);
224: exception
225: when others then
226: if (utl_file.is_open(fh)) then
227: utl_file.fclose(fh);

Line 484: dbms_output.put_line('File generated is '||utl_dir||'/'||l_filename);

480: utl_file.put_line(fh,'exit;');
481: utl_file.put_line(fh,' ');
482: utl_file.fclose(fh);
483:
484: dbms_output.put_line('File generated is '||utl_dir||'/'||l_filename);
485: exception
486: when others then
487: if (utl_file.is_open(fh)) then
488: utl_file.fclose(fh);