LM_PRG_NOTE(SQL Table) |
Index Back |
---|---|
Program NotesStores the relationship between Programs and Notes |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_PRG_ID | Number(10,0) | DECIMAL(10) NOT NULL | Program ID is a unique identifier for curriculum and certification Programs. |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | LM_NOTES_ID | Number(10,0) | DECIMAL(10) NOT NULL | Notes ID - System generated unique ID for each new note entered. |
4 | LM_SS_NOTE_DISP | Character(1) | VARCHAR2(1) NOT NULL |
Display Note on the self service page
Y/N Table Edit Default Value: N |
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 |
9 | LM_NOTE | Long Character | CLOB | Notes and Comments |