LM_LRQ_CATG_VW(SQL View) |
Index Back |
---|---|
Category viewCategory view used to prompt category names on the Learning Requests |
SELECT A.LM_CATG_ID , A.LM_CS_LONG_NM FROM PS_LM_CATG_TBL A WHERE A.LM_CS_STATUS = '10' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_CATG_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Category ID - System generated number used to uniquely identify a Category.
Default Value: 0 Prompt Table: LM_CATG_VW |
2 | LM_CS_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Long Name - Describes the long name of an object |