|
copy_portlet procedure |
|
Contained in package wwpro_api_provider. Oracle Portal calls this procedure when copying a portlet. The procedure copies a portlet's customization and default settings from an existing portlet instance to the new portlet instance. procedure copy_portlet (
); |
|
|
Any user can use this function. |
|
Version: Oracle Portal 3.0.6.6.5 or later | |
|
Parameters: |
|
|
p_copy_ |
Specifies the information to be copied:
Datatype: copy_portlet_record |
|
Exceptions:
Example: example_provider.copy_portlet (
); |
|
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |