How Create the BI Report in Oracle Fusion?
July 18, 2018 sriram22 Cloud Security, Oracle Cloud ERP
Using Custom SQL (BIP) to Extract ERP Cloud Data from OTBI:
–
Custom SQL work differently than logical and physical SQLs.
Instead of going through the OBTI subject areas and the Fusion
PVOs in the RPD physical layer, custom SQL are used to create
custom data models in BI Publisher to extract ERP Cloud data
directly from the Fusion database tables.
The built-in Data Sync Oracle BI Connector does not support direct
data extraction from BI Publisher reports, but the good news is that
BIP reports are available as Web Services. With little Java coding
effort, a specific Web Service client can be created to run and
download BI Publisher reports as CSV data files for Data Sync
mappings to consume.
Use these steps to extract ERP Cloud data from OTBI through
custom SQL and BI Publisher reports.
Create custom data models
Log in to Oracle Fusion Application.
At the very first time, creating a “Data model” and “Reports”
follow the below steps.
Step1: Go to “Reports and Analysis”.
Navigation: Navigator -> Reports and Analysis.
And then Click the Browser Catalog Icon to Open BI Catalog
to Get the BI Publisher.
To Create
To Create a new BI Publisher Data Model, Let’s Select New
from the toolbar.
And then the Data Model.
From new Data Set dropdown List, Select SQL Query.
Name the New Data set as Business Unit, and Select the
Appropriate Data source.
Let’s build the query based on the Subject area tables and Not
on the Physical Tables.
Paste the Applications SQL Query to Defines application
names, each mapped to a unique auto-generated ID, for users
and roles. Then Click OK
After Selecting OK, Columns from the Query are Displayed.
Navigate to Data Tab.
Click to View, A sample set of Data is Shown.
We can Able to save this dataset as sample data.
We can able to Save the Data Model in a custom folder so
that our custom data models and reports will be preserved
during upgrades.
Click to Save Icon.
2. Create BI Publish Reports.
Now Let’s Create the BI Publish Report, Based on the newly
created Data Model.
The Data Model is Already Selected. Click to Next.
Choose the table layout and include all data columns for the
report.
Drag Fields from the Data Source to Create the Table.
We can able to Customize the Report.
Now Select the View Report and Click to Finish.
After Finishing, Select the Path to Save the Report.
After Saving, the Created Report will show below,
We can Able to Export the Report to Corresponding formats.