DBA Data[Home] [Help]

APPS.IGS_AS_GEN_008 dependencies on APP_EXCEPTION

Line 120: App_Exception.Raise_Exception;

116: WHEN OTHERS THEN
117: FND_MESSAGE.SET_NAME('IGS','IGS_GE_UNHANDLED_EXP');
118: FND_MESSAGE.SET_TOKEN('NAME','IGS_AS_GEN_008.student_cohort');
119: IGS_GE_MSG_STACK.ADD;
120: App_Exception.Raise_Exception;
121:
122: END student_cohort;
123:
124: FUNCTION repeat_grades_exist( p_person_id IGS_AS_SU_STMPTOUT_ALL.person_id%TYPE,

Line 173: App_Exception.Raise_Exception;

169: WHEN OTHERS THEN
170: FND_MESSAGE.SET_NAME('IGS','IGS_GE_UNHANDLED_EXP');
171: FND_MESSAGE.SET_TOKEN('NAME','IGS_AS_GEN_008.repeat_grades_exist');
172: IGS_GE_MSG_STACK.ADD;
173: App_Exception.Raise_Exception;
174:
175: END;
176:
177: END repeat_grades_exist ;