DBA Data[Home] [Help]

APPS.IGS_EN_CAREER_MODEL dependencies on APP_EXCEPTION

Line 331: App_Exception.Raise_Exception;

327: -- If there is no primary program for the career error out.
328: IF l_new_course_attempt_status IS NULL THEN
329: fnd_message.set_name ('IGS', 'IGS_EN_SCA_STDNT_NO_PRIMARY');
330: IGS_GE_MSG_STACK.ADD;
331: App_Exception.Raise_Exception;
332: ELSE
333: p_new_course_attempt_status := l_new_course_attempt_status;
334: END IF;
335: