DBA Data[Home] [Help]

APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_G_CVGREFDEGREESUBJ_2006

Line 4445: FROM igs_uc_g_cvgrefdegreesubj_2006;

4441: -- or get all the records in hercules view if the timestamp passed is null
4442: CURSOR c_cvgrefdegsubj IS
4443: SELECT degreesubject
4444: ,RTRIM(description) description
4445: FROM igs_uc_g_cvgrefdegreesubj_2006;
4446:
4447: -- Variables
4448: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
4449: l_new_max_timestamp igs_uc_g_cvgrefamendments_2006.degreesubject%TYPE ;