DeleteSuppliersAttachment
Removes an attachment from a supplier record, keeping supplier documents current and organized.
Stored Procedure Specific Information
Oracle Fusion Cloud Financials allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only the = comparison.
For example:
exec DeleteSuppliersAttachment SupplierId=415, AttachmentsUniqID=45454
Input
| Name | Type | Description |
| SupplierId | String | The unique identifier for a supplier, which is used to reference a specific supplier in the system. |
| AttachmentsUniqID | String | The unique identifier for a document attached to a supplier, used to track and manage the attached files or documents. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | A flag that indicates whether the operation (such as deleting an attachment) was successfully completed, with a value indicating success or failure. |