LM_CI_LE_CUR_VW(SQL View) |
Index Back |
---|---|
CI LE Current ViewA listing of the current relationships between Learning Environments and Catalog Items |
SELECT A.LM_CI_ID , A.LM_LE_ID , A.LM_PRM_LE FROM PS_LM_CI_LE_TBL A , PS_LM_CI_TBL B WHERE A.LM_CI_ID=B.LM_CI_ID AND A.EFFDT=B.EFFDT AND %CurrentDateIn BETWEEN B.EFFDT AND B.LM_END_EFFDT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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 |
2 | LM_LE_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Learning Environment ID - System Generated number
Default Value: 0 Prompt Table: LM_LE_TBL |
3 | LM_PRM_LE | Character(2) | VARCHAR2(2) NOT NULL |
Primary Learning Environment - This is a Yes/No field that signifies if the learning environment on the current row is the primary learning environment for the accompanying object (i.e. Catalog Item, Category)
Y/N Table Edit Default Value: N |