PowerCenter 
			
			- PowerCenter 10.5.9
 - All Products
 
           
      	
            
	
       Column Name 
				  |  Datatype 
				  |  Description 
				  | 
|---|---|---|
 SUBJECT_ID* 
				    | NUMBER 
				    | Folder ID. 
				    | 
 SCHEDULER_ID* 
				    | NUMBER 
				    | Scheduler ID (primary key). 
				    | 
SCHEDULER_NAME 
				    | VARCHAR2 (240) 
				    | Name of the scheduler. 
				    | 
START_TIME 
				    | VARCHAR2 (30) 
				    | Start time configured for the object associated with the scheduler. 
				    | 
END_TIME 
				    | VARCHAR2 (30) 
				    | End time configured for the object associated with the scheduler. 
				    | 
RUN_OPTIONS 
				    | NUMBER 
				    | The scheduler type. Records the following values for each schedule type: 
				   1 = Run on demand. 
				   2 = Run once schedule. 
				   3 = Run on demand and Run once schedule. 
				   5 = Run on demand and Delta schedule. 
				   9 = Run on demand and Custom repeat. 
				   18 = Run on server init and Run once schedule. 
				   20 = Run on server init and Delta schedule. 
				   24 = Run on server init and Custom repeat. 
				   34 = Run continuously and Run once schedule. 
				   36 = Run continuously and Delta schedule. 
				   40 = Run continuously and Custom repeat. 
				    | 
END_OPTIONS 
				    | NUMBER 
				    | Specifies when the task must stop running. 
				    | 
DELTA_VALUE 
				    | NUMBER 
				    | Delta between successive runs (stored as seconds). 
				    | 
RUN_COUNT 
				    | NUMBER 
				    | Number of workflow runs. Used by END_OPTIONS column. 
				    | 
DESCRIPTION 
				    | VARCHAR2 (2000) 
				    | Description of the scheduler. 
				    | 
IS_REUSABLE 
				    | NUMBER 
				    | Specifies whether the scheduler is reusable or not. 
				    | 
LAST_SAVED 
				    | NUMBER 
				    | Date and time when this task was last saved. 
				    | 
 VERSION_NUMBER* 
				    | NUMBER 
				    | Version number of the scheduler. 
				    | 
UTC_LAST_SAVED 
				    | NUMBER 
				    | UTC time (Coordinated Universal Time) when the scheduler was last saved. 
				    | 
UTC_CHECKIN 
				    | NUMBER 
				    | UTC checkin time. 
				    | 
*Indicates that the column is a key column.  
				 | ||