RSEC_VP_OBJ_VW2(SQL View) |
Index Back |
---|---|
View Privilege Object ViewContains all security 'View Privilege' security objects. |
SELECT RSEC_OBJECT_ID , DESCR , DESCRLONG , RSEC_SHOW_IN_WIZ FROM PS_RSEC_OBJECTDEFN WHERE RSEC_OBJECT_TYPE = '0002' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RSEC_OBJECT_ID2 | Character(30) | VARCHAR2(30) NOT NULL | Security object ID used in configurable search where we need to prompt for both membership and view security objects. |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRLONG | Long Character | CLOB | Long Description |
4 | RSEC_SHOW_IN_WIZ | Character(1) | VARCHAR2(1) NOT NULL | The field is used on a security object to determine if adding single membership or view privilege domains for a security key is allowed. |