JDBC Driver for Oracle Fusion Cloud SCM

Build 25.0.9434

UploadOuterPackingUnitsPackedShipmentLinesAttachment

Handles uploading or updating files for outer packing unit data in packed shipments.

Input

Name Type Accepts Input Streams Description
TransactionId Integer False Unique identifier for the shipment transaction request being processed.
DeliveryInterfaceId Integer False Identifier for the candidate shipment in the system.
LPNInterfaceId Integer False Unique identifier for the candidate packing unit associated with the shipment.
DeliveryDetailInterfaceId Integer False Hashed key used to uniquely identify a specific resource item in the shipment.
AsyncTrackerId String False Tracking identifier for uploaded files related to the shipment transaction.
AttachedDocumentId Integer False Unique identifier for an attachment associated with a work order.
CategoryName String False Classification of the attachment based on its category.
ContentRepositoryFileShared Boolean False Indicates whether the attachment is shared across multiple records (true or false).
DatatypeCode String False Code representing the data type of the attachment.

The default value is FILE.

Description String False Detailed description of the attached document.
DmDocumentId String False Unique document identifier assigned to the attachment.
DmFolderPath String False Path where the attachment is stored within the repository.
DmVersionNumber String False Version number of the document, indicating revisions or updates.
DownloadInfo String False JSON-formatted metadata containing details about the attachment.
ErrorStatusCode String False Error code indicating any issues encountered during processing.
ErrorStatusMessage String False Detailed message explaining the error, if any occurred.
ExpirationDate Datetime False Date when the attachment or its contents expire and may no longer be accessible.
FileLocation String False Path where the file is stored locally before upload.
FileName String False Name of the attachment file.
FileUrl String False Web-accessible URL where the attachment can be downloaded or viewed.
Title String False Title assigned to the attachment.
Uri String False Unique resource identifier (URI) for the attachment.
Url String False Web-accessible link to locate and access the attachment.
Content String True Actual content of the attachment as an InputStream when no file path is provided.

Result Set Columns

Name Type Description
AsyncTrackerId String Identifier used to track uploaded files after processing.
AttachedDocumentId Integer Unique identifier assigned to the attachment after processing.
CategoryName String Classification of the attachment after processing.
ContentRepositoryFileShared Boolean Indicates if the attachment remains shared across records.
CreatedBy String User who originally uploaded or created the attachment.
CreatedByUserName String Username of the individual who created the attachment.
CreationDate Datetime Timestamp indicating when the attachment was created.
DatatypeCode String Code representing the data type of the processed attachment.
Description String Updated description of the attachment after processing.
DmDocumentId String Unique identifier assigned to the processed document.
DmFolderPath String Storage path of the processed document within the repository.
DmVersionNumber String Updated version number reflecting changes made to the document.
DownloadInfo String JSON-formatted metadata about the attachment after processing.
ErrorStatusCode String Error code returned after processing, if applicable.
ErrorStatusMessage String Message describing any errors encountered during processing.
ExpirationDate Datetime Expiration date for the processed attachment.
FileContents Byte Binary content of the uploaded attachment.
FileName String Final name assigned to the attachment file.
FileUrl String URL where the processed attachment is accessible.
FileWebImage Byte Base64-encoded image representation of the uploaded file.
LastUpdateDate Datetime Timestamp of the most recent update to the document.
LastUpdatedBy String User who performed the most recent modification on the document.
LastUpdatedByUserName String Username used for the last modification of the attachment.
Links String Hyperlinks related to the attachment, such as download or metadata links.
Title String Title of the attachment after processing.
UploadedFileContentType String Content type representing the content format of the uploaded file.
UploadedFileLength Integer Size of the uploaded file in bytes.
UploadedFileName String Final stored name of the uploaded file.
UploadedText String Extracted or entered text content from the uploaded file.
Uri String Unique resource identifier (URI) for the processed attachment.
Url String Web-accessible URL for retrieving the uploaded file.
UserName String Username of the individual who added or modified the attachment.

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