Subject Re: Procedure as Function calling
Author psmdev
> Remove the suspend statement. You don't need it since there will
never be
> more than one row returned.
Without the suspend, it'll return a single row, but that row will
contain nothing but nulls.

So you DO need the SUSPEND.