PSAPMSGMNARCHVW(SQL View) |
Index Back |
---|---|
App Msg Monitor Archive ViewThis is a view used by the App Messaging Monitor Archive process. It lists all publications that have been processed completely and can be archived from the Message Monitor. These are messages that have status of "Done" or "Cancelled." See PSAPMSGARCHVW also, which is used by the AE process APPMSGARCH. |
SELECT A.PUBNODE , A.QUEUENAME , A.IBTRANSACTIONID FROM PSAPMSGPUBHDR A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PUBNODE | Character(30) | VARCHAR2(30) NOT NULL | Application Messaging Publication Node. This refers to the Node that the Application Message Instance was published from. |
2 | QUEUENAME | Character(30) | VARCHAR2(30) NOT NULL | Channel Name (see PSQUEUEDEFN). |
3 | IBTRANSACTIONID | Character(36) | VARCHAR2(36) NOT NULL | Transaction ID |