LM_CGCI_LA_LANG(SQL View) |
Index Back |
---|---|
Category/Catalog Item Rel TblThis table lists category catalog item relations, it lists them backwards from LM_CATG_CI_TBL for viewing within the category component, this table also filters by learning environment, only showing the user info for their learning environment |
SELECT C.OPRID , A.LM_CATG_ID , A.LM_CI_ID , E.LANGUAGE_CD , E.LM_CS_LONG_NM FROM PS_LM_CATG_CI_TBL A , PS_LM_CI_TBL B , PS_LM_OPRID_LE_VW C , PS_LM_CI_LE_TBL D , PS_LM_CI_LANG E WHERE A.LM_CI_ID=B.LM_CI_ID AND A.EFFDT=B.EFFDT AND %CurrentDateIn BETWEEN B.EFFDT AND B.LM_END_EFFDT AND B.LM_CI_ID=D.LM_CI_ID AND B.EFFDT=D.EFFDT AND D.LM_LE_ID=C.LM_LE_ID AND B.LM_CI_ID=E.LM_CI_ID AND B.EFFDT=E.EFFDT |
# | 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.
Default Value: 0 Prompt Table: %EDITTABLE |
3 | LM_CI_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Catalog Item ID - System Generated ID Number associated with each Catalog Item
Default Value: 0 |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | LM_CS_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Long Name - Describes the long name of an object |