LM_ACT_NOTE

(SQL Table)
Index Back

Activity Notes Table

Stores notes related to an activity. The status field controls whether the notes are shown on the catalog or not.

  • Related Language Record: LM_ACTNOTE_LANG
  • Parent record: LM_ACT
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 LM_ACT_ID Number(10,0) DECIMAL(10) NOT NULL Activity ID
    2 LM_NOTES_ID Number(10,0) DECIMAL(10) NOT NULL Notes ID - System generated unique ID for each new note entered.
    3 LM_NOTE Long Character CLOB Notes and Comments
    4 LM_ROW_ADDED_DTTM DateTime(26) TIMESTAMP Datetime Added
    5 LM_ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL Added By
    6 LM_ROW_MAINT_DTTM DateTime(26) TIMESTAMP Row Maintainted DateTime
    7 LM_ROW_MAINT_OPRID Character(30) VARCHAR2(30) NOT NULL Row Maintained Oprid
    8 LM_NOTE_URL Character(254) VARCHAR2(254) NOT NULL URL available on the maintenance of notes in ELM catalog.
    9 LM_DISP_TYPE Character(2) VARCHAR2(2) NOT NULL Indicates whether notes or attachments are to be displayed to all learners, enrolled learners only, or not displayed.
    10=All Learners
    20=Enrolled Learners
    30=Do Not Display

    Default Value: 30