DBA Data[Home] [Help]

APPS.QPR_COLLECT_UOM_DATA dependencies on DBMS_UTILITY

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

43: login_id, prg_appl_id, prg_id, request_id) ;
44: exception
45: when OTHERS then
46: fnd_file.put_line(fnd_file.log, 'ERROR INSERTING UOM_DATA...');
47: fnd_file.put_line(fnd_file.log, DBMS_UTILITY.FORMAT_ERROR_BACKTRACE);
48: raise;
49: end insert_uom_data;
50:
51: procedure collect_uom_data(errbuf out nocopy varchar2,