APPS.IGS_UC_MV_DATA_UPLD dependencies on IGS_UC_UCAS_CONTROL
Line 91: FROM igs_uc_ucas_control
87:
88: -- get the cycle to which hercules is configured
89: CURSOR c_ucas_cycle IS
90: SELECT entry_year 91: FROM igs_uc_ucas_control 92: WHERE system_code = 'U'
93: AND ucas_cycle = g_c_cycles.configured_cycle;
94: c_ucas_cycle_rec c_ucas_cycle%ROWTYPE ;
95: