Connect Parable to Oracle Fusion Cloud to sync Payables audit history events. Parable queries the Oracle Fusion Cloud Audit REST service incrementally using 7-day date-range windows (UTC).
Data sensitivity: Audit payloads can include invoice identifiers, internal IDs, user login names, and field-level attribute changes (amounts, vendors, and related financial metadata). Limit Parable access to users who are authorized to view Payables audit data in your organization.
Payables — Invoice Header
AP Invoice Header audit history (InvoiceHeaderVO) — creates, updates, and deletes
Payables — Invoice Line
AP Invoice Line audit history (InvoiceLineVO) — creates, updates, and deletes
Setup access in . These steps require , or a colleague with equivalent permissions who can create credentials for you.If that is not you, ask your administrator.
Oracle Fusion Cloud user with access to the Financials Audit REST service
The Financial Auditor or equivalent role that permits calling /fscmRestApi/fndAuditRESTService/audittrail/getaudithistory
Audit trail enabled for the Payables product in Oracle Fusion Cloud
In Oracle Fusion Cloud, navigate to Setup and Maintenance → Manage Audit Policies.Enable audit for the Payables product and confirm the following business objects are checked:
Business Object
Internal Name
Invoice (Header)
InvoiceHeaderVO
Invoice Line
InvoiceLineVO
If these objects are not enabled, Parable will receive empty results and no data will sync.
2
Identify Your Instance Hostname
Your Oracle Fusion Cloud instance hostname looks like:
fa-exix-saasfaprod1.fa.ocs.oraclecloud.com
Find this in your browser address bar when logged into Oracle Fusion Cloud (without the https:// prefix).
3
Create a Dedicated Integration User (Recommended)
For least-privilege access, create a dedicated integration user:
Navigate to Security Console → Users
Create a new user, e.g., parable_integration
Assign the Financial Auditor role (or a custom role granting read access to the Audit REST service)
Grant only the minimum roles required. The integration user only needs read access to the Audit REST service.
4
Enter credentials in Parable
Enter the following in the connector form:
Field
Value
Username
Your integration user username
Password
Your integration user password
Base URL
Full base URL of your instance (e.g., https://fa-exix-saasfaprod1.fa.ocs.oraclecloud.com)
Parable sends pageNumber and pageSize in the JSON body (not the query string) and caps each sync/backfill request to a 7-dayfromDate/toDate window.A 200 OK response with "status": "SUCCESS" and an auditData array confirms your credentials and audit trail configuration are correct.
Success! If you received a 200 OK response with valid data, your credentials are configured correctly. You can now proceed to configure this connector in Parable.
Audit trail must be enabled for the Payables product in Oracle Fusion Cloud before Parable can sync data. Navigate to Setup and Maintenance → Manage Audit Policies and confirm Payables is enabled.