Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the connector beyond simple SELECT operations with Oracle Fusion Cloud SCM.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Oracle Fusion Cloud SCM, along with an indication of whether the procedure succeeded or failed.
CData Python Connector for Oracle Fusion Cloud SCM Stored Procedures
Name | Description |
AutomaticallySchedule | Executes the scheduling of operations automatically, streamlining order management processes. |
CancelManualClaim | Cancels a manual claim within the order management system, reverting associated changes. |
CancelSalesOrder | Cancels specified sales orders, halting their processing and updating system records. |
CreateSchema | Creates schema definitions for tables in Oracle Fusion Cloud SCM, enabling database management. |
ReviseQuantity | Updates the quantity of a configuration in the system, ensuring accurate order fulfillment. |
ScheduleSalesOrder | Automates the scheduling of sales orders based on availability and demand. |
SettleManualClaim | Handles manual claims for resolution, including adjustments and approvals. |