Summary
How to access APPS packages, functions used in Discoverer in OBIEE BI Publisher
Content
We are currently migrating some Discoverer reports to OBIEE BI Publisher. We are doing this by using the SQL from the Discoverer reports and using this same SQL in the BI Publisher Data Model and creating the report in BI Publisher. However, we are having issues with some reports that are using packaged functions such as APPS.PO_INQ_SV.GET_ACTIVE_ENC_AMOUNT() where we are only returning -1. We believe this is due to a permission issue. We have granted execute permission to the PO_INQ_SV package to a role but we still receive -1; does anyone know how we can resolve this issue?