DBA Data[Home] [Help]

APPS.IGS_EN_VAL_SUA dependencies on IGS_EN_VAL_SCA

Line 2649: -- Call IGS_EN_VAL_SCA.enrp_val_coo_att to ensure that the student is in line

2645: -- Call IGS_EN_VAL_SUA.resp_val_sua_all to check any research unit related
2646: -- issues.
2647: -- Call IGS_EN_VAL_ENCMB.enrp_val_enr_encmb to check that the student hasn't
2648: -- breached any encumbrance restrictions (eg. max cp).
2649: -- Call IGS_EN_VAL_SCA.enrp_val_coo_att to ensure that the student is in line
2650: -- with their forced attendance mode.
2651: -- -- Call enrp_val_unit_rule.{rulp_val_coreq,rulp_val_incomp,rulp_val_prereq}
2652: -- to check all unit rules - these unit attempts should be rejected
2653: -- outright, and not set to Invalid.

Line 3810: IF igs_en_val_sca.enrp_val_coo_att(p_person_id => p_person_id,

3806: FETCH cur_coo_id INTO l_coo_Id;
3807: CLOSE cur_coo_id;
3808: l_message_name :=NULL;
3809:
3810: IF igs_en_val_sca.enrp_val_coo_att(p_person_id => p_person_id,
3811: p_coo_id => l_coo_id,
3812: p_cal_type => p_acad_cal_type,
3813: p_ci_sequence_number => p_acad_seq_num,
3814: p_message_name => l_message_name,