FND_DOC_POST_RENDITIONS

New table tracking any artefacts that have been generated by the post processing that access could be requested for.

Details

  • Schema: ATTACHMENTS

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_DOC_POST_RENDITIONS_PK

DOCUMENT_ID, RENDITION_NAME

Columns

Name Datatype Length Precision Not-null Comments
DOCUMENT_ID NUMBER 18 Yes Unique Identifier for the Document.
RENDITION_NAME VARCHAR2 1024 Yes Unique name identifiying the rendition.
DM_REPOSITORY VARCHAR2 80 Yes Name of the repository that is providing file storage.
OBJECT_BUCKET VARCHAR2 256 The name of the bucket that stores the file in the Object Store.
OBJECT_NAME VARCHAR2 1024 Name of the file in the Object Store.
OBJECT_SIZE NUMBER 18 Size in bytes of the Object Store file.
OBJECT_CONTENT_TYPE VARCHAR2 257 Type of the file being uploaded, using the MIME type assigned.
FILE_NAME VARCHAR2 2048 Name of the file to use when downloading.
OBJECT_METADATA VARCHAR2 4000 Additional custom information required as part of an upload for a specific repository.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Yes Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FND_DOC_POST_RENDITIONS_U1 Unique Default DOCUMENT_ID, RENDITION_NAME