DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_UNIT dependencies on IGS_RU_GEN_001

Line 1187: IF igs_ru_gen_001.rulp_val_senna (

1183: CLOSE cur_uoo_dtl;
1184: --
1185: -- check whether student has satisfied the Program Type Check rule by invoking the rule engine.
1186: --
1187: IF igs_ru_gen_001.rulp_val_senna (
1188: p_rule_call_name => 'PROG_CHK',
1189: p_rule_number => p_rule_seq_number,
1190: p_person_id => p_person_id,
1191: p_param_1 => p_course_cd,

Line 2820: IF igs_ru_gen_001.rulp_val_senna(p_rule_call_name => 'PREREQ',

2816:
2817: --
2818: -- check whether student has satisfied the pre-requisite rule by invoking the rule engine
2819: --
2820: IF igs_ru_gen_001.rulp_val_senna(p_rule_call_name => 'PREREQ',
2821: p_person_id => p_person_id,
2822: p_course_cd => p_course_cd,
2823: p_course_version => p_course_version ,
2824: p_unit_cd => l_unit_dtls_rec.unit_cd,

Line 2991: IF igs_ru_gen_001.rulp_val_senna(p_rule_call_name => 'COREQ',

2987:
2988: --
2989: -- check whether student has satisfied the co-requisite rule by invoking the rule engine
2990:
2991: IF igs_ru_gen_001.rulp_val_senna(p_rule_call_name => 'COREQ',
2992: p_person_id => p_person_id,
2993: p_course_cd => p_course_cd,
2994: p_course_version => p_course_version ,
2995: p_unit_cd => l_unit_dtls_rec.unit_cd,

Line 3152: IF igs_ru_gen_001.rulp_val_senna(p_rule_call_name => 'INCOMP',

3148:
3149: --
3150: -- check whether student has satisfied the incompatibility rule by invoking the rule engine
3151:
3152: IF igs_ru_gen_001.rulp_val_senna(p_rule_call_name => 'INCOMP',
3153: p_person_id => p_person_id,
3154: p_course_cd => p_course_cd,
3155: p_course_version => p_course_version ,
3156: p_unit_cd => l_unit_dtls_rec.unit_cd,

Line 4252: -- svenkata Call to igs_ru_gen_001.rulp_val_senna has been modified to include 2 new parameters

4248: --Known limitations/enhancements and/or remarks:
4249: --
4250: --Change History:
4251: --Who When What
4252: -- svenkata Call to igs_ru_gen_001.rulp_val_senna has been modified to include 2 new parameters
4253: -- p_load_cal_type and p_load_sequence_number . The corresponding named rule has also been
4254: -- modified . Bug # 2338013.
4255: -------------------------------------------------------------------------------------
4256:

Line 4282: IF igs_ru_gen_001.rulp_val_senna(p_rule_call_name => 'CART_MAX',

4278:
4279: --
4280: -- check whether student has satisfied the cart max rule by invoking the rule engine
4281:
4282: IF igs_ru_gen_001.rulp_val_senna(p_rule_call_name => 'CART_MAX',
4283: p_person_id => p_person_id,
4284: p_message => l_message,
4285: p_rule_number => p_rule_seq_number,
4286: p_param_1 => p_course_cd,

Line 4425: l_return_value := igs_ru_gen_001.rulp_val_senna (

4421: FOR rec_cur_intermission_details IN cur_intermission_details (p_person_id, p_program_cd) LOOP
4422: --
4423: -- Check whether student has satisfied the Intermission Status Step rule by invoking the rule engine.
4424: --
4425: l_return_value := igs_ru_gen_001.rulp_val_senna (
4426: p_rule_call_name => 'INT_STSU',
4427: p_rule_number => p_rule_seq_number,
4428: p_person_id => p_person_id,
4429: p_param_1 => p_program_cd,

Line 4597: IF (igs_ru_gen_001.rulp_val_senna (

4593: FOR rec_cur_visa_details IN cur_visa_details (p_person_id) LOOP
4594: --
4595: -- Check whether student has satisfied the Visa Status rule by invoking the rule engine.
4596: --
4597: IF (igs_ru_gen_001.rulp_val_senna (
4598: p_rule_call_name => 'VISA_STSU',
4599: p_rule_number => p_rule_seq_number,
4600: p_person_id => p_person_id,
4601: p_param_1 => rec_cur_visa_details.visa_type,