RB_INMSGREC_VW(SQL View) |
Index Back |
---|---|
View on Records used in MessagView on Records used in Messages |
SELECT MSGNAME , RECNAME FROM PSMSGREC UNION SELECT a.MSGNAME , b.RECNAME FROM PSMSGPARTS a , PSMSGREC b WHERE a.ib_msgname = b.msgname AND a.ib_msgversion = b.apmsgver |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INBOUND_APPL_MSG | Character(30) | VARCHAR2(30) NOT NULL | Message Name associated with the inbound Structured e-mail |
2 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL | Record (Table) Name (see PSRECDEFN). |