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