RB_PURG_FLD_RUN(SQL Table) |
Index Back |
---|---|
Purge Run Control FieldsUsed to build the where clause for the purge run control. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
3 | SEQNUM | Number(3,0) | SMALLINT NOT NULL | Sequence Number |
4 | AND_OR | Character(1) | VARCHAR2(1) NOT NULL |
Attribute
1=AND 2=OR |
5 | COND_OPERATOR | Character(4) | VARCHAR2(4) NOT NULL |
Conditional Operator......................................
<=< <==<= <>=<> === >=> >==>= LIKE=LIKE |
6 | COND_VALUE | Character(254) | VARCHAR2(254) NOT NULL | Field Value....................................................... |
7 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL |
Field Name (see PSDBFIELD).
Prompt Table: PSRECFIELDALL |
8 | META_SQL_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Using Meta-SQL
Y/N Table Edit Default Value: N |
9 | RB_LEFT_PAREN | Character(2) | VARCHAR2(2) NOT NULL |
Left Parentheses Level
1=( 2=(( 3=((( 4=(((( 5=((((( |
10 | RB_RIGHT_PAREN | Character(2) | VARCHAR2(2) NOT NULL |
Right Parentheses Level
1=) 2=)) 3=))) 4=)))) 5=))))) |
11 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
12 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
13 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
14 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
15 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
16 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |