[Home] [Help]
524: IF p_v_override_excl = 'N' THEN
525: IF g_rec_1098t_setup.excl_non_credit_course_flag = 'Y' THEN
526:
527: -- Call EN API for Institution Attendance Type
528: igs_en_prc_load.enrp_get_inst_latt(p_person_id => p_n_person_id,
529: p_load_cal_type => p_v_load_cal_type,
530: p_load_seq_number => p_n_load_ci_seq,
531: p_attendance => l_v_attendance,
532: p_credit_points => l_n_credit_pts,
1865:
1866: -- Call the EN API to check for the Institution Attendance Type
1867: -- for all the Load Periods associated to the tax year
1868: FOR l_rec_lps IN cur_lps(p_v_tax_year_name) LOOP
1869: igs_en_prc_load.enrp_get_inst_latt(p_person_id => p_n_person_id,
1870: p_load_cal_type => l_rec_lps.cal_type,
1871: p_load_seq_number => l_rec_lps.sequence_number,
1872: p_attendance => l_v_att_type,
1873: p_credit_points => l_n_cp,