LM_ALL_CI_VW(SQL View) |
Index Back |
---|---|
Catalog Item Ext ViewCatalog Item External View, filtered to only show the active, current effective dated rows. |
SELECT A.LM_CI_ID , A.LM_CS_LONG_NM , A.LM_CS_SHRT_NM , A.LM_CS_DESCR , A.LM_CI_ABST , A.LM_CRSE_CODE , A.LM_ROW_MAINT_DTTM , A.LM_ENABLE_LRQ , A.LM_CI_STATUS FROM PS_LM_CI_TBL A WHERE %CurrentDateIn BETWEEN A.EFFDT AND A.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 |
2 | LM_CS_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Long Name - Describes the long name of an object |
3 | LM_CS_SHRT_NM | Character(10) | VARCHAR2(10) NOT NULL | Short Name - Describes the short name of an object |
4 | LM_CS_DESCR | Character(254) | VARCHAR2(254) NOT NULL | Description - Describes an object with further detail |
5 | LM_CI_ABST | Long Character | CLOB | Catalog Item Abstract - In addition to the description this field allows for a very long text field for an abstract of the learning activity. |
6 | LM_CRSE_CODE | Character(30) | VARCHAR2(30) NOT NULL | Course Code - User defined Code |
7 | LM_ROW_MAINT_DTTM | DateTime(26) | TIMESTAMP | Row Maintainted DateTime |
8 | LM_ENABLE_LRQ | Character(1) | VARCHAR2(1) NOT NULL | New Field. Uppercase. Indicates whether learning requests are active (at various configuration levels). |
9 | LM_CI_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Catalog Item Status - A drop down list with values indicating the current status of the learning activity.
10=Active 20=Inactive 40=Pending |