RO_TASK_TIME(SQL Table) |
Index Back |
---|---|
Capture the Average TimeRecord for Capturing the Average Time for the Business Project Activities and 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 | AVG_TIME_F_BP_SEC | Number(10,0) | DECIMAL(10) NOT NULL | Field to Capture the Average Time for Finishing the Business Project |
7 | AVG_TIME_ACT_SEC | Number(10,0) | DECIMAL(10) NOT NULL | Average Time for Performing the Activity in Minutes |
8 | AVG_TIME_TASK_SEC | Number(10,0) | DECIMAL(10) NOT NULL | Average Time for Performing the Task under a Business Project in Minutes |
9 | MANUAL_OVERRIDE | Number(12,2) | DECIMAL(11,2) NOT NULL | Manual Override Value for the Average Time at the Task Level. |
10 | OVERRIDE_UNIT | Character(1) | VARCHAR2(1) NOT NULL |
Override Unit for the Manual override value
1=Minutes 2=Hours 3=Days 4=Seconds |
11 | USE_OVERRIDE | Character(1) | VARCHAR2(1) NOT NULL |
Override Selection Flag used for Order Capture Dashboard
Y/N Table Edit |
12 | MAN_OVERRIDE_SEC | Number(10,0) | DECIMAL(10) NOT NULL | Manual Override Time in Minutes used in Order Capture Dashboard |
13 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
14 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
15 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
16 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
17 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
18 | 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. |
19 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |