LM_CATG_LA_SRCH(SQL View) |
Index Back |
---|---|
Category Search Record LAUsed as the search record for the Category Setup Component. Categories are limited to those within the Learning Environment of the current user. |
SELECT B.OPRID ,A.LM_CATG_ID , A.LM_CS_LONG_NM , A.LM_CS_SHRT_NM , A.LM_CS_STATUS , B.LM_LE_ID 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_CATG_ID | Number(10,0) | DECIMAL(10) NOT NULL | Category ID - System generated number used to uniquely identify a Category. |
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 |
5 | LM_CS_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Status - Indicates whether an item is active or inactive
10=Active 20=Inactive |
6 | LM_LE_ID | Number(10,0) | DECIMAL(10) NOT NULL | Learning Environment ID - System Generated number |