DBA Data[Home] [Help]

APPS.IGS_UC_START_NEW_CYCLE dependencies on IGS_UC_UCAS_CONTROL_PKG

Line 213: igs_uc_ucas_control_pkg.insert_row( x_rowid => l_rowid,

209: l_appno_first := 0;
210: l_appno_maximum := 0;
211: END IF;
212: l_rowid := NULL;
213: igs_uc_ucas_control_pkg.insert_row( x_rowid => l_rowid,
214: x_entry_year => Ltrim(Substr(l_curr_cycle,3,2)),
215: x_time_of_year => NULL,
216: x_time_of_day => NULL,
217: x_routeb_time_of_year => NULL,

Line 322: igs_uc_ucas_control_pkg.insert_row( x_rowid => l_rowid,

318: FETCH cur_check_ucas_control INTO l_exists;
319: CLOSE cur_check_ucas_control;
320: IF l_exists IS NULL THEN
321: l_rowid := NULL;
322: igs_uc_ucas_control_pkg.insert_row( x_rowid => l_rowid,
323: x_entry_year => rec_cur_uc_ucas_control.entry_year + 1,
324: x_time_of_year => NULL,
325: x_time_of_day => NULL,
326: x_routeb_time_of_year => NULL,