AR_PROCESS_VW(SQL View) |
Index Back |
---|---|
AE Processes only |
SELECT DISTINCT R.OPRID , R.RUN_CNTL_ID , M.PROCESS_INSTANCE , MAX(DTTM_STAMP_SEC) FROM PS_MESSAGE_LOG M , PS_AE_REQUEST R WHERE M.PROCESS_INSTANCE = R.PROCESS_INSTANCE GROUP BY R.OPRID, R.RUN_CNTL_ID, M.PROCESS_INSTANCE |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | RUN_CNTL_ID | Character(30) | VARCHAR2(30) NOT NULL | Run Control ID |
3 | PROCESS_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance |
4 | DTTM_STAMP_SEC | 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. |