LM_ACT_CI_LE_VW(SQL View) |
Index Back |
|---|---|
CI/LE View For Activity LEFor selecting Activity LEs made available at the Catalog Item level. |
| SELECT B.LM_CI_ID , B.EFFDT , A.LM_LE_ID , A.LM_LE_LONG_NM , A.LM_LE_SHRT_NM , C.LM_END_EFFDT , A.LM_LE_DESCR , A.LM_LE_STATUS FROM PS_LM_LE_VW A , PS_LM_CI_LE_ALL_VW B , PS_LM_CI_ALL_VW C WHERE A.LM_LE_ID = B.LM_LE_ID AND B.LM_CI_ID = C.LM_CI_ID AND B.EFFDT = C.EFFDT |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL | Catalog Item ID - System Generated ID Number associated with each Catalog Item | |
| 2 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
| 3 | Number(10,0) | DECIMAL(10) NOT NULL | Learning Environment ID - System Generated number | |
| 4 | LM_LE_LONG_NM | Character(60) | VARCHAR2(60) NOT NULL | Learning Environment Long Name |
| 5 | LM_LE_SHRT_NM | Character(10) | VARCHAR2(10) NOT NULL | Learning Environment Short Name |
| 6 | LM_END_EFFDT | Date(10) | DATE | The end effective date, automatically maintained, there's a doc on how this works, so read it |
| 7 | LM_LE_DESCR | Character(50) | VARCHAR2(50) NOT NULL | Description |
| 8 | LM_LE_STATUS | Character(3) | VARCHAR2(3) NOT NULL |
Learning Environment Status
10=Active 20=Inactive |