SP_CSTBU_CLSVW(SQL View) |
Index Back |
|---|---|
View for process instanceFilter process instance in CLOSE_STAT_TBL |
| SELECT DISTINCT d.oprclass , a.process_instance , a.business_unit FROM PS_CLOSE_STAT_TBL a , ps_sec_bu_cls d WHERE a.business_unit = d.business_unit AND a.unclosed = 'N' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | Operator Class | |
| 2 | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance | |
| 3 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |