Here are some of the SQL queries for extracting data from Oracle Fusions and API payload samples for integrations.
Note : These are for reference only. please refer to the latest updates/upgrades to these API's
SQL Queries for Common Fusion Data Extraction
1. Fetching Supplier Details (Fusion Financials - ERP)
2. Fetching Employee Details (Fusion HCM)
3. Fetching Invoice Details (Fusion ERP - Payables)
4. Fetching Purchase Orders (Fusion SCM)
5. Fetching Journal Entries (Fusion Financials - GL)
Oracle Fusion API Payload Samples
Fusion APIs are REST-based and use JSON for communication. Below are examples of how to interact with them.
1. Fetching Supplier Data via REST API
API Endpoint:
Response (JSON):
2. Fetching Employee Data via HCM REST API
API Endpoint:
Response (JSON):
3. Creating a New Supplier Using REST API
API Endpoint:
Request Body (JSON):
Response (JSON):
4. Creating an Invoice via REST API
API Endpoint:
Request Body (JSON):
Response (JSON):
5.Updating Employee Email via HCM REST API
API Endpoint:
Request Body (JSON):
Response (JSON):