DBA Data[Home] [Help]

APPS.IGS_PR_GET_CLASS_STD dependencies on APP_EXCEPTION

Line 491: App_Exception.Raise_Exception;

487: WHEN OTHERS THEN
488: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
489: Fnd_Message.SET_TOKEN('NAME', 'Igs_Pr_Get_Class_Std.get_class_standing');
490: Igs_Ge_Msg_Stack.ADD;
491: App_Exception.Raise_Exception;
492: END get_class_standing;
493:
494: END Igs_Pr_Get_Class_Std;