DBA Data[Home] [Help]

APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_U_CVREFOEQ_2003

Line 1799: FROM igs_uc_u_cvrefoeq_2003 ;

1795: -- or get all the records in hercules view if the timestamp passed is null
1796: CURSOR c_cvoeq IS
1797: SELECT DECODE(RTRIM(oeq),NULL, RPAD('*',LENGTH(oeq),'*'), RTRIM(oeq)) oeq
1798: ,RTRIM(oeqtext) oeqtext
1799: FROM igs_uc_u_cvrefoeq_2003 ;
1800:
1801: -- Variables
1802: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
1803: l_new_max_timestamp igs_uc_u_cvrefamendments_2003.oeqdate%TYPE ;