CData Python Connector for Oracle Fusion Cloud Financials

Build 25.0.9440

DeleteSuppliersAttachment

Removes an attachment from a supplier record, keeping supplier documents current and organized.

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 DeleteSuppliersAttachment SupplierId=415, AttachmentsUniqID=45454

Input

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