DBA Data[Home] [Help]

APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_U_CVREFCOUNTRY_2007

Line 4271: FROM igs_uc_u_cvrefcountry_2007 ;

4267: CURSOR c_cvrefcountry IS
4268: SELECT DECODE(RTRIM(countrycode),NULL, RPAD('*',LENGTH(countrycode),'*'), RTRIM(countrycode)) countrycode
4269: ,RTRIM(description) description
4270: ,RTRIM(type) type
4271: FROM igs_uc_u_cvrefcountry_2007 ;
4272:
4273: -- Variables
4274: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
4275: l_new_max_timestamp igs_uc_u_cvrefamendments_2007.country%TYPE ;