Search Results okc_rep_imp_risks_t
Overview
The table OKC.OKC_REP_IMP_RISKS_T is a Contracts Core (OKC) repository object that stores risk-line information associated with contract records processed through the Oracle EBS contract import (repository import) framework. It belongs to the OKC schema and is classified as VALID in both Oracle EBS 12.1.1 and 12.2.2. The table captures the risk events, probability ratings, impact assessments, and occurrence indicators recorded against each imported contract, supporting downstream contract risk analysis and reporting.
From a Data Vault modeling perspective, the heuristic classification derived from the foreign key structure identifies this table as standalone. No parent-child hierarchy beyond its two outbound references is documented, suggesting that the object is best modeled as an independent entity or a link-style association between imported contracts and risk events, rather than as a pure hub or satellite. This classification is a modeling suggestion only; the physical table is a standard relational structure with 22 documented columns.
Key Information Stored
The table maintains a surrogate primary key, IMP_RISK_ID, which is also the sole business-key candidate, enforced by the unique index OKC_REP_IMP_RISKS_T_U1. The most significant columns include:
IMP_CONTRACT_ID— foreign key toOKC_REP_IMP_CONTRACTS_T, linking each risk line to its parent imported contract.RISK_EVENT_ID— foreign key toOKC_RISK_EVENTS_B, tying the row to the master risk event definition.RISK_INDEX— ordinal position of the risk within the contract.RISK_EVENT_TXT— free-text description of the risk event.PROBABILITY_TXTandPROBABILITY_CODE— the probability assessment in display and coded form.RISK_IMPACT_TXTandRISK_IMPACT_CODE— the impact assessment in display and coded form.RISK_COMMENTS— additional narrative remarks.RISK_OCCURED_YNandRISK_OCCURENCE_DATE— whether the risk materialized and when.BUSINESS_DOCUMENT_TYPE,BUSINESS_DOCUMENT_ID,BUSINESS_DOCUMENT_VERSION— business document context for the risk record.- Concurrent-program audit columns:
PROGRAM_ID,PROGRAM_LOGIN_ID,PROGRAM_APPLICATION_ID,REQUEST_ID,RUN_ID.
Common Use Cases and Queries
Typical usage centers on reviewing risks imported with contracts and validating import completeness. A representative query joining to the parent contract table is:
SELECT r.IMP_RISK_ID, r.IMP_CONTRACT_ID, r.RISK_EVENT_TXT, r.PROBABILITY_CODE, r.RISK_IMPACT_CODE FROM OKC.OKC_REP_IMP_RISKS_T r WHERE r.IMP_CONTRACT_ID = :contract_id;- Risk-event reconciliation: join to
OKC_RISK_EVENTS_BonRISK_EVENT_IDto resolve master event attributes. - Concurrent-program traceability: filter by
REQUEST_IDorRUN_IDto audit import runs. - Reporting on realized risks using
RISK_OCCURED_YNandRISK_OCCURENCE_DATE. - Duplicate detection across
BUSINESS_DOCUMENT_IDandRISK_INDEXcombinations.
Related Objects
The following objects are the most significant for navigation and joins:
OKC_REP_IMP_CONTRACTS_T— parent contract import table; join onIMP_CONTRACT_ID.OKC_RISK_EVENTS_B— master risk event definitions; join onRISK_EVENT_ID.OKC_REP_IMP_RISKS_T_U1— unique index supporting the primary key.- OKC contract import concurrent programs and repository APIs that populate this table during contract import.
- OKC risk management views and business logic that consume the risk attributes stored here.
-
Table: OKC_REP_IMP_RISKS_T
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REP_IMP_RISKS_T, object_name:OKC_REP_IMP_RISKS_T, status:VALID, product: OKC - Contracts Core , implementation_dba_data: OKC.OKC_REP_IMP_RISKS_T ,
-
VIEW: OKC.OKC_REP_IMP_RISKS_T#
12.2.2
owner:OKC, object_type:VIEW, object_name:OKC_REP_IMP_RISKS_T#, status:VALID,
-
SYNONYM: APPS.OKC_REP_IMP_RISKS_T
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_REP_IMP_RISKS_T, status:VALID,
-
VIEW: OKC.OKC_REP_IMP_RISKS_T#
12.2.2
-
TABLE: OKC.OKC_REP_IMP_RISKS_T
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_REP_IMP_RISKS_T, object_name:OKC_REP_IMP_RISKS_T, status:VALID,
-
PACKAGE: APPS.OKC_IMP_RECORD_TYPES
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKC_IMP_RECORD_TYPES, status:VALID,
-
PACKAGE BODY: APPS.OKC_REP_CONTRACT_IMP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_REP_CONTRACT_IMP_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_REP_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_REP_UTIL_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.OKC_REP_UTIL_PVT SQL Statements
12.2.2
-
APPS.OKC_REP_CONTRACT_IMP_PVT SQL Statements
12.2.2
-
APPS.OKC_IMP_RECORD_TYPES dependencies on OKC_REP_IMP_RISKS_T
12.2.2
-
APPS.OKC_REP_CONTRACT_IMP_PVT dependencies on OKC_REP_IMP_RISKS_T
12.2.2
-
APPS.OKC_REP_UTIL_PVT dependencies on OKC_REP_IMP_RISKS_T
12.2.2
-
APPS.OKC_REP_CONTRACT_IMP_PVT dependencies on OKC_DEBUG
12.2.2
-
APPS.OKC_REP_CONTRACT_IMP_PVT dependencies on OKC_REP_IMP_CONTACTS_T
12.2.2
-
PACKAGE BODY: APPS.OKC_REP_CONTRACT_IMP_PVT
12.2.2
-
APPS.OKC_REP_CONTRACT_IMP_PVT dependencies on OKC_REP_IMP_DOCUMENTS_T
12.2.2
-
APPS.OKC_REP_CONTRACT_IMP_PVT dependencies on OKC_REP_IMP_CONTRACTS_T
12.2.2
-
PACKAGE: APPS.OKC_REP_UTIL_PVT
12.2.2
-
PACKAGE BODY: APPS.OKC_REP_UTIL_PVT
12.2.2
-
APPS.OKC_REP_UTIL_PVT dependencies on FND_GLOBAL
12.2.2
-
eTRM - OKC Tables and Views
12.2.2
description: Intersection entity between rules and templates ,
-
12.2.2 DBA Data
12.2.2
-
APPS.OKC_REP_UTIL_PVT dependencies on FND_API
12.2.2
-
eTRM - OKC Tables and Views
12.2.2
description: Intersection entity between rules and templates ,