OKC_REVIEW_VAR_VALUES

This table is used to store variable values during upload from word document.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

OKC_REVIEW_VAR_VALUES_PK

REVIEW_VAR_VALUES_ID

Columns

Name Datatype Length Precision Not-null Comments
REVIEW_VAR_VALUES_ID NUMBER 18 Yes Primary Key of the OKC_REVIEW_VAR_VALUES
REVIEW_UPLD_TERMS_ID NUMBER Foreign key to OKC_REVIEW_UPLD_TERMS
VARIABLE_NAME VARCHAR2 150 Variable Name for the Clause referred to using review_upld_terms_id
VARIABLE_LANGUAGE VARCHAR2 4 Language in which User uploaded the document
VARIABLE_CODE VARCHAR2 30 This shows the Variable Code used in the document
VARIABLE_TYPE VARCHAR2 1 This shows the type of the variable. The valid values are S=System, U=User Defined, T=Table, D=Deliverable.
ATTRIBUTE_VALUE_SET_ID NUMBER This defines the Value Set of the user-defined variable value.
VARIABLE_VALUE_ID VARCHAR2 40 Id of the Value chosen for that variable in the document. It applies only for LOVs,Choice Lists.
VARIABLE_VALUE VARCHAR2 2000 Variable Value chosen for that variable in the document. It applied to free format variable values.
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.
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.
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.
CHANGED VARCHAR2 1 This flag is used to track if a variable value was changed during upload.
OLD_REVIEW_UPLD_TERMS_ID NUMBER It stores the original id of the review terms before Merge.
ACTION VARCHAR2 30 It stores the action performed on the variable during terms upload. Possible values are "UPDATED", "DELETED","ADDED".
EXTERNAL_YN VARCHAR2 1 This flag indicates if the variable value can be edited by external party like supplier etc.

Foreign Keys

Table Foreign Table Foreign Key Column
OKC_REVIEW_VAR_VALUES okc_review_upld_terms REVIEW_UPLD_TERMS_ID

Indexes

Index Uniqueness Tablespace Columns
OKC_REVIEW_VAR_VALUES_N1 Non Unique Default VARIABLE_CODE
OKC_REVIEW_VAR_VALUES_N2 Non Unique Default REVIEW_UPLD_TERMS_ID
OKC_REVIEW_VAR_VALUES_U1 Unique Default REVIEW_VAR_VALUES_ID