LM_NOTIF_HST

(SQL Table)
Index Back

Notifications and Announcement

Record to hold details for ad-hoc notifications and announcements.

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 PSARCH_ID Character(8) VARCHAR2(8) NOT NULL Archive ID (see PSARCHTEMPLATE).
2 PSARCH_BATCHNUM Number(30,0) DECIMAL(30) NOT NULL Archive Batch Number
3 LM_NOTIF_TRANS_ID Number(10,0) DECIMAL(10) NOT NULL Notification ID
4 LM_DATE_POSTED Date(10) DATE Date Announcment posted and/or email notifications sent.

Default Value: %DATE

5 LM_DELIVERY_METHOD Character(1) VARCHAR2(1) NOT NULL The delivery methods available for ad-hoc notifications and announcements.
A=Announcement
B=Both Email and Announcement
E=Email Notification

Default Value: A

6 LM_MSG_ABBREVIATED Character(100) VARCHAR2(100) NOT NULL Message
7 LM_NOTIF_SUBJECT Character(240) VARCHAR2(240) NOT NULL Message Subject
8 NOTIFY_TO Long Character CLOB Notify To
9 NOTIFY_CC Long Character CLOB Carbon Copy
10 NOTIFY_BCC Long Character CLOB Blind Carbon Copy
11 LM_MSG_TXT Long Character CLOB Message Text
12 LM_EXPR_DT Date(10) DATE Certification Expiration Date is a fixed, preset date when the certification will expire.
13 LM_NOTIFY_HIDE Character(1) VARCHAR2(1) NOT NULL Flag for announcements. If the flag is turned on, a user will be able to hide an announcement on their home page.

Y/N Table Edit

Default Value: N

14 LM_NOTIF_SENT Character(1) VARCHAR2(1) NOT NULL Field to track if a notification has been sent. An email can be sent from the Ad Hoc Notifications page with the posting date = current date at time of save and send. Or, from the Process Ad Hoc Notifications run control if the posting date <= current date AND LM_NOTIF_SENT = N. An Announcement populates the LM_ANNOUNCEMENT table at the time of save. If the posting date = current date, LM_NOTIF_SENT = Y, otherwise if the Process Ad Hoc notifications run control page processes announcements, the LM_NOTIF_SENT flag is updated to Y.

Y/N Table Edit

15 LM_LAST_RUN_DATE Date(10) DATE Last run Date