EONC_PUSH_MSGVW(SQL View) |
Index Back |
---|---|
Push Message Prompt |
SELECT MESSAGE_SET_NBR , MESSAGE_NBR , MESSAGE_TEXT , DESCRLONG FROM PSMSGCATDEFN |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EONC_PUSH_MSGSET | Number(5,0) | INTEGER NOT NULL | In-App Messaeg Set Number |
2 | EONC_PUSH_MSGNBR | Number(5,0) | INTEGER NOT NULL | Notification push content message catalog number. |
3 | MESSAGE_TEXT | Character(100) | VARCHAR2(100) NOT NULL | Message Text This field refers to the Text for a particular Message Number in the Message Catalog. |
4 | DESCRLONG | Long Character | CLOB | Long Description |