LM_CHCATG_LA_VW(SQL View) |
Index Back |
---|---|
Child Category ListList of all the categories to be used as child categories, this is used to display names of child categories, the categories available are limited by the Learning Environment of the user |
SELECT B.OPRID ,A.LM_CATG_ID , A.LM_CS_LONG_NM FROM PS_LM_CATG_TBL A , PS_LM_CATG_LE_TBL C , PS_LM_OPRID_LE_VW B WHERE A.LM_CATG_ID=C.LM_CATG_ID AND C.LM_LE_ID=B.LM_LE_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | LM_CHLD_CATG_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Child Category ID - A unique identifier used to identify a subcategory.
Default Value: 0 |
3 | LM_CS_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Long Name - Describes the long name of an object |