Is it possible to access data in Oracle EBS Secure views from Business Objects reporting system
We run Oracle EBS 12.2.9 on Oracle RDBMS 19.0. We're trying to access data in EBS "secure" views (e.g. PO_HEADERS_V) from SAP Business Objects. As expected, no data is visible since the MOAC context is not set up (would need to be done via mo_global.set_policy_context function call). On the other hand, Business Objects does not support executing a function prior to running report. Is there a workaround to access data in the secure views externally without setting the policy context? Or is it possible to bypass MOAC restriction all together?