Oracle9iAS Portal Developer Kit

about procedure

Contained in package wwa_app_module.

Call this procedure to display metadata associated with a form component. This metadata includes inputs given by the user while building the form component.

procedure about
(
    p_module_id in number
);

Version: Oracle Portal 3.0.9

Parameters:

p_module_id

The module ID of the form component.

Datatype: number

Exceptions:

  • None

Example:

<portal_schema>.wwa_app_module.about
(

p_module_id => <module ID of form component>

);

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio