DBA Data[Home] [Help]

APPS.IGS_EN_WLST_GEN_PROC dependencies on APP_EXCEPTION

Line 533: APP_EXCEPTION.RAISE_EXCEPTION;

529: -- concatenate both person numbers and raise exception
530: FND_MESSAGE.SET_NAME('IGS','IGS_EN_DUP_WLST_POSITION');
531: FND_MESSAGE.SET_TOKEN('STUDENTS',l_person_number_wlst || ', ' || l_person_number_sua);
532: IGS_GE_MSG_STACK.ADD;
533: APP_EXCEPTION.RAISE_EXCEPTION;
534: ELSE
535: IF l_pri_pref_def THEN
536: -- assign the priority/preference weights of the student at correct position
537: FOR pos_tab_cnt IN 1 .. p_modified_pos_tab.COUNT LOOP