OKC_XPRT_QUESTION_VALS_H

Contract Expert questions response values provided in business documents.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OKC_XPRT_QUESTION_VALS_H_PK

QUESTION_VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
QUESTION_VALUE_ID NUMBER Yes QUESTION_VALUE_ID
DOCUMENT_ID NUMBER Yes Business document header id. Foreign key to various business document header tables
DOCUMENT_TYPE VARCHAR2 40 Yes Business document type. Foreign key to okc_bus_doc_types_b
QUESTION_ID NUMBER Yes Foreign key to okc_xprt_questions_b
RESPONSE_VALUE VARCHAR2 100 Value used. Based on Question type it can come for a value set or can be numeric value
RESPONSE_TEXT CLOB Text Response which comes from RTE.
VERSION_TYPE VARCHAR2 1 Yes Indicates the Type of Version
MAJOR_VERSION_NUMBER NUMBER Yes Indicates the Version Number
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
OKC_XPRT_QUESTION_VALS_H okc_xprt_questions_b QUESTION_ID

Indexes

Index Uniqueness Tablespace Columns
OKC_XPRT_QUESTION_VALS_H_N1 Non Unique Default DOCUMENT_ID, DOCUMENT_TYPE, MAJOR_VERSION_NUMBER, VERSION_TYPE
OKC_XPRT_QUESTION_VALS_H_U1 Unique Default QUESTION_VALUE_ID