# |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
1 |
BUSPROCNAME |
Character(30) |
VARCHAR2(30) NOT NULL |
Business Process Name (see PSBUSPROCDEFN).
|
2 |
ACTIVITYNAME |
Character(30) |
VARCHAR2(30) NOT NULL |
Name of a Business Process Activity (see PSACTIVITYDEFN).
|
3 |
EVENTNAME |
Character(30) |
VARCHAR2(30) NOT NULL |
Defines a routing event for PS Workflow
|
4 |
WORKLISTNAME |
Character(30) |
VARCHAR2(30) NOT NULL |
Worklist Name
|
5 |
INSTANCEID |
Number(10,0) |
DECIMAL(10) NOT NULL |
For a given worklist the unique number of rows in PSWORKLIST
|
6 |
TRANSACTIONID |
Number(10,0) |
DECIMAL(10) NOT NULL |
Transaction Identifier
|
7 |
APPR_INSTANCE |
Number(9,0) |
DECIMAL(9) NOT NULL |
Unique number for each runtime occurrence of a virtual approver process
|
8 |
SETID |
Character(5) |
VARCHAR2(5) NOT NULL |
SetID
|
9 |
INV_ITEM_ID |
Character(18) |
VARCHAR2(18) NOT NULL |
Item ID
|
10 |
DTTM_STAMP |
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.
|