LM_PRG_ITNM_LNG(SQL View) |
Index Back |
---|---|
Program Item Name ViewRelated Language View for the LM_PRG_ITNM_VW. Displays the Program Name on the Program Details Page. |
SELECT A.LM_CI_ID ,B.LANGUAGE_CD ,B.LM_CS_LONG_NM FROM PS_LM_CI_ALL_VW A , PS_LM_CI_LANG B WHERE %CurrentDateIn BETWEEN A.EFFDT AND A.LM_END_EFFDT AND A.LM_CI_ID = B.LM_CI_ID AND A.EFFDT = B.EFFDT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_OBJ_ID | Number(10,0) | DECIMAL(10) NOT NULL | Object ID - This value is relies upon the Object Type. The Object ID will either be the Catalog Item ID or the Learning Objective ID. |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | LM_CS_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Long Name - Describes the long name of an object |