EOAW_TO_LG_HST(SQL Table) |
Index Back |
|---|---|
Tracking mechanism for timeoutRecords all escalations when they are sent. Allows us to send the most dire timeout notification on subsequent "doEscalate" calls. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(8) | VARCHAR2(8) NOT NULL | Archive ID (see PSARCHTEMPLATE). | |
| 2 | Number(30,0) | DECIMAL(30) NOT NULL | Archive Batch Number | |
| 3 | Character(30) | VARCHAR2(30) NOT NULL | Approval Process ID | |
| 4 | Character(30) | VARCHAR2(30) NOT NULL | Approval Framework Definition ID | |
| 5 | Number(3,0) | SMALLINT NOT NULL | Approval Framework Stage Number | |
| 6 | Character(30) | VARCHAR2(30) NOT NULL | Approval Path ID | |
| 7 | Number(6,2) | DECIMAL(5,2) NOT NULL | Sequence number of step in its path | |
| 8 | Number(15,0) | DECIMAL(15) NOT NULL | Approval Framework Thread ID | |
| 9 | Number(15,0) | DECIMAL(15) NOT NULL | Object id of a step instance. Generated off the main thread id for the approval process. | |
| 10 | Number(15,0) | DECIMAL(15) NOT NULL | Object id of a step instance. Generated off the main thread id for the approval process. | |
| 11 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
| 12 | Number(15,0) | DECIMAL(15) NOT NULL | Sequence Number | |
| 13 | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts. | |
| 14 | TIMEOUTMINUTES | Number(5,0) | INTEGER NOT NULL |
Time out minutes
Default Value: 0 |
| 15 | EOAW_TIMEOUTMINUTE | Number(9,0) | DECIMAL(9) NOT NULL |
Time out minutes
Default Value: 0 |