EDR_FILES

Stores reference to the files, along with their versions. These files are further used as templates for the creation of e-records in the e-signature flow.

Details

  • Schema: FUSION

  • Object owner: EDR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EDR_FILES_PK

FILE_ID

Columns

Name Datatype Length Precision Not-null Comments
FILE_ID NUMBER 18 Yes Unique surrogate key identifying the uploaded template file for electronic record.
FILE_NAME VARCHAR2 300 Yes File Name of the file having the appended version number.
ORIGINAL_FILE_NAME VARCHAR2 255 Yes File Name of the file as uploaded by the user.
VERSION_LABEL VARCHAR2 15 Yes Version label specified by the user.
CATEGORY_ID NUMBER 18 Yes Specifies the type or category of the uploaded file.
CONTENT_TYPE VARCHAR2 255 Yes Content type as specified during the uploading process. This string is an unparsed entity-header for the entity Content-Type.
FILE_FORMAT VARCHAR2 10 Yes Indicates whether the uploaded file is in a binary or text format, helping to identify the file?s data structure.
STATUS VARCHAR2 1 Approval status of the file. Can be Approved, Rejected, etc.
VERSION_NUMBER NUMBER 9 Yes Internal version number, which is a running number.
FND_DOCUMENT_ID NUMBER 18 Yes Document Identifier in the FND schema corresponding to this file.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.

Indexes

Index Uniqueness Tablespace Columns
EDR_FILES_N01 Non Unique Default STATUS
EDR_FILES_U01 Unique Default FILE_ID
EDR_FILES_U02 Unique Default FILE_NAME, CATEGORY_ID