DeleteSuppliersAttachment
Delete attachment of an suppliers.
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 = comparison.
For example:
exec DeleteSuppliersAttachment SupplierId=415, AttachmentsUniqID=45454
Input
Name | Type | Description |
SupplierId | String | Supplier Id. |
AttachmentsUniqID | String | The unique identifier of the attached document. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Flag to determine the success of the operation. |