DBA Data[Home] [Help]

APPS.IGS_RU_VAL_UNIT_RULE dependencies on IGS_EN_GEN_015

Line 103: IF( IGS_EN_GEN_015.validation_step_is_overridden(

99: CLOSE cur_load;
100:
101: --added this code for enrollment processes dld bug#1832130
102: -- if the rule validation is overridden for the student then return true
103: IF( IGS_EN_GEN_015.validation_step_is_overridden(
104: p_eligibility_step_type => 'COREQ',
105: p_load_cal_type => l_term_cal,
106: p_load_cal_seq_number => l_term_seq_number,
107: p_person_id => p_person_id,

Line 205: IF( IGS_EN_GEN_015.validation_step_is_overridden(p_eligibility_step_type => 'INCMPT_UNT',

201: FETCH cur_load INTO l_term_cal, l_term_seq_number;
202: CLOSE cur_load;
203:
204: -- if the rule validation is overridden for the student then return true
205: IF( IGS_EN_GEN_015.validation_step_is_overridden(p_eligibility_step_type => 'INCMPT_UNT',
206: p_load_cal_type => l_term_cal,
207: p_load_cal_seq_number => l_term_seq_number,
208: p_person_id => p_person_id,
209: p_uoo_id => p_uoo_id,

Line 303: IF( IGS_EN_GEN_015.validation_step_is_overridden(p_eligibility_step_type => 'PREREQ',

299: FETCH cur_load INTO l_term_cal, l_term_seq_number;
300: CLOSE cur_load;
301:
302: -- if the rule validation is overridden for the student then return true
303: IF( IGS_EN_GEN_015.validation_step_is_overridden(p_eligibility_step_type => 'PREREQ',
304: p_load_cal_type => l_term_cal,
305: p_load_cal_seq_number => l_term_seq_number,
306: p_person_id => p_person_id,
307: p_uoo_id => p_uoo_id,