|
update_user_acl procedure |
|
Contained in package wwsec_api. Call this routine to update a user's privilege in the Access Control List. procedure update_user_acl (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_object_type_name |
The name of the type of object referenced. Note: These names can be specified with object_type_name constants. For example, ADMIN_OBJ, ITEM_OBJ, or another object type name. Datatype: in varchar2 |
|
p_name |
The unique name of the specific object. Datatype: in varchar2 |
|
p_grantee_user_id |
The ID used to specify a user. Datatype: in number |
|
p_privilege |
The name of the privilege to be granted. Note: These names are specified with privilege name constants of the wwsec_api package. Datatype: in varchar2 |
|
p_owner |
The name of the schema that owns the Access Control List entry, or another name space discriminator.
Datatype: in varchar2 |
|
Exceptions: If the user who initiates the calling routine has insufficient authority to execute the routine, an ACCESS_DENIED_EXCEPTION is raised. Example: wwsec_api.update_user_acl
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |