DBA Data[Home] [Help]

APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_IVSTARA_2006_V

Line 5166: FROM igs_uc_ivstara_2006_v

5162: ,RTRIM(homeaddress2) homeaddress2
5163: ,RTRIM(homeaddress3) homeaddress3
5164: ,RTRIM(homeaddress4) homeaddress4
5165: ,RTRIM(homepostcode) homepostcode
5166: FROM igs_uc_ivstara_2006_v
5167: WHERE ( timestamp > p_timestamp OR p_timestamp IS NULL ) ;
5168:
5169: -- get the max timestamp value of the hercules view
5170: CURSOR c_max_timestamp IS

Line 5172: FROM igs_uc_ivstara_2006_v ;

5168:
5169: -- get the max timestamp value of the hercules view
5170: CURSOR c_max_timestamp IS
5171: SELECT MAX(timestamp)
5172: FROM igs_uc_ivstara_2006_v ;
5173:
5174: -- Variables
5175: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
5176: l_new_max_timestamp igs_uc_ivstara_2006_v.timestamp%TYPE ;

Line 5176: l_new_max_timestamp igs_uc_ivstara_2006_v.timestamp%TYPE ;

5172: FROM igs_uc_ivstara_2006_v ;
5173:
5174: -- Variables
5175: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
5176: l_new_max_timestamp igs_uc_ivstara_2006_v.timestamp%TYPE ;
5177: l_count NUMBER ;
5178:
5179: l_appno igs_uc_istara_ints.appno%TYPE;
5180: l_checkdigit NUMBER;