OKC_RENEWAL_MATRIX_T

This table is used to store Contract Renewal Matrix

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OKC_RENEWAL_MATRIX_T_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Primary Key
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
SOURCE_CONTRACT_ID NUMBER 18 Source Contract Id
SOURCE_MAJOR_VERSION NUMBER 18 Source Contract Version
TEMPLATE_ID NUMBER 18 Template Id
RENEWAL_LEVEL VARCHAR2 30 Renewal Level
RENEWED_FROM VARCHAR2 30 Contract renewed from ie Manual, ess
RENEWAL_DURATION NUMBER 18 Renewal Duration for Manual Rewal
RENEWAL_DURATION_PERIOD VARCHAR2 30 Renewal Duration Period for Manual Renewal
TARGET_CONTRACT_NUMBER VARCHAR2 240 Target Contract Number for Manual Renewal
TARGET_CONTRACT_NUMBER_MOD VARCHAR2 120 Target Contract Number Modifier for Manuwal Renewal
LANGUAGE_CODE VARCHAR2 4 User language code
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.

Indexes

Index Uniqueness Tablespace Columns
OKC_RENEWAL_MATRIX_T_N1 Non Unique Default CREATION_DATE
OKC_RENEWAL_MATRIX_T_U1 Unique Default ID