DBA Data[Home] [Help]

APPS.IGS_EN_GEN_011 dependencies on APP_EXCEPTION

Line 1587: app_exception.raise_exception;

1583: IF cur_cal_rel%NOTFOUND THEN
1584: CLOSE cur_cal_rel;
1585: fnd_message.set_name('IGS','IGS_EN_BULK_E_D_NO_CAL_REL');
1586: igs_ge_msg_stack.add;
1587: app_exception.raise_exception;
1588: END IF;
1589: CLOSE cur_cal_rel;
1590: -- Clear pl/sql table for writing IGS_GE_S_LOG_ENTRY records
1591: IGS_GE_INS_SLE.genp_set_log_cntr;

Line 1604: app_exception.raise_exception;

1600: p_message_name =>l_message_name);
1601: IF (l_message_name IS NOT NULL) THEN
1602: fnd_message.set_name('IGS',l_message_name);
1603: igs_ge_msg_stack.add;
1604: app_exception.raise_exception;
1605: END IF;
1606: -- Initialise counters
1607: l_total_exist_sua_count := 0;
1608: l_total_enrol_error_count := 0;

Line 5075: App_Exception.Raise_Exception;

5071:
5072: IF v_message_name is not null THEN
5073: Fnd_Message.Set_name('IGS',v_message_name);
5074: IGS_GE_MSG_STACK.ADD;
5075: App_Exception.Raise_Exception;
5076: END IF;
5077: -- Determine the start and end dates of the teaching
5078: -- period by calling calp_get_ci_dates.
5079: IGS_CA_GEN_001.calp_get_ci_dates(

Line 6079: App_Exception.Raise_Exception;

6075: END IF;
6076: Fnd_Message.Set_name('IGS','IGS_GE_UNHANDLED_EXP');
6077: FND_MESSAGE.SET_TOKEN('NAME','IGS_EN_GEN_011.enrp_upd_acai_accept1');
6078: IGS_GE_MSG_STACK.ADD;
6079: App_Exception.Raise_Exception;
6080: END;
6081: RETURN TRUE;
6082: EXCEPTION
6083: WHEN OTHERS THEN