RSEC_DYNOBJ_VW(SQL View) |
Index Back |
---|---|
Dynamic Security ObjectsSecurity Object Definition is a record that is setup to definition a security object. The object type can be an 'Membership' or a 'View Privilege'. The source to create a dynamic membership or view privilege is defined using a configurable search. |
SELECT RSEC_OBJECT_ID , DESCR FROM %Table(RSEC_OBJECTDEFN) WHERE RSEC_ALLOW_DYNAMIC = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RSEC_OBJECT_ID | Character(30) | VARCHAR2(30) NOT NULL | Security Object ID used for defining application security objects. |
2 | RSEC_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Membership or view list description field used in application security views. |