DBA Data[Home] [Help]

APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_U_CVREFESTGROUP_2003

Line 1372: FROM igs_uc_u_cvrefestgroup_2003 ;

1368: -- or get all the records in hercules view if the timestamp passed is null
1369: CURSOR c_cvest IS
1370: SELECT DECODE(RTRIM(estabgrp),NULL, RPAD('*',LENGTH(estabgrp),'*'), RTRIM(estabgrp)) estabgrp
1371: ,RTRIM(estabtext) estabtext
1372: FROM igs_uc_u_cvrefestgroup_2003 ;
1373:
1374: -- Variables
1375: p_old_timestamp igs_uc_hrc_timstmps.timestamp%TYPE ;
1376: l_new_max_timestamp igs_uc_u_cvrefamendments_2003.estabgroup%TYPE ;