I have used the Package Wizard to create a class containing a procedure which is based on a stored procedure of the type PROCEDURE procname(par1 IN NUMBER, par2 IN NUMBER, par3 IN NUMBER, par4 IN OUT NUMBER, par5 IN OUT VARCHAR2).
The resulting function as converted into Builder is void...