SP_CSTBU_OPRVW(SQL View) |
Index Back |
|---|---|
View for process instanceFilter process instance in CLOSE_STAT_TBL |
| SELECT DISTINCT c.oprid , a.process_instance , a.business_unit FROM PS_CLOSE_STAT_TBL a , ps_sec_bu_opr c WHERE a.business_unit = c.business_unit AND a.unclosed = 'N' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). | |
| 2 | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance | |
| 3 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |