[Home] [Help]
1088: ayedubat 11-FEB-2003 Added two new cursors,cur_calc_type and cur_ut_award_map for fetching the new
1089: UCAS Tariff Calculation Setup created in this Enhancement.
1090: Changed the logic of getting the HESA Tariff to OSS Award mapping from
1091: 'HESA_AWD_UT_ASSOC' HESA Association to the new setup. Bug # 2717744
1092: rbezawad 26-Feb-03 Modified w.r.t. Bug 2777247. Added code to insert record into IGS_AD_IMP_BATCH_DET table.
1093: rbezawad 16-Sep-03 Modified the process w.r.t. UCFD210 Build, Bug 2893542 to populate the Previous education details into
1094: OSS Academic History and obsolete the functionality related to IGS_UC_ATTEND_HIST.
1095: sjlaport 24-Feb-05 Corrected reference to HESA disability association OSS_HESA_DISABILITY_ASSOC
1096: sjlaport 31-Jan-05 Modified cursor c_alt_persid for HE358 to ignore logically deleted records.
1518: OPEN c_bat_id;
1519: FETCH c_bat_id INTO l_imp_batch_id;
1520: CLOSE c_bat_id;
1521:
1522: INSERT INTO igs_ad_imp_batch_det ( batch_id,
1523: batch_desc,
1524: created_by,
1525: creation_date,
1526: last_updated_by,