CS_RPT_PI_VW(SQL View) |
Index Back |
---|---|
Report Temp tble Proc InstReport temporary table process instance view |
SELECT DISTINCT A.PROCESS_INSTANCE , A.OPRID , A.RUN_CNTL_ID FROM PS_CS_RPT_DSTATTMP A , PS_CS_RPT_DSTAT1 R WHERE R.OPRID = A.OPRID AND R.RUN_CNTL_ID = A.RUN_CNTL_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
3 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |