DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOTS dependencies on IGS_EN_TIMESLOTS

Line 1: PACKAGE BODY Igs_En_Timeslots AS

1: PACKAGE BODY Igs_En_Timeslots AS
2: /* $Header: IGSEN74B.pls 120.6 2006/03/15 22:08:15 svanukur ship $ */
3:
4: /*************************************************************
5: Created By : sraj

Line 145: FND_MESSAGE.SET_TOKEN('NAME','Igs_en_timeslots.enrp_para_calculation');

141:
142: 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:

Line 216: FND_MESSAGE.SET_TOKEN('NAME','Igs_en_timeslots.enrp_calc_slots');

212:
213: 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:

Line 692: FND_MESSAGE.SET_TOKEN('NAME','Igs_en_timeslots.enrp_cur_criteria');

688: END IF;
689: 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:

Line 1430: FND_MESSAGE.SET_TOKEN('NAME','Igs_en_timeslots.enrp_sort_mngt');

1426:
1427: 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:

Line 1610: FND_MESSAGE.SET_TOKEN('NAME','Igs_en_timeslots.enrp_rslt_ins_timeslot');

1606:
1607: 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:

Line 2001: igs_en_timeslots.acad_teach_rel_exist(sca2.cal_type,cp_cal_type,cp_seq_num) = 'TRUE' ;

1997: (SELECT 'x' FROM igs_en_su_attempt_all sua
1998: WHERE sua.person_id = sca2.person_id AND
1999: sua.course_cd = sca2.course_cd AND
2000: sua.course_cd = pv2.course_cd) AND
2001: igs_en_timeslots.acad_teach_rel_exist(sca2.cal_type,cp_cal_type,cp_seq_num) = 'TRUE' ;
2002:
2003:
2004:
2005:

Line 2040: END Igs_En_Timeslots;

2036: END IF;
2037: RETURN plsql_1;
2038: END enrp_total_students;
2039:
2040: END Igs_En_Timeslots;