DBA Data[Home] [Help]

APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_IVGSTARG_2006_V

Line 6386: FROM igs_uc_ivgstarg_2006_v

6382: ,RTRIM(degreesubject) degreesubject
6383: ,RTRIM(degreeclass) degreeclass
6384: ,interviewdate
6385: ,RTRIM(lateapplication) lateapplication
6386: FROM igs_uc_ivgstarg_2006_v
6387: WHERE ( timestamp > p_timestamp OR p_timestamp IS NULL ) ;
6388:
6389: -- get the max timestamp value of the hercules view
6390: CURSOR c_max_timestamp IS

Line 6392: FROM igs_uc_ivgstarg_2006_v ;

6388:
6389: -- get the max timestamp value of the hercules view
6390: CURSOR c_max_timestamp IS
6391: SELECT MAX(timestamp)
6392: FROM igs_uc_ivgstarg_2006_v ;
6393:
6394: -- Variables
6395: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
6396: l_new_max_timestamp igs_uc_ivgstarg_2006_v.timestamp%TYPE ;

Line 6396: l_new_max_timestamp igs_uc_ivgstarg_2006_v.timestamp%TYPE ;

6392: FROM igs_uc_ivgstarg_2006_v ;
6393:
6394: -- Variables
6395: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
6396: l_new_max_timestamp igs_uc_ivgstarg_2006_v.timestamp%TYPE ;
6397: l_count NUMBER ;
6398:
6399: l_appno igs_uc_istarc_ints.appno%TYPE;
6400: l_checkdigit NUMBER;