LM_NOT_ANN_AET

(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 PROCESS_INSTANCE Number(10,0) DECIMAL(10) NOT NULL Process Instance
2 LM_NOTIF_TRANS_ID Number(10,0) DECIMAL(10) NOT NULL Notification ID
3 LM_DATE_POSTED Date(10) DATE Date Announcment posted and/or email notifications sent.

Default Value: %DATE

4 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

5 LM_MSG_ABBREVIATED Character(100) VARCHAR2(100) NOT NULL Message
6 LM_NOTIF_SUBJECT Character(240) VARCHAR2(240) NOT NULL Message Subject
7 NOTIFY_TO Long Character CLOB Notify To
8 NOTIFY_CC Long Character CLOB Carbon Copy
9 NOTIFY_BCC Long Character CLOB Blind Carbon Copy
10 LM_MSG_TXT Long Character CLOB Message Text
11 LM_EXPR_DT Date(10) DATE Certification Expiration Date is a fixed, preset date when the certification will expire.
12 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

13 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

Default Value: N