LM_CI_NOTES_LNG(SQL Table) |
Index Back |
---|---|
Catalog Item - Notes LNGThis table stores all the notes that are delivered at the Catalog Item level - This is a Related Language Table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Number(10,0) | DECIMAL(10) NOT NULL |
Catalog Item ID - System Generated ID Number associated with each Catalog Item
Default Value: 0 |
|
2 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
3 | Number(10,0) | DECIMAL(10) NOT NULL |
Notes ID - System generated unique ID for each new note entered.
Default Value: 0 |
|
4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
5 | LM_NOTES | Long Character | CLOB | Notes - This field holds notes that are entered at the Catalog Item level. |