DBA Data[Home] [Help]

APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_IVGSTARX_2006_V

Line 9467: FROM igs_uc_ivgstarx_2006_v

9463: CURSOR c_ivgstarx ( p_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ) IS
9464: SELECT appno
9465: ,timestamp
9466: ,ethnic
9467: FROM igs_uc_ivgstarx_2006_v
9468: WHERE ( timestamp > p_timestamp OR p_timestamp IS NULL ) ;
9469:
9470: -- get the max timestamp value of the hercules view
9471: CURSOR c_max_timestamp IS

Line 9473: FROM igs_uc_ivgstarx_2006_v ;

9469:
9470: -- get the max timestamp value of the hercules view
9471: CURSOR c_max_timestamp IS
9472: SELECT MAX(timestamp)
9473: FROM igs_uc_ivgstarx_2006_v ;
9474:
9475: -- Variables
9476: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
9477: l_new_max_timestamp igs_uc_ivgstarx_2006_v.timestamp%TYPE ;

Line 9477: l_new_max_timestamp igs_uc_ivgstarx_2006_v.timestamp%TYPE ;

9473: FROM igs_uc_ivgstarx_2006_v ;
9474:
9475: -- Variables
9476: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
9477: l_new_max_timestamp igs_uc_ivgstarx_2006_v.timestamp%TYPE ;
9478: l_count NUMBER ;
9479:
9480: l_appno igs_uc_istarx_ints.appno%TYPE;
9481: l_checkdigit NUMBER;