DBA Data[Home] [Help]

APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_IVGSTARW_2007_V

Line 10931: FROM igs_uc_ivgstarw_2007_v

10927: , RTRIM(miscoded) miscoded
10928: , RTRIM(cancelled) cancelled
10929: , canceldate
10930: , remark
10931: FROM igs_uc_ivgstarw_2007_v
10932: WHERE ( timestamp > p_timestamp OR p_timestamp IS NULL ) ;
10933:
10934: -- get the max timestamp value of the hercules view
10935: CURSOR c_max_timestamp IS

Line 10937: FROM igs_uc_ivgstarw_2007_v ;

10933:
10934: -- get the max timestamp value of the hercules view
10935: CURSOR c_max_timestamp IS
10936: SELECT MAX(timestamp)
10937: FROM igs_uc_ivgstarw_2007_v ;
10938:
10939: -- Variables
10940: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
10941: l_new_max_timestamp igs_uc_ivgstarw_2007_v.timestamp%TYPE ;

Line 10941: l_new_max_timestamp igs_uc_ivgstarw_2007_v.timestamp%TYPE ;

10937: FROM igs_uc_ivgstarw_2007_v ;
10938:
10939: -- Variables
10940: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
10941: l_new_max_timestamp igs_uc_ivgstarw_2007_v.timestamp%TYPE ;
10942: l_count NUMBER ;
10943:
10944: l_appno igs_uc_istarw_ints.appno%TYPE;
10945: l_checkdigit NUMBER;