LM_PRG_KWRD_TBL(SQL Table) |
Index Back |
---|---|
Keyword TableThe Keyword Table stores all Keywords created for a program. |
# | 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.
Prompt Table: LM_KWRD_TYP_VW |
2 | LM_KWRD_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Keyword ID - This is a system generated number used as a unique identifier for the keyword table.
Default Value: 0 |
3 | LM_KWRD | Character(30) | VARCHAR2(30) NOT NULL | Keyword - Used to store all keywords |
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 |