DeletePurchaseRequisitionsAttachment
Delete attachment of a Purchase Requisition.
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 DeletePurchaseRequisitionsAttachment PurchaseRequisitionsUniqID=415, AttachmentsUniqID=45454
Input
Name | Type | Description |
PurchaseRequisitionsUniqID | String | Purchase Requisitions Unique 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. |