OCD_AVG_HOLD(SQL Table) |
Index Back |
|---|---|
Average holdRecord for computing the average hold time for use on the dashboard. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(6) | VARCHAR2(6) NOT NULL | This field determine the hold code of an item. | |
| 2 | MANUAL_OVERRIDE | Number(12,2) | DECIMAL(11,2) NOT NULL | Manual Override Value for the Average Time at the Task Level. |
| 3 | OVERRIDE_UNIT | Character(1) | VARCHAR2(1) NOT NULL |
Override Unit for the Manual override value
1=Minutes 2=Hours 3=Days 4=Seconds Default Value: 4 |
| 4 | MAN_OVERRIDE_SEC | Number(10,0) | DECIMAL(10) NOT NULL | Manual Override Time in Minutes used in Order Capture Dashboard |
| 5 | USE_OVERRIDE | Character(1) | VARCHAR2(1) NOT NULL |
Override Selection Flag used for Order Capture Dashboard
Y/N Table Edit |
| 6 | START_DTTM | DateTime(26) | TIMESTAMP | start date time |
| 7 | END_DTTM | DateTime(26) | TIMESTAMP | end date time |
| 8 | AVG_SECONDS | Number(13,2) | DECIMAL(12,2) NOT NULL | Average Time in Seconds |
| 9 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
| 10 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
| 11 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
| 12 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
| 13 | 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. |
| 14 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |