DBA Data[Home] [Help]

APPS.IGS_EN_GEN_010 dependencies on IGS_EN_GEN_009

Line 2571: l_core_indicator := igs_en_gen_009.enrp_check_usec_core(p_person_id, p_course_cd, l_uoo_id);

2567: CLOSE c_uoo_id;
2568:
2569:
2570: -- Get the Core Indicator for the Unit Section
2571: l_core_indicator := igs_en_gen_009.enrp_check_usec_core(p_person_id, p_course_cd, l_uoo_id);
2572:
2573: -- IGS_PS_UNIT doesn?t exist against the students record or as
2574: -- advanced standing, so insert unconfirmed IGS_PS_UNIT attempt.
2575: IF igs_en_gen_010.enrp_vald_inst_sua(p_person_id => p_person_id,

Line 3061: l_core_indicator := igs_en_gen_009.enrp_check_usec_core(p_person_id, p_course_cd, l_uoo_id);

3057: v_ci_start_dt,
3058: v_ci_end_dt);
3059:
3060: -- Get the Core Indicator for the Unit Section
3061: l_core_indicator := igs_en_gen_009.enrp_check_usec_core(p_person_id, p_course_cd, l_uoo_id);
3062:
3063: IF igs_en_gen_010.enrp_vald_inst_sua(p_person_id => p_person_id,
3064: p_course_cd => p_course_cd,
3065: p_unit_cd => NULL,

Line 3212: v_return := IGS_EN_GEN_009.enrp_ins_pre_pos(p_acad_cal_type =>p_acad_cal_type,

3208: BEGIN
3209:
3210: p_warn_level := NULL;
3211: p_message_name := null;
3212: v_return := IGS_EN_GEN_009.enrp_ins_pre_pos(p_acad_cal_type =>p_acad_cal_type,
3213: p_acad_sequence_number =>p_acad_sequence_number,
3214: p_person_id =>p_person_id,
3215: p_course_cd =>p_course_cd,
3216: p_version_number =>v_acaiv_rec.crv_version_number,

Line 4076: svanukur 20-jul-2004 Added a check after call to procedure IGS_EN_GEN_009.enrp_ins_pre_pos to return false to igs_en_gen_008

4072: Nishikant 16DEC2002 ENCR030(UK Enh) Build - Enh Bug#2708430 - Added the parameter p_completion_date in this Function
4073: svanukur 10-jul-2003 checking for parameter P_PROGRESS_STAT , if it is set to 'ADVANCE' as part of bug #3043374
4074: ptandon 06-Oct-2003 Modified the inline procedure enrpl_copy_param_sua as part of Prevent Dropping Core Units.
4075: Enh Bug# 3052432.
4076: svanukur 20-jul-2004 Added a check after call to procedure IGS_EN_GEN_009.enrp_ins_pre_pos to return false to igs_en_gen_008
4077: so that the message successfully preenrolled is not shown in the log file. BUG 3032588.
4078: */
4079: BEGIN -- enrp_ins_sret_prenrl
4080: -- This process will pre-enrol a single returning student in the specified

Line 4719: l_core_indicator := igs_en_gen_009.enrp_check_usec_core(p_person_id, p_course_cd, l_uoo_id);

4715: v_ci_start_dt,
4716: v_ci_end_dt);
4717:
4718: -- Get the Core Indicator for the Unit Section
4719: l_core_indicator := igs_en_gen_009.enrp_check_usec_core(p_person_id, p_course_cd, l_uoo_id);
4720:
4721: IF igs_en_gen_010.enrp_vald_inst_sua(p_person_id => p_person_id,
4722: p_course_cd => p_course_cd,
4723: p_unit_cd => NULL,

Line 5461: v_boolean := IGS_EN_GEN_009.enrp_ins_pre_pos(p_acad_cal_type => p_acad_cal_type,

5457: IF v_parm_added_ind = 'N' THEN
5458: -- If pre enrolment of units is required then pre-enrol the units.
5459: IF ( p_units_ind = 'Y' OR p_units_ind = 'CORE_ONLY' ) THEN
5460:
5461: v_boolean := IGS_EN_GEN_009.enrp_ins_pre_pos(p_acad_cal_type => p_acad_cal_type,
5462: p_acad_sequence_number => p_acad_sequence_number,
5463: p_person_id => p_person_id,
5464: p_course_cd => p_course_cd,
5465: p_version_number => v_sca_rec.version_number,