Tableau Connector for Oracle Fusion Cloud Financials

Build 25.0.9434

DeletePurchaseRequisitionsAttachment

Deletes a file attached to a purchase requisition, maintaining relevance and storage efficiency for procurement documentation.

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 DeletePurchaseRequisitionsAttachment PurchaseRequisitionsUniqID=415, AttachmentsUniqID=45454

Input

Name Type Description
PurchaseRequisitionsUniqID String The unique identifier for a purchase requisition, which is used to reference a specific requisition in the system.
AttachmentsUniqID String The unique identifier for a document attached to a purchase requisition, 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434