DBA Data[Home] [Help]

APPS.MSD_TRANSLATE_TIME_DATA dependencies on FND_FILE

Line 305: fnd_file.put_line(fnd_file.log, substr(SQLERRM,1,1000));

301:
302: when others then
303:
304: errbuf := substr(SQLERRM,1,150);
305: fnd_file.put_line(fnd_file.log, substr(SQLERRM,1,1000));
306: retcode := -1 ;
307: rollback to Savepoint Before_Delete ;
308:
309:

Line 469: fnd_file.put_line(fnd_file.log, substr(SQLERRM,1,1000));

465:
466: exception
467:
468: when others then
469: fnd_file.put_line(fnd_file.log, substr(SQLERRM,1,1000));
470: errbuf := substr(SQLERRM,1,150);
471: retcode := -1 ;
472:
473:

Line 637: fnd_file.put_line(fnd_file.log, substr(SQLERRM,1,1000));

633:
634: exception
635:
636: when others then
637: fnd_file.put_line(fnd_file.log, substr(SQLERRM,1,1000));
638: errbuf := substr(SQLERRM,1,150);
639: retcode := -1 ;
640:
641: End Generate_Gregorian ;

Line 706: fnd_file.put_line(fnd_file.log, substr(SQLERRM,1,1000));

702: end loop;
703:
704: exception
705: when others then
706: fnd_file.put_line(fnd_file.log, substr(SQLERRM,1,1000));
707: errbuf := substr(SQLERRM,1,150);
708: retcode := -1;
709:
710: end fix_manufacturing;