DBA Data[Home] [Help]

APPS.IGS_EN_VAL_BULKRULE dependencies on IGS_RU_VAL_UNIT_RULE

Line 210: -- the Term calendar as parameter to the rule checking procedures in IGS_RU_VAL_UNIT_RULE

206: -- attempt in case of exception and process the Superior unit attempts before
207: -- Subordinate unit attempts. Removed the exception handling block of
208: -- enrp_val_sca_urule. Bug# 3451409.
209: --svanukur 04-MAY-2004 Modified procedures enrpl_enrolled_to_invalid and enrpl_invalid_to_enrolled to pass
210: -- the Term calendar as parameter to the rule checking procedures in IGS_RU_VAL_UNIT_RULE
211: -- to fix bug 3606629
212: -- smaddali 15-oct-04 Modified for bug#3954071, reverted earlier fix bug 3606629 of passing load calendar to rules engine
213: -------------------------------------------------------------------------------------------
214: AS

Line 437: l_retval := IGS_RU_VAL_UNIT_RULE.rulp_val_prereq(

433: -- If so, it should be set to INVALID.
434: IF (p_rule_to_be_validated = 'PRE-REQ') THEN
435:
436: --if rule to validate is prerequisite then call the corresponding
437: l_retval := IGS_RU_VAL_UNIT_RULE.rulp_val_prereq(
438: p_person_id,
439: p_course_cd,
440: v_sua_rec.unit_cd,
441: v_sua_rec.cal_type,

Line 451: l_retval := IGS_RU_VAL_UNIT_RULE.rulp_val_coreq(

447: l_failed_rule );
448:
449: ELSIF (p_rule_to_be_validated = 'CO-REQ') THEN
450:
451: l_retval := IGS_RU_VAL_UNIT_RULE.rulp_val_coreq(
452: p_person_id,
453: p_course_cd,
454: v_sua_rec.unit_cd,
455: v_sua_rec.cal_type,

Line 464: l_retval := IGS_RU_VAL_UNIT_RULE.rulp_val_incomp(

460: v_sua_rec.uoo_id,
461: l_failed_rule );
462: ELSIF (p_rule_to_be_validated = 'INCOMP') THEN
463:
464: l_retval := IGS_RU_VAL_UNIT_RULE.rulp_val_incomp(
465: p_person_id,
466: p_course_cd,
467: v_sua_rec.unit_cd,
468: v_sua_rec.cal_type,

Line 478: l_retval := IGS_RU_VAL_UNIT_RULE.rulp_val_enrol_unit(

474: l_failed_rule );
475:
476: ELSIF (p_rule_to_be_validated = 'ALL') THEN
477:
478: l_retval := IGS_RU_VAL_UNIT_RULE.rulp_val_enrol_unit(
479: p_person_id,
480: p_course_cd,
481: -- Add the following one lines of code.From Callista 2.0 18-May-2000
482: v_sca_version_number,

Line 955: IF IGS_RU_VAL_UNIT_RULE.rulp_val_enrol_unit(

951: -- Check that there is still a unit Rule being failed for the UNIT
952: -- attempt. If not, it should be switched back to ENROLLED.
953: -- smaddali added two new parameters to this function bug#1832130
954:
955: IF IGS_RU_VAL_UNIT_RULE.rulp_val_enrol_unit(
956: p_person_id,
957: p_course_cd,
958: -- Add the following one line of code. From Callista 2.0 18-May-2000
959: v_sua_sca_rec.sca_version_number,