HPIP_PRCSMSG_VW(SQL View) |
Index Back |
|---|---|
Message Log Table |
| SELECT A.PROCESS_INSTANCE , A.MESSAGE_SEQ , A.JOBID , A.PROGRAM_NAME , A.MESSAGE_SET_NBR , A.MESSAGE_NBR , A.MESSAGE_SEVERITY , A.DTTM_STAMP_SEC FROM PS_MESSAGE_LOG A , PS_HPIP_PRCS_STAT B WHERE A.PROCESS_INSTANCE = B.PRCSINSTANCE |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL | Process Instance | |
| 2 | Number(9,0) | DECIMAL(9) NOT NULL | Message Sequence | |
| 3 | JOBID | Character(10) | VARCHAR2(10) NOT NULL | Job ID |
| 4 | PROGRAM_NAME | Character(8) | VARCHAR2(8) NOT NULL | Program Name |
| 5 | MESSAGE_SET_NBR | Number(5,0) | INTEGER NOT NULL | Message Set Number. This field refers to the Message Set Number in the Message Catalog. |
| 6 | MESSAGE_NBR | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. |
| 7 | MESSAGE_SEVERITY | Number(5,0) | INTEGER NOT NULL | Message Severity |
| 8 | 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. |