DBA Data[Home] [Help]

APPS.IGS_EN_PLAN_UTILS dependencies on IGS_EN_GEN_015

Line 13: IF igs_en_gen_015.eval_core_unit_drop (p_person_id => p_person_id,

9: p_term_seq_num IN NUMBER) RETURN BOOLEAN AS
10: l_deny_warn VARCHAR2(10); --DENY / WARN Flag
11: BEGIN
12: -- Call the procedure to evaluate core unit drop
13: IF igs_en_gen_015.eval_core_unit_drop (p_person_id => p_person_id,
14: p_course_cd => p_course_cd,
15: p_uoo_id => p_uoo_id,
16: p_step_type => 'DROP_CORE',
17: p_term_cal => p_term_cal,

Line 694: igs_en_gen_015.get_academic_cal

690: -- Get the person type
691: l_person_type := igs_en_gen_008.enrp_get_person_type(p_course_cd);
692:
693: -- Get the superior academic calendar instance
694: igs_en_gen_015.get_academic_cal
695: (
696: p_person_id,
697: p_course_cd,
698: l_acad_cal_type,

Line 739: IF igs_en_gen_015.validation_step_is_overridden

735:
736: -- If the unit is not a Core Unit, return TRUE. If the unit is a
737: -- core unit and the unit step DROP_CORE is overridden for the
738: -- student in context, return TRUE else return FALSE.
739: IF igs_en_gen_015.validation_step_is_overridden
740: (
741: 'DROP_CORE',
742: p_term_cal,
743: p_term_seq_num,

Line 851: IF igs_en_gen_015.eval_core_unit_drop

847: l_uoo_ids := substr(l_uoo_ids,l_pos+1,length(l_uoo_ids));
848: end if;
849: l_deny_warn := NULL;
850: -- If the CORE STEP validation fails, only then create a warning
851: IF igs_en_gen_015.eval_core_unit_drop
852: (
853: p_n_person_id,
854: p_c_program_code,
855: l_uoo_id,

Line 1818: IF igs_en_gen_015.validation_step_is_overridden(

1814: IF fnd_profile.value('IGS_EN_UPDATE_CP_GS')='Y' THEN
1815: RETURN 'N';
1816: END IF;
1817:
1818: IF igs_en_gen_015.validation_step_is_overridden(
1819: p_eligibility_step_type => 'VAR_CREDIT_APPROVAL',
1820: p_load_cal_type => p_cal_type,
1821: p_load_cal_seq_number => p_ci_sequence_number,
1822: p_person_id => p_person_id,