|  
 HANDLE 
 | 
 
 NUMBER 
 | 
 
 The subscription handler 
 | 
|  
 SET_NAME 
 | 
 
 VARCHAR2(30) 
 | 
 
 The change set identifier 
 | 
|  
 CREATED 
 | 
 
 DATE 
 | 
 
 Subscription creation date 
 | 
|  
 STATUS 
 | 
 
 VARCHAR2(1) 
 | 
 
 N indicates not yet active, A indicates is currently active 
 | 
|  
 EARLIEST_SCN 
 | 
 
 NUMBER 
 | 
 
 Starting point for the select/view 
 | 
|  
 LATEST_SCN 
 | 
 
 NUMBER 
 | 
 
 The ending point for the select/view 
 | 
|  
 DESCRIPTION 
 | 
 
 VARCHAR2(30) 
 | 
 
 A comment field for the subscriber 
 | 
|  
 LAST_PURGED 
 | 
 
 DATE 
 | 
 
 The last time the subscriber called the PURGE_WINDOW for this subscription 
 | 
|  
 LAST_EXTENDED 
 | 
 
 DATE 
 | 
 
 The last time the subscriber called the EXTEND_WINDOW for this subscription 
 |