DeleteDraftPurchaseOrdersLinesAttachment
Delete attachment of a DraftPurchaseOrdersLinesAttachment.
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 DeleteDraftPurchaseOrdersLinesAttachment DraftPurchaseOrdersUniqID=415, POLineId=45, AttachmentsUniqID=4544554
Input
Name | Type | Description |
DraftPurchaseOrdersUniqID | String | Draft Purchase Unique Id. |
POLineId | String | The unique identifier of the PO Line. |
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. |