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_ |
LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 | 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 | Who column: indicates the date and time of the creation of the row. | |||
CREATED_BY | VARCHAR2 | 64 | 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 | Who column: indicates the session login associated to the user who last updated the row. | ||
AUDIT_ACTION_TYPE_ | VARCHAR2 | 10 | Action Type - have values like INSERT, UPDATE and DELETE. | ||
AUDIT_CHANGE_BIT_MAP_ | VARCHAR2 | 1000 | Used to store a bit map of 1s and 0s for each column in the table. | ||
AUDIT_IMPERSONATOR_ | VARCHAR2 | 64 | Original Impersonator User. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FND_DOC_POST_RENDITIONS_N1_ | Non Unique | Default | DOCUMENT_ID, RENDITION_NAME, LAST_UPDATE_DATE, LAST_UPDATED_BY |