LM_KWRD_TYP_LNG(SQL Table) |
Index Back |
---|---|
Keyword Type Rel Lng TblThis table is used to store the Types of Keywords that can exist in the database. Keywords are categorized by the Keyword type. This is a Related Language Table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_KWRD_TYPE_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Keyword Type ID- System generated unique ID created with each new instance of a Keyword Type.
Default Value: 0 |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | LM_CS_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Long Name - Describes the long name of an object |
4 | LM_CS_SHRT_NM | Character(10) | VARCHAR2(10) NOT NULL | Short Name - Describes the short name of an object |