COLLECT_WL_VW(SQL View) |
Index Back |
|---|---|
Collection Worklist |
| select a.busprocname, a.activityname, a.eventname, a.worklistname, a.instanceid, a.transactionid, a.business_unit, a.collection_id, b.oprid, a.rolename, b.inststatus, b.instworkeddttm from ps_collect_wl a, PSWORKLIST b where a.busprocname = b.busprocname and a.activityname = b.activityname and a.eventname = b.eventname and a.worklistname = b.worklistname and a.instanceid = b.instanceid and a.transactionid = b.transactionid |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | Business Process Name (see PSBUSPROCDEFN). | |
| 2 | Character(30) | VARCHAR2(30) NOT NULL | Name of a Business Process Activity (see PSACTIVITYDEFN). | |
| 3 | Character(30) | VARCHAR2(30) NOT NULL | Defines a routing event for PS Workflow | |
| 4 | Character(30) | VARCHAR2(30) NOT NULL | Worklist Name | |
| 5 | Number(10,0) | DECIMAL(10) NOT NULL | For a given worklist the unique number of rows in PSWORKLIST | |
| 6 | Number(10,0) | DECIMAL(10) NOT NULL | Transaction Identifier | |
| 7 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 8 | Number(12,0) | DECIMAL(12) NOT NULL | Collection ID | |
| 9 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
| 10 | ROLENAME | Character(30) | VARCHAR2(30) NOT NULL | The name of a Role in the Role Definition Table (see PSROLEDEFN). |
| 11 | INSTSTATUS | Number(5,0) | INTEGER NOT NULL | Determines worklist status, available, selected, worked, cancelled |
| 12 | INSTWORKEDDTTM | DateTime(26) | TIMESTAMP | Datetime worklist instance was worked by a user |