LM_CI_NOTES_TBL(SQL Table) |
Index Back |
---|---|
Catalog Item - Notes TblThis table stores all the notes that are delivered at the Catalog Item level |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_CI_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Catalog Item ID - System Generated ID Number associated with each Catalog Item
Default Value: 0 |
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.
Default Value: 0 |
4 | LM_CS_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Status - Indicates whether an item is active or inactive
10=Active 20=Inactive Default Value: 10 |
5 | LM_NOTES | Long Character | CLOB | Notes - This field holds notes that are entered at the Catalog Item level. |
6 | LM_ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | Datetime Added |
7 | LM_ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Added By |
8 | LM_ROW_MAINT_DTTM | DateTime(26) | TIMESTAMP | Row Maintainted DateTime |
9 | LM_ROW_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Row Maintained Oprid |
10 | LM_NOTE_URL | Character(254) | VARCHAR2(254) NOT NULL | URL available on the maintenance of notes in ELM catalog. |