| # |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
| 1 |
EONC_NOTIF_NAME |
Character(50) |
VARCHAR2(50) NOT NULL |
Notification Name
|
| 2 |
LANGUAGE_CD |
Character(3) |
VARCHAR2(3) NOT NULL |
Language Code
|
| 3 |
DESCR100 |
Character(100) |
VARCHAR2(100) NOT NULL |
Length 100 Description
|
| 4 |
EONC_EMAIL_MSG |
Long Character |
CLOB |
Message Text
|
| 5 |
EONC_EMAIL_SUBJ |
Character(254) |
VARCHAR2(254) NOT NULL |
Notification email subject content.
|
| 6 |
EONC_PUSH_MSG |
Character(254) |
VARCHAR2(254) NOT NULL |
Notification push message content.
|
| 7 |
EONC_TEXT_MSG |
Character(254) |
VARCHAR2(254) NOT NULL |
Notification text message content.
|