Hi,
I created a custom oracle function in app owner schema.
I granted EXECUTE to IFSAPP, IFSINFO, IFSPRINT and IFSSYS on the function.
The SQL Quick report that uses this function is throwing a ORA-00904 error which I know means it can’t find it.
I am calling the function within a SQL statement as <appowner>.<myfunction>.
Are we able to use custom functions in a quick report?
And if so, what user needs access to it? I thought it was IFSPRINT but apparently I am wrong.
Thanks!