OKC_REVIEW_UPLD_HEADER

This table is used to store the header info during the upoload of Word document.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

OKC_REVIEW_UPLD_HEADER_PK

REVIEW_UPLD_HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments
REVIEW_UPLD_HEADER_ID NUMBER 18 Yes Primary Key for OKC_REVIEW_UPLD_HEADER
FILE_NAME VARCHAR2 256 File Name of the Uploaded document
FILE_CONTENT_TYPE VARCHAR2 256 File Content Type of the Uploaded document
FILE_DATA BLOB Contents of the Uploaded Document
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
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.
DOCUMENT_TYPE VARCHAR2 30 Document Type for which the document is uploaded
DOCUMENT_ID NUMBER Document Id for which the document is uploaded
NEW_CONTRACT_SOURCE VARCHAR2 30 The New Contract Source for which the document was uploaded for Sync
ENABLE_REPORTING_FLAG VARCHAR2 1 Was Enable Reporting chosen for this document. Applies only when New Contract Source is ATTACHED
FILE_DESCRIPTION VARCHAR2 255 Description of the Uploaded Document
MAJOR_VERSION NUMBER 18 Yes Major Version Number of the contract for which the document is loaded

Foreign Keys

Table Foreign Table Foreign Key Column
OKC_REVIEW_UPLD_HEADER okc_bus_doc_types_b DOCUMENT_TYPE

Indexes

Index Uniqueness Tablespace Columns
OKC_REVIEW_UPLD_HEADER_U1 Unique Default REVIEW_UPLD_HEADER_ID
OKC_REVIEW_UPLD_HEADER_U2 Unique Default DOCUMENT_TYPE, DOCUMENT_ID, MAJOR_VERSION