|
grantee_record record |
|
Contained in package wwsec_api. This grantee_record contains the properties of users who have been granted privileges on a specific object. It is used by the grantee_list function. type grantee_record is record (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later |
|
|
Field names and definitions |
|
|
grantee_type |
The type of grantee, i.e. one of USER, GROUP or APP. Datatype: wwsec_sys_priv$.grantee_type%type |
|
grantee_id |
The ID of the grantee. Datatype: number |
|
grantee_name |
The name of the grantee. Datatype: wwsec_person$.user_name%type |
|
privilege |
The privilege granted to this grantee. Datatype:wwsec_sys_priv$Privilege%type |
|
Table type grantee_array is table of grantee_record index by binary_integer; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |