DBA Data[Home] [Help]

APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_U_CVREFERROR_2003

Line 1285: FROM igs_uc_u_cvreferror_2003 ;

1281: -- or get all the records in hercules view if the timestamp passed is null
1282: CURSOR c_cverr IS
1283: SELECT errorcode
1284: ,RTRIM(errordescription) errordescription
1285: FROM igs_uc_u_cvreferror_2003 ;
1286:
1287: -- Variables
1288: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
1289: l_new_max_timestamp igs_uc_u_cvrefamendments_2003.errordate%TYPE ;