Using EGP_SYSTEM_ITEMS_B AND QP_PRICE_LISTS Tables we can create an Item Price List query in oracle fusion Cloud joining some othere important base tables for Pricing. The core table of pricing starts with QP
Below are the important tables that store the Pricing information
Important Price list tables in ...
BI Publisher Drill Down Report: Sometimes you may need to create a hyperlink from one Oracle BIP report to another. This feature is also called as Drill down reports in BI Publisher.
For example you have a report which list out all the vendors and other details , and you have another report which shows the ...
While building reports for Projects Contracts Expenditure and related invoice you would need to know the tables and joins. here is a basic query for fetching Contract Invoice projects distributions.
Below is the screen with Contract Receivables invoice lines . The lines have project expenditures in ...
In this post, let's see a BI Publisher web service run report example using the web service called ExternalReportWSSService.
The Oracle Fusion Cloud OTBI reports data can be fetched using web service calls using the ERP integration service.
The service WSDL is of the format
The output of the ...
While developing BIP reports or querying invoice data we need to be aware of the common AR invoice tables in oracle fusion cloud applications. many of these tables are in sync with AR invoice tables of oracle apps r12 EBS.
The above table describes what kind of receivables transactions are stored and in which ...
There are times we need to implement Parallel Approvals in BPM Workflow in Oraclce Fusion. Let's see how to implement it.
First, we need to figure out which are the parallel participants in the BPM workflow in oracle fusion cloud.
We will take the example of the Oracle Payables approval workflow.
...
You can easily create AP invoices using Create AP Invoice rest API in Oracle fusion
The rest APIs are
/fscmRestApi/resources/11.13.18.05/invoices
to query an invoice you can use the query parameter in postman
...
With Release 20D we can use rest api to create Customers in Oracle Fusion SaaS. Use the followig payloads to create customers into fusion when we are integrating application or loading data in fusion. In fact you need to use it in combination of SOAP service to make the customer transactable.
Outline ...
Here we will see how to download ADFdi in Oracle Fusion Cloud. With the newer versions of Oracle cloud the ADFDi add-in for Excel to upload data into oracle fusion applications requires some roles to be configured.
Be aware that the ADFdi desktop helps in fetching the interface records directly from the ...