LM_CI_INS_UI_VW(SQL View) |
Index Back |
---|---|
Catalog Item Operator ViewReturns all Catalog Items but is restricted by the Instuctor's LE. |
SELECT DISTINCT C.OPRID , A.LM_CI_ID , A.LM_CI_STATUS , A.LM_CS_LONG_NM , A.LM_CS_DESCR FROM PS_LM_CI_TBL A , PS_LM_CI_LE_TBL B , PS_LM_INSTR_LE_VW C WHERE %CurrentDateIn BETWEEN A.EFFDT AND A.LM_END_EFFDT AND A.EFFDT=B.EFFDT AND A.LM_CI_ID = B.LM_CI_ID AND B.LM_LE_ID = C.LM_LE_ID |
# | 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_CI_ID | Number(10,0) | DECIMAL(10) NOT NULL | Catalog Item ID - System Generated ID Number associated with each Catalog Item |
3 | 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 |
4 | LM_CS_LONG_NM | Character(200) | VARCHAR2(200) NOT NULL | Long Name - Describes the long name of an object |
5 | LM_CS_DESCR | Character(254) | VARCHAR2(254) NOT NULL | Description - Describes an object with further detail |