DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOTS dependencies on APP_EXCEPTION

Line 147: App_Exception.Raise_Exception;

143: WHEN OTHERS THEN
144: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
145: FND_MESSAGE.SET_TOKEN('NAME','Igs_en_timeslots.enrp_para_calculation');
146: IGS_GE_MSG_STACK.ADD;
147: App_Exception.Raise_Exception;
148: END enrp_para_calculation;
149:
150: -------------------------------------------------------------------------------
151: FUNCTION enrp_calc_slots(

Line 218: App_Exception.Raise_Exception;

214: WHEN OTHERS THEN
215: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
216: FND_MESSAGE.SET_TOKEN('NAME','Igs_en_timeslots.enrp_calc_slots');
217: IGS_GE_MSG_STACK.ADD;
218: App_Exception.Raise_Exception;
219: END enrp_calc_slots;
220:
221: --------------------------------------------------------------
222: FUNCTION enrp_cur_criteria(

Line 694: App_Exception.Raise_Exception;

690: WHEN OTHERS THEN
691: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
692: FND_MESSAGE.SET_TOKEN('NAME','Igs_en_timeslots.enrp_cur_criteria');
693: IGS_GE_MSG_STACK.ADD;
694: App_Exception.Raise_Exception;
695: END enrp_cur_criteria;
696:
697: -------------------------------------------------------------------------
698: FUNCTION enrp_alpha_sort(

Line 1432: App_Exception.Raise_Exception;

1428: WHEN OTHERS THEN
1429: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
1430: FND_MESSAGE.SET_TOKEN('NAME','Igs_en_timeslots.enrp_sort_mngt');
1431: IGS_GE_MSG_STACK.ADD;
1432: App_Exception.Raise_Exception;
1433: END enrp_sort_mngt;
1434:
1435: ---------------------------------------------------
1436: PROCEDURE enrp_recur_sort(

Line 1612: App_Exception.Raise_Exception;

1608: WHEN OTHERS THEN
1609: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
1610: FND_MESSAGE.SET_TOKEN('NAME','Igs_en_timeslots.enrp_rslt_ins_timeslot');
1611: IGS_GE_MSG_STACK.ADD;
1612: App_Exception.Raise_Exception;
1613: END enrp_rslt_ins_timeslot;
1614:
1615: ---------------------------------------------------------------------------
1616: PROCEDURE enrp_assign_timeslot(

Line 1815: App_Exception.Raise_Exception;

1811: Igs_En_Timeslot_Para_Pkg.delete_row(x_rowid => l_rowid);
1812: ELSIF l_ts_mode = 'F' THEN
1813: fnd_message.set_name('IGS','IGS_EN_TS_CRI_FINAL_AL');
1814: IGS_GE_MSG_STACK.ADD;
1815: App_Exception.Raise_Exception;
1816: END IF;
1817: END IF;
1818: CLOSE cur_mode_check;
1819: