Get data from Oracle Fusion Cloud

Parameters:
See dedicated page for more information.
See dedicated page for more information.
OracleFusion retrieves financial and procurement data from Oracle Fusion Cloud via authenticated REST calls. You choose an Operating mode (for example journals or ledger balances), optionally set period and ledger filters, and the box outputs the matching rows in Records for downstream processing.
Set Oracle Fusion instance URL to your tenant base URL.
Enter Integration user ID and Password.
Choose Operating mode (e.g., journals).
(Optional) Set period and ledger filters:
Keep Debug information level = nothing for standard runs (basic/verbose for troubleshooting).
Run the box. Review Process tab.
Goal: fetch January 2025 journal data for a specific ledger in AED.
Steps:
journalsJanuary2025<Your Ledger>AEDRun fails at initialization
Ensure Integration user ID and Password are provided and valid.
No rows returned
Relax filters (month, year, ledger) and re-run; confirm the ledger and currency exist in Oracle Fusion for the selected mode.
Access or authorization problems
Confirm the integration account has permissions for the chosen Operating mode domain.
Unexpected or missing columns
Output columns vary by Operating mode. Switch Debug information level to basic or verbose to inspect requests and adjust filters accordingly.
Performance considerations
Start without filters to validate connectivity, then apply period/ledger filters. Reduce verbosity to nothing for production runs.
