|
copy_privileges procedure |
|
Contained in package wwsec_api. Call this procedure to copy all privileges from a source object to a destination object. Access Control List (ACL) entries are created for the destination object. The source object must exist and must be of the object type you specify. This procedure does not check to ensure that the destination object exists. The reference to the destination object is specific to the type, and the security subsystem does not access this information. Note: The PAGE/FOLDER privilege settings "Is Public" and "Enable ILS" do not get copied. procedure copy_privileges (
); |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_object_type |
The ACL object_type name constant for the source object. Datatype: in varchar2 |
|
p_object_from |
The unique name of the source object. Datatype: in varchar2 |
|
p_object_to |
The unique name of the destination object. 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:
Example: copy_privileges (
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |