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.