DBA Data[Home] [Help]

APPS.IGF_AW_ANTICIPATED_DATA dependencies on APP_EXCEPTION

Line 479: app_exception.raise_exception;

475: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
476: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_aw_anticipated_data.process_anti_data.exception','sql error:'||SQLERRM);
477: END IF;
478: igs_ge_msg_stack.conc_exception_hndl;
479: app_exception.raise_exception;
480:
481: END process_anti_data;
482:
483:

Line 807: WHEN app_exception.record_lock_exception THEN

803: fnd_message.set_name('IGF','IGF_AW_PARAM_ERR');
804: igs_ge_msg_stack.add;
805: errbuf := fnd_message.get;
806:
807: WHEN app_exception.record_lock_exception THEN
808: ROLLBACK;
809: retcode:=2;
810: fnd_message.set_name('IGF','IGF_GE_LOCK_ERROR');
811: igs_ge_msg_stack.add;