DBA Data[Home] [Help]

APPS.MSD_DEM_COLLECT_LEVEL_TYPES dependencies on DBMS_OUTPUT

Line 206: dbms_output.put_line(errbuf);

202:
203: exception
204: when others then
205: errbuf := substr(SQLERRM,1,150);
206: dbms_output.put_line(errbuf);
207: msd_dem_common_utilities.log_message(errbuf);
208: msd_dem_common_utilities.log_debug(errbuf);
209: retcode := -1;
210:

Line 340: dbms_output.put_line(errbuf);

336:
337: exception
338: when others then
339: errbuf := substr(SQLERRM,1,150);
340: dbms_output.put_line(errbuf);
341: msd_dem_common_utilities.log_message(errbuf);
342: msd_dem_common_utilities.log_debug(errbuf);
343: retcode := -1;
344: