DBA Data[Home] [Help]

APPS.MSD_DEM_COLLECT_LEVEL_TYPES dependencies on DBMS_OUTPUT

Line 126: dbms_output.put_line(errbuf);

122:
123: exception
124: when others then
125: errbuf := substr(SQLERRM,1,150);
126: dbms_output.put_line(errbuf);
127: msd_dem_common_utilities.log_message(errbuf);
128: msd_dem_common_utilities.log_debug(errbuf);
129: retcode := -1;
130:

Line 250: dbms_output.put_line(errbuf);

246:
247: exception
248: when others then
249: errbuf := substr(SQLERRM,1,150);
250: dbms_output.put_line(errbuf);
251: msd_dem_common_utilities.log_message(errbuf);
252: msd_dem_common_utilities.log_debug(errbuf);
253: retcode := -1;
254: