Oracle9iAS Portal Developer Kit

help procedure

Contained in package wwa_app_module.

Call this procedure to display help text associated with a form component.

procedure help
(
    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.help
(

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