A script-enabled browser is required for this page to function properly.

FRM-30433: Query procedure should have only one argument of type REFCURSOR/TABLE and its mode should be IN OUT.

Cause:  The query procedure definition has either:

1. No argument of type TABLE/REFCURSOR.

2. Multiple arguments of type TABLE/REFCURSOR.

3. An argument of type TABLE/REFCURSOR with a mode that is not defined as IN OUT.

Action:  Define the arguments as follows:

1. Define one and only one argument of type TABLE or REFCURSOR.

2. Declare the mode for the TABLE/REFCURSOR argument as IN OUT.