DBA Data[Home] [Help]

APPS.QPR_COLLECT_TIME_DATA dependencies on DBMS_UTILITY

Line 121: fnd_file.put_line(fnd_file.log, DBMS_UTILITY.FORMAT_ERROR_BACKTRACE);

117: clean_time_data;
118: exception
119: when OTHERS then
120: fnd_file.put_line(fnd_file.log, 'ERROR INSERTING TIME DATA');
121: fnd_file.put_line(fnd_file.log, DBMS_UTILITY.FORMAT_ERROR_BACKTRACE);
122: raise;
123: end insert_time_data;
124:
125: procedure explode_fiscal_cal(p_instance_id in number) is

Line 171: fnd_file.put_line(fnd_file.log, DBMS_UTILITY.FORMAT_ERROR_BACKTRACE);

167: end if;
168: exception
169: when OTHERS then
170: fnd_file.put_line(fnd_file.log, 'ERROR EXPLODING FISCAL CALENDAR VALUES');
171: fnd_file.put_line(fnd_file.log, DBMS_UTILITY.FORMAT_ERROR_BACKTRACE);
172: raise;
173: end explode_fiscal_cal;
174:
175: procedure decode_quarter(p_month in varchar2, p_year in varchar2,

Line 328: fnd_file.put_line(fnd_file.log, DBMS_UTILITY.FORMAT_ERROR_BACKTRACE);

324: end loop;
325: exception
326: when OTHERS then
327: fnd_file.put_line(fnd_file.log, 'ERROR BUILDING GREGORIAN CALENDAR');
328: fnd_file.put_line(fnd_file.log, DBMS_UTILITY.FORMAT_ERROR_BACKTRACE);
329: raise;
330: end build_gregorian_cal;
331:
332: procedure collect_time_data(errbuf out nocopy varchar2,