|
customize procedure |
|
Contained in package wwa_app_module. Call this procedure to display the customization screen for a form component. procedure customize |
|
Version:Oracle Portal 3.0.9 |
|
|
Parameters: |
|
|
p_module_id |
The module ID of the form component Datatype: integer |
|
p_back_page_url |
The URL (encoded) to display when clicking on the OK or Cancel button Datatype: varchar2 |
|
p_page_url |
Not currently used. |
|
p_exec_mode |
Indicates the display mode:
Datatype: varchar2 |
|
p_reference_path |
(In portlet mode only). The reference path of the portlet. Datatype: varchar2 |
|
p_provider_id |
The ID of the provider to which the form component belongs. Datatype: varchar2 |
|
Exceptions: None. Example: Consider the procedure helloworld in the PORTAL SCHEMA that prints
"Hello World". customize
); Note: You need to grant the execute privilege to the helloworld procedure to <portal_schema>_public database user. |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |