DeleteInvoicesAttachment
Delete attachment of an invoice.
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 DeleteInvoicesAttachment InvoicesUniqID=415, AttachmentsUniqID=45454
Input
Name | Type | Description |
InvoicesUniqID | String | Invoice 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. |