PackingUnitsattachments
Tracks and manages attachments linked to packing units, ensuring comprehensive documentation.
Columns
| Name | Type | Description |
| PackingUnitsPackingUnitId [KEY] | Long | The unique identifier for the packing unit in the PackingUnitsattachments table. |
| AttachedDocumentId [KEY] | Long | A unique value that identifies the attached document within the system. |
| LastUpdateDate | Datetime | The date and time when the record in PackingUnitsattachments was last updated. |
| LastUpdatedBy | String | The user who last updated the record in the PackingUnitsattachments table. |
| DatatypeCode | String | A short code that denotes the type of data stored in the attachment. |
| FileName | String | The name of the file associated with the attachment. |
| DmFolderPath | String | The directory path where the attachment is stored in the document management system. |
| DmDocumentId | String | A unique identifier for the document in the document management system. |
| DmVersionNumber | String | The version number assigned to the attached document in the document management system. |
| Url | String | The web address (URL) where the attachment can be accessed, populated only if the attachment type is URL. |
| CategoryName | String | The classification or category to which the attachment belongs. |
| UserName | String | The user associated with the PackingUnitsattachments entry. |
| Uri | String | A URI used to locate the attachment, derived from a base URI and the associated endpoint of the application, though not currently utilized in the Packing Units resource. |
| FileUrl | String | The URL that points to the location of the file in the Oracle WebCenter Content server, populated when the attachment is a file. |
| UploadedText | String | The text content of the attachment, typically used for textual attachments. |
| UploadedFileContentType | String | The MIME type of the file that is attached, describing the file format. |
| UploadedFileLength | Long | The size of the attached file, in bytes. |
| UploadedFileName | String | The actual name of the file that has been uploaded as an attachment. |
| ContentRepositoryFileShared | Bool | Indicates whether the attached file is shared (true) or not (false). Default value is false. |
| Title | String | The title or name given to the attachment. |
| Description | String | A detailed explanation or context about the attachment. |
| ErrorStatusCode | String | An error code that represents any issue that occurred during the attachment process. |
| ErrorStatusMessage | String | A textual message describing the error, if any, that occurred during the attachment process. |
| CreatedBy | String | The user who created the entry in the PackingUnitsattachments table. |
| CreationDate | Datetime | The date and time when the attachment record was created. |
| FileContents | String | The actual content of the file in a textual format, if applicable. |
| ExpirationDate | Datetime | The date when the content in the attachment is no longer valid or expires. |
| LastUpdatedByUserName | String | The username of the individual who last updated the attachment record. |
| CreatedByUserName | String | The username of the individual who created the attachment record. |
| AsyncTrackerId | String | An identifier used for tracking the asynchronous process during file uploads in the Attachment UI. |
| FileWebImage | String | An image representation of the attachment, if relevant, displayed on the web interface. |
| DownloadInfo | String | A JSON string that contains the necessary data to retrieve large file attachments programmatically. |
| PostProcessingAction | String | The name of a specific action to be executed after an attachment has been uploaded. |
| Finder | String | A reference or identifier for searching and locating attachments in the PackingUnitsattachments table. |
| PackingUnitId | Long | A unique identifier for the packing unit related to the attachment in the PackingUnitsattachments table. |
| PPackingUnit | String | The packing unit, represented as a string, associated with the attachment. |