LM_PRG_ITNM_VW2(SQL View) |
Index Back |
---|---|
Program Item Name ViewDisplays the Program Name on the Program Details Page |
SELECT A.LM_PRG_ID ,A.LM_PRG_LONG_NM FROM PS_LM_PRG_VW A WHERE %CurrentDateIn BETWEEN A.EFFDT AND A.LM_END_EFFDT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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 | LM_PRG_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Program Long Name |