[Home] [Help]
The following lines contain the word 'select', 'insert', 'update' or 'delete':
longer supported by UCAS as updateable views.
pmarada 03-Jul-03 Modified as per the UCFD203 build. bug 2669208
(reverse chronological order - newest change first)
********************************************************************************/
CURSOR cur_cycle IS
SELECT MAX(current_cycle) current_cycle , MAX(configured_cycle) configured_cycle
FROM igs_uc_defaults ;
SELECT TO_NUMBER(LPAD(entry_year,4,200))
FROM igs_uc_ucas_control
WHERE system_code = cp_system_code
AND ucas_cycle = cur_cycle_rec.configured_cycle;
SELECT ucas_interface FROM igs_uc_cyc_defaults
WHERE ucas_cycle = cur_cycle_rec.configured_cycle
AND system_code = cp_system_code;