|
describe_portlet_parameters function |
|
Contained in package wwa_app_module. Call this function to return a table of portlet parameters for a form component. function describe_portlet_parameters |
|
Version: Oracle Portal 3.0.9 |
|
|
Parameters: |
|
|
p_provider_id |
The ID of the provider through which the form component is accessed as a portlet. Datatype: integer |
|
p_portlet_id |
The module ID of the form component. Datatype: integer |
|
p_language |
The language setting of the Portal. This can be accessed via <portal_schema>.wwctx_api.get_nls_language Datatype:varchar2 |
|
Return: This function returns a table of public portlet parameters. For example, for a form component based on SCOTT.EMP table returns the following:
Except for _show_header and _rowid, the rest are the columns of the table on which the form component is based. These parameters can be used as described in the wwa_app_module.link examples. Exceptions: None. Example: declare
begin
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |