Financials Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Oracle Financials Cloud APIs.
Key Features
- The driver models Oracle Financials Cloud entities like Persons, Roles, and Users as relational views, allowing you to write SQL to query Oracle Financials Cloud data.
- Stored procedures allow you to execute operations to Oracle Financials Cloud.
- Live connectivity to these objects means any changes to your Oracle Financials Cloud account are immediately reflected when using the driver.
Views
Views are dynamically obtained to model Oracle Financials Cloud objects.Stored Procedures
Stored Procedures are function-like interfaces to Oracle Financials Cloud. They can be used to modify information in Oracle Financials Cloud.