LM_NOTIF_EVENT(SQL Table) |
Index Back |
|---|---|
Notification EventsThis table stores basic data on ELM notification events. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | Notification Event ID | |
| 2 | LM_NOTIF_CAT_ID | Character(15) | VARCHAR2(15) NOT NULL |
Notification Event Category ID
Prompt Table: LM_NOTIF_CAT |
| 3 | LM_NOTIF_STTS | Character(1) | VARCHAR2(1) NOT NULL |
Notification Status Flag
A=Active I=Inactive Default Value: A |
| 4 | LM_DESCR90 | Character(100) | VARCHAR2(100) NOT NULL | Description |
| 5 | LM_ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | Datetime Added |
| 6 | LM_ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Added By |
| 7 | LM_ROW_MAINT_DTTM | DateTime(26) | TIMESTAMP | Row Maintainted DateTime |
| 8 | LM_ROW_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Maintained Oprid |