stored procedure in IRD database wizard

Does anyone know how to use this with Oracle? Genesys has no documentation whatsoever.

example :

you have package named GENESYS

and in this package uou have procedure defined as :

PROCEDURE call_info(x_ani IN varchar2,x_out out varchar2)

and in IRD database wizard you need to fill

name : GENESYS.CALL_INFO

arguments : x_ani=variable_ANI x_out=@out