|
enable_ils_for_item procedure |
|
Contained in package wwsbr_api. Call this procedure to enable item-level privileges for an item. The item's folder must be set up to permit item-level privileges. Note: Using this procedure is the same as selecting 'Define Item Level Access Privileges' in the Oracle Portal UI. procedure enable_ils_for_item( |
|
Version: Oracle Portal 3.0.9.8.4 |
|
|
Parameters: |
|
|
p_master_item_id |
The master item ID of the item. Note: This value can be found in WWSBR_ALL_ITEMS.MASTERID Datatype: number |
|
p_caid number |
The ID of the content area in which this item belongs. Datatype: number |
|
p_folder_id |
The ID of the folder in which this item belongs. Datatype: number |
|
Exceptions:
Example: wwsbr_api.enable_ils_for_item( |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |