EO_MSGREC_VW(SQL View) |
Index Back |
---|---|
Publish Rule - Message RecordsView of records in the message definition |
SELECT A.MSGNAME , B.RECNAME FROM PSMSGDEFN A , PSMSGREC B WHERE B.MSGNAME = A.MSGNAME AND B.APMSGVER = A.DEFAULTVER |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MSGNAME | Character(30) | VARCHAR2(30) NOT NULL | Application Message Name. Name of the Application Message Definition. (see PSMSGDEFN). |
2 | MSGRECNAME | Character(15) | VARCHAR2(15) NOT NULL | Message Record Name |