Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
You can create simple BI report using below tables. select a.approvalgroupname, b.member from FA_FUSION_SOAINFRA.WFAPPROVALGROUPS a, FA_FUSION_SOAINFRA.WFAPPROVALGROUPMEMBERS b where a.approvalgroupid=b.approvalgroupid You can then call ERP Integration webservice to extract data into your PaaS solution.