LM_CI_SEC_VW2(SQL View) |
Index Back |
---|---|
Catalog Item Security View2Shows the learner group ids associated with each catalog item |
SELECT C.LM_CI_ID ,C.EFFDT , A.LM_LRNR_GROUP_ID , C.LM_END_EFFDT FROM PS_LM_CI_SEC_TBL A , PS_LM_CI_TBL C WHERE C.LM_CI_ID = A.LM_CI_ID AND C.EFFDT=A.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 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
3 | LM_LRNR_GROUP_ID | Number(15,0) | DECIMAL(15) NOT NULL | Learner Group ID - Business Role/ Student Group ID |
4 | LM_END_EFFDT | Date(10) | DATE | The end effective date, automatically maintained, there's a doc on how this works, so read it |