DBA Data[Home] [Help]

APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_IVSTARK_2003_V

Line 6941: FROM igs_uc_ivstark_2003_v

6937: ,RTRIM(criminalconv) criminalconv
6938: ,RTRIM(choicesalltransparent) choicesalltransparent
6939: ,extrastatus
6940: ,RTRIM(extrapassportno) extrapassportno
6941: FROM igs_uc_ivstark_2003_v
6942: WHERE ( timestamp > p_timestamp OR p_timestamp IS NULL ) ;
6943:
6944: -- get the max timestamp value of the hercules view
6945: CURSOR c_max_timestamp IS

Line 6947: FROM igs_uc_ivstark_2003_v ;

6943:
6944: -- get the max timestamp value of the hercules view
6945: CURSOR c_max_timestamp IS
6946: SELECT MAX(timestamp)
6947: FROM igs_uc_ivstark_2003_v ;
6948:
6949: -- Variables
6950: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
6951: l_new_max_timestamp igs_uc_ivstark_2003_v.timestamp%TYPE ;

Line 6951: l_new_max_timestamp igs_uc_ivstark_2003_v.timestamp%TYPE ;

6947: FROM igs_uc_ivstark_2003_v ;
6948:
6949: -- Variables
6950: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
6951: l_new_max_timestamp igs_uc_ivstark_2003_v.timestamp%TYPE ;
6952: l_count NUMBER ;
6953:
6954: l_appno igs_uc_istark_ints.appno%TYPE;
6955: l_checkdigit NUMBER;