DBA Data[Home] [Help]

APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_IVSTARK_2007_V

Line 7235: FROM igs_uc_ivstark_2007_v

7231: ,RTRIM(criminalconv) criminalconv
7232: ,RTRIM(choicesalltransparent) choicesalltransparent
7233: ,extrastatus
7234: ,RTRIM(extrapassportno) extrapassportno
7235: FROM igs_uc_ivstark_2007_v
7236: WHERE ( timestamp > p_timestamp OR p_timestamp IS NULL ) ;
7237:
7238: -- get the max timestamp value of the hercules view
7239: CURSOR c_max_timestamp IS

Line 7241: FROM igs_uc_ivstark_2007_v ;

7237:
7238: -- get the max timestamp value of the hercules view
7239: CURSOR c_max_timestamp IS
7240: SELECT MAX(timestamp)
7241: FROM igs_uc_ivstark_2007_v ;
7242:
7243: -- Variables
7244: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
7245: l_new_max_timestamp igs_uc_ivstark_2007_v.timestamp%TYPE ;

Line 7245: l_new_max_timestamp igs_uc_ivstark_2007_v.timestamp%TYPE ;

7241: FROM igs_uc_ivstark_2007_v ;
7242:
7243: -- Variables
7244: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
7245: l_new_max_timestamp igs_uc_ivstark_2007_v.timestamp%TYPE ;
7246: l_count NUMBER ;
7247:
7248: l_appno igs_uc_istark_ints.appno%TYPE;
7249: l_checkdigit NUMBER;