OKC_CONTRACT_RISKS_H

Contract risks define the risks associated with a contract. This helps the Contract administrator to take appropriate decisions while doing renewals, creating new contracts for same customer etc. The risks are only defined at the header level.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

OKC_CONTRACT_RISKS_H_PK

ID, MAJOR_VERSION

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Contract risk identifier.
CHR_ID NUMBER 18 Yes Identifier of the contract.
MAJOR_VERSION NUMBER 18 Yes Major Version Number of the contract.
RISK_EVENT_ID NUMBER 18 Yes Identifier of the Risk Event. Business Document Type, Business Document Id and Risk Event Id, form the unique key of a contract risk record.
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.
PROBABILITY_CODE VARCHAR2 30 Risk probability code.
IMPACT_CODE VARCHAR2 30 Risk impact code.
RISK_OCCURRED_FLAG VARCHAR2 1 Y|N, defaults to N, indicates if the risk has occurred.
OCCURRENCE_DATE DATE Date this risk materialized. Cannot be a future date. Risk Occurred and Occurrence Date go together; one cannot be specified without the other.
COMMENTS VARCHAR2 2000 Free form text, non translatable.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
VERSION_TYPE VARCHAR2 1 Yes Version Type can have 3 values: Current, Amendment, and History. If the version type is not Current then no update is allowed on the entity.

Foreign Keys

Table Foreign Table Foreign Key Column
OKC_CONTRACT_RISKS_H okc_risk_events_b RISK_EVENT_ID
OKC_CONTRACT_RISKS_H okc_k_headers_all_b CHR_ID, MAJOR_VERSION

Indexes

Index Uniqueness Tablespace Columns
OKC_CONTRACT_RISKS_H_PK Unique Default ID, MAJOR_VERSION
OKC_CONTRACT_RISKS_H_U1 Unique Default CHR_ID, RISK_EVENT_ID, MAJOR_VERSION