Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the adapter beyond simple SELECT/INSERT/UPDATE/DELETE operations with Oracle Sales Cloud.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from Oracle Sales Cloud, along with an indication of whether the procedure succeeded or failed.
Oracle Sales Cloud Adapter Stored Procedures
| Name | Description |
| CreateSchema | Creates a schema file for the specified table or view. |
| DeleteAccountsAttachment | Delete an attachment. |
| DeleteActivityAttachment | Delete an attachment. |
| DeleteContactsAttachment | Delete an attachment. |
| DeleteContactsPictureAttachment | Delete an attachment. |
| DeleteOpportunityAttachment | Delete an attachment. |
| DeleteSalesLeadsAttachment | Delete an attachment. |
| UpdateAccountsAttachment | Update an attachment. |
| UpdateActivityAttachment | Update an attachment. |
| UpdateContactPictureAttachment | Update an attachment. |
| UpdateContactsAttachment | Update an attachment. |
| UpdateOpportunityAttachment | Update an attachment. |
| UpdateSalesLeadsAttachment | Update an attachment. |
| UploadAccountsAttachment | Upload an attachment. |
| UploadActivityAttachment | Upload an attachment. |
| UploadContactAttachment | Upload an attachment. |
| UploadContactPictureAttachment | Upload a picture attachment. |
| UploadOpportunityAttachment | Upload an attachment. |
| UploadSalesLeadsAttachment | Upload an attachment. |