DBA Data[Home] [Help]

APPS.IGF_AW_LI_IMPORT dependencies on APP_EXCEPTION

Line 405: app_exception.raise_exception;

401: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
402: fnd_log.string(fnd_log.level_exception,'igf.plsql.igf_aw_li_import.lock_std_coa.exception','sql error:'||SQLERRM);
403: END IF;
404: igs_ge_msg_stack.conc_exception_hndl;
405: app_exception.raise_exception;
406:
407:
408: END lock_std_coa;
409:

Line 798: app_exception.raise_exception;

794: WHEN OTHERS THEN
795: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
796: fnd_message.set_token('NAME','igf_aw_li_import.create_new_award_hist_rec' || SQLERRM);
797: igs_ge_msg_stack.add;
798: app_exception.raise_exception;
799: END create_new_award_hist_rec;
800:
801: PROCEDURE maintain_old_award_hist_rec IS
802: /***************************************************************