RO_TSK_OVERRIDE(SQL Table) |
Index Back |
---|---|
Capture the Override TimeRecord for Capturing the Override Time for the Business Project Tasks |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RC_BUS_PROCESS_ID | Character(15) | VARCHAR2(15) NOT NULL | Business Process ID used in Business Process tracking. |
2 | ACTIVITY_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Activity Instance |
3 | RC_ACTIVITY_ID | Character(15) | VARCHAR2(15) NOT NULL | Activity ID used in Business Process tracking. |
4 | SEQ_NUM | Number(3,0) | SMALLINT NOT NULL | Sequence |
5 | RC_TASK_ID | Character(15) | VARCHAR2(15) NOT NULL | Task ID used for Business Process tracking. |
6 | MANUAL_OVERRIDE | Number(12,2) | DECIMAL(11,2) NOT NULL | Manual Override Value for the Average Time at the Task Level. |
7 | OVERRIDE_UNIT | Character(1) | VARCHAR2(1) NOT NULL |
Override Unit for the Manual override value
1=Minutes 2=Hours 3=Days 4=Seconds |
8 | USE_OVERRIDE | Character(1) | VARCHAR2(1) NOT NULL |
Override Selection Flag used for Order Capture Dashboard
Y/N Table Edit |
9 | MAN_OVERRIDE_SEC | Number(10,0) | DECIMAL(10) NOT NULL | Manual Override Time in Minutes used in Order Capture Dashboard |
10 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
11 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
12 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
13 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
14 | 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. |
15 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |