RSEC_DYNOBJLVW(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 ,LANGUAGE_CD , DESCR FROM %Table(RSEC_OBJECT_LNG) |
# | 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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | RSEC_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Membership or view list description field used in application security views. |