IRD 7.5 DB Wizard for function (not procedure) inside a package (Oracle)

Hi all, I’m facing a quite tricky challenge.

Usually I manage to recall functions out of a package or a procedure inside/outside package, but I’m facing troubles invoking a function inside a package; for procedures, I usually use package.procedure, but seems this method does not works with package.function.

Any tip?

Best regards,

Gef.

EDIT
No way out, I had to convert it in a procedure, to make it work. In URS logs (7.5), variables seems to be given to the function, but actually no transaction is registered from the function itself.