DBA Data[Home] [Help]

APPS.IGS_EN_GEN_009 dependencies on IGS_EN_VAL_SUA

Line 1131: IF IGS_EN_VAL_SUA.enrp_val_sua_ci(p_person_id,

1127: CLOSE c_cir;
1128: -- Validate that the IGS_PS_UNIT attempt period is not prior to the commencement date
1129: -- of the student.
1130:
1131: IF IGS_EN_VAL_SUA.enrp_val_sua_ci(p_person_id,
1132: p_course_cd,
1133: v_cir_rec.cal_type,
1134: v_cir_rec.sequence_number,
1135: 'UNCONFIRM',

Line 1171: -- exact replica of it was found in the package IGS_EN_VAL_SUA.Hence this function was removed from

1167: -- advanced standing.
1168: -- Modified by : jbegum
1169: -- Modification:
1170: -- The function Enrp_Val_Sua_Pre was being called from the package IGS_EN_GEN_013.But the
1171: -- exact replica of it was found in the package IGS_EN_VAL_SUA.Hence this function was removed from
1172: -- the package IGS_EN_GEN_013 and instead its replica in the package IGS_EN_VAL_SUA is getting called.
1173: IF NOT IGS_EN_VAL_SUA.enrp_val_sua_pre(
1174: p_person_id,
1175: p_course_cd,

Line 1172: -- the package IGS_EN_GEN_013 and instead its replica in the package IGS_EN_VAL_SUA is getting called.

1168: -- Modified by : jbegum
1169: -- Modification:
1170: -- The function Enrp_Val_Sua_Pre was being called from the package IGS_EN_GEN_013.But the
1171: -- exact replica of it was found in the package IGS_EN_VAL_SUA.Hence this function was removed from
1172: -- the package IGS_EN_GEN_013 and instead its replica in the package IGS_EN_VAL_SUA is getting called.
1173: IF NOT IGS_EN_VAL_SUA.enrp_val_sua_pre(
1174: p_person_id,
1175: p_course_cd,
1176: v_posu_rec.unit_cd,

Line 1173: IF NOT IGS_EN_VAL_SUA.enrp_val_sua_pre(

1169: -- Modification:
1170: -- The function Enrp_Val_Sua_Pre was being called from the package IGS_EN_GEN_013.But the
1171: -- exact replica of it was found in the package IGS_EN_VAL_SUA.Hence this function was removed from
1172: -- the package IGS_EN_GEN_013 and instead its replica in the package IGS_EN_VAL_SUA is getting called.
1173: IF NOT IGS_EN_VAL_SUA.enrp_val_sua_pre(
1174: p_person_id,
1175: p_course_cd,
1176: v_posu_rec.unit_cd,
1177: p_log_creation_dt,

Line 1340: igs_en_val_sua.enr_sub_units(

1336: END IF;
1337: END IF;
1338:
1339:
1340: igs_en_val_sua.enr_sub_units(
1341: p_person_id => p_person_id,
1342: p_course_cd => p_course_cd,
1343: p_uoo_id => t_all_params(i).uoo_id,
1344: p_waitlist_flag => l_waitlist_flag,