RSEC_PRFVLISTVW(SQL View) |
Index Back |
---|---|
Security Profile View ListView that shows the view lists associated to applicaiton security profile. |
SELECT PV.RSEC_PROFILE_ID , VL.RSEC_VIEW_ID , VL.DESCR FROM %Table(RSEC_PROFILEVDM) PV , %Table(RSEC_VIEW_DEFN) VL WHERE PV.RSEC_VIEW_ID = VL.RSEC_VIEW_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(30) | VARCHAR2(30) NOT NULL | A unique identifier of security profile for application security. | |
2 | Character(30) | VARCHAR2(30) NOT NULL | Unique identifier of a view list used in application security. | |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |