DBA Data[Home] [Help]

APPS.IGS_AV_VAL_AS dependencies on APP_EXCEPTION

Line 51: App_Exception.Raise_Exception;

47: WHEN OTHERS THEN
48: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXP');
49: Fnd_Message.Set_Token('NAME','IGS_AV_VAL_AS.ADVP_VAL_AS_CRS');
50: Igs_Ge_Msg_Stack.Add;
51: App_Exception.Raise_Exception;
52: END;
53: END advp_val_as_crs;
54: --
55: -- To validate the advanced standing major exemption IGS_OR_INSTITUTION code.

Line 97: App_Exception.Raise_Exception;

93: WHEN OTHERS THEN
94: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXP');
95: Fnd_Message.Set_Token('NAME','IGS_AV_VAL_AS.ADVP_VAL_AS_INST');
96: Igs_Ge_Msg_Stack.Add;
97: App_Exception.Raise_Exception;
98: END;
99: END advp_val_as_inst;
100: END IGS_AV_VAL_AS;