LM_CATG_SEC_VW(SQL View) |
Index Back |
---|---|
Category Security ViewCategory Security View - Active Learner Groups |
SELECT A.LM_CATG_ID , A.LM_LRNR_GROUP_ID , B.LM_ACTIVE FROM PS_LM_CATG_SEC_TBL A , PS_LM_LRNR_GROUPS B WHERE A.LM_LRNR_GROUP_ID = B.LM_LRNR_GROUP_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_CATG_ID | Number(10,0) | DECIMAL(10) NOT NULL |
Category ID - System generated number used to uniquely identify a Category.
Default Value: 0 |
2 | LM_LRNR_GROUP_ID | Number(15,0) | DECIMAL(15) NOT NULL |
Learner Group ID - Business Role/ Student Group ID
Default Value: 0 Prompt Table: %EDITTABLE2 |
3 | LM_ACTIVE | Character(1) | VARCHAR2(1) NOT NULL |
Active
N=Inactive Y=Active |