LM_CI_SEC_VW

(SQL View)
Index Back

Catalog Item Security Ext View

Shows the learner group ids associated with each current, active catalog item

SELECT A.LM_CI_ID , A.LM_LRNR_GROUP_ID FROM PS_LM_CI_SEC_TBL A , PS_LM_CI_TBL C WHERE A.LM_CI_ID = C.LM_CI_ID AND A.EFFDT=C.EFFDT AND %CurrentDateIn BETWEEN C.EFFDT AND C.LM_END_EFFDT AND C.LM_CI_STATUS='10'

# 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_LRNR_GROUP_ID Number(15,0) DECIMAL(15) NOT NULL Learner Group ID - Business Role/ Student Group ID