Im trying to call a function defined in Oracle and I have been doing this fine with other packages, but this one has three of its parameters defined as arrays:
Most of the parameters are defined like this:
var1 IN OUT VARCHAR2,
but the ones I am having trouble with are defined like this...