What privilege is needed to get API Result?
We are on R12.2.11.
We have built APEX reports connecting to EBS database using a non apps user. In one of the reports I need to show Active Encumbrance amount for the PO's.
PO_INTG_DOCUMENT_FUNDS_GRP.get_active_encumbrance_func is the API for the same. I get results from inside APPS user. However when I connect from non-apps user it returns nothing.
I gave execute privilege to the package PO_INTG_DOCUMENT_FUNDS_GRP to non apps user but still have the issue.
What do I need to get this result in a non apps user so I can show them in APEX?