DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_OVERRIDE dependencies on IGS_EN_GEN_011

Line 21: -- igs_en_gen_011.match_term_sca_params and included parameters

17: --ptandon 02-Jul-2003 Modified the function enrp_chk_unit_over to allow unit level override
18: for multiple units/unit sections to a student in case of same unit
19: step type. Bug# 3033214
20: --rvangala 11-NOV-2003 Changed query of Cursor cur_criteria_satisfied to include call to
21: -- igs_en_gen_011.match_term_sca_params and included parameters
22: -- p_load_cal_type and p_load_cal_seq
23:
24: --ckasu 18-FEB-2004 Modified enrp_elgbl_override procedure inorder to log message
25: IGS_EN_NO_STDNT_FOUND when no data is found.Bug No 3442015

Line 127: -- igs_en_gen_011.match_term_sca_params

123: -- log file instead of hard coded values for NLS compliance.
124: -- created cursors cur_person_id_grp, cur_person_id, cur_step and variable l_step to populate
125: -- the log file.
126: --rvangala 11-NOV-2003 Changed query of Cursor cur_criteria_satisfied to include call to
127: -- igs_en_gen_011.match_term_sca_params
128: --ckasu 18-FEB-2004 Variable l_not_found was initialised to FALSE and code was changed inorder to log a Message
129: -- 'No Student was selected for given Criteria' when no data was found for Override record Processing
130: -- as a part of bug 3442015
131: ---------------------------------------------------------------------------------------------------------------------------------------

Line 153: igs_en_gen_011.match_term_sca_params (

149: FROM igs_pe_prsid_grp_mem pig
150: WHERE pig.group_id = p_person_id_group AND
151: pig.person_id = sca.person_id)) AND
152: sca.course_cd LIKE NVL(p_course_cd,'%') AND
153: igs_en_gen_011.match_term_sca_params (
154: sca.person_id,
155: sca.course_cd,
156: sca.version_number,
157: sca.attendance_type,