DBA Data[Home] [Help]

APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_IVSTARC_2003_V

Line 6037: FROM igs_uc_ivstarc_2003_v

6033: ,routebpref
6034: ,routebround
6035: ,RTRIM(SUBSTR(detail,1,20)) detail
6036: ,extraround
6037: FROM igs_uc_ivstarc_2003_v
6038: WHERE ( timestamp > p_timestamp OR p_timestamp IS NULL ) ;
6039:
6040: -- get the max timestamp value of the hercules view
6041: CURSOR c_max_timestamp IS

Line 6043: FROM igs_uc_ivstarc_2003_v ;

6039:
6040: -- get the max timestamp value of the hercules view
6041: CURSOR c_max_timestamp IS
6042: SELECT MAX(timestamp)
6043: FROM igs_uc_ivstarc_2003_v ;
6044:
6045: -- Variables
6046: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
6047: l_new_max_timestamp igs_uc_ivstarc_2003_v.timestamp%TYPE ;

Line 6047: l_new_max_timestamp igs_uc_ivstarc_2003_v.timestamp%TYPE ;

6043: FROM igs_uc_ivstarc_2003_v ;
6044:
6045: -- Variables
6046: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
6047: l_new_max_timestamp igs_uc_ivstarc_2003_v.timestamp%TYPE ;
6048: l_count NUMBER ;
6049:
6050: l_appno igs_uc_istarc_ints.appno%TYPE;
6051: l_checkdigit NUMBER;