[Home] [Help]
738: BEGIN
739:
740: -- checks whether Student is excluded from the Admission or Enrolment of destination course or not
741:
742: l_hold_status := IGS_EN_VAL_ENCMB.enrp_val_excld_crs(p_person_id,
743: p_dest_program_cd,
744: SYSDATE,
745: l_message_name
746: );
756:
757: END IF;
758:
759:
760: IF IGS_EN_VAL_ENCMB.enrp_val_enr_encmb( -- -- calling with census date
761: p_person_id,
762: p_dest_program_cd,
763: p_term_cal_type,
764: p_term_seq_num,