Search Results okc_governances
Overview
OKC.OKC_GOVERNANCES is an intersection entity within the Oracle Contracts Core (OKC) module, introduced to model governance relationships between contract headers and contract lines in Oracle E-Business Suite 12.1.1 and 12.2.2. The object carries a heuristic Data Vault classification of link, indicating that it primarily resolves many-to-many associations between business entities rather than acting as a hub or satellite. In practice, this table records the governance linkage that binds a governing contract (or a governing line) to a governed contract (or governed line), enabling hierarchical and cross-referencing contract structures such as master agreements, sub-agreements, and referring clauses. The table is owned by the OKC schema and is currently VALID in the data dictionary.
Key Information Stored
The table contains fifteen documented columns. The most significant are summarized below:
- ID – Surrogate primary key, enforced by unique index
OKC_GOVERNANCES_U1and theOKC_GOVERNANCES_PKconstraint. - CHR_ID and CLE_ID – Foreign keys to
OKC_K_HEADERS_BandOKC_K_LINES_Brespectively, identifying the governing contract header and line. Together withCHR_ID, CLE_ID, these form the business-key candidateGVE_GVE_2_UK. - CHR_ID_REFERRED and CLE_ID_REFERRED – Foreign keys to
OKC_K_HEADERS_BandOKC_K_LINES_B, identifying the governed (referred) contract header and line. - DNZ_CHR_ID – Denormalized contract header identifier used to optimize query performance for header-level governance lookups.
- ISA_AGREEMENT_ID – Associates the governance row with an ISA (Internal Sales Agreement) context where applicable.
- COPIED_ONLY_YN – Flag indicating whether the governance record exists only as a copy artifact during contract duplication.
- OBJECT_VERSION_NUMBER – Optimistic locking column used by the Oracle Application Framework (OAF) to detect concurrent updates.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN – Standard WHO audit columns.
- SECURITY_GROUP_ID – Foreign key to
FND_SECURITY_GROUPS, supporting Multi-Org Access Control (MOAC) and data security partitioning.
Common Use Cases and Queries
Typical usage includes identifying all governance relationships for a given contract, tracing the chain of governing agreements, and reporting on master–sub agreement hierarchies. A representative query extracts all governance pairs for a contract header:
SELECT g.ID, g.CHR_ID, g.CLE_ID, g.CHR_ID_REFERRED, g.CLE_ID_REFERRED FROM OKC.OKC_GOVERNANCES g WHERE g.CHR_ID = :header_id;- Reporting on referred agreements: join
OKC_K_HEADERS_Btwice, once onCHR_IDand again onCHR_ID_REFERRED, to display governing and governed contract numbers side by side. - Audit and duplicate detection: filter on
COPIED_ONLY_YN = 'N'to exclude copy artifacts from operational reports. - Security-scoped extraction: constrain by
SECURITY_GROUP_IDto satisfy MOAC policies in multi-org deployments.
Because of the dual foreign keys to both headers and lines, API-driven maintenance (for example through the Contracts Core PL/SQL APIs that manage governance) is preferred over direct DML to preserve the integrity of the header/line pairings.
Related Objects
The following objects are the most significant dependencies for OKC_GOVERNANCES:
- OKC_K_HEADERS_B – Referenced through
CHR_IDandCHR_ID_REFERRED; provides governing and governed contract headers. - OKC_K_LINES_B – Referenced through
CLE_IDandCLE_ID_REFERRED; provides governing and governed contract lines. - FND_SECURITY_GROUPS – Referenced through
SECURITY_GROUP_IDfor MOAC enforcement. - OKC_K_HEADERS_TL and OKC_K_LINES_TL – Translation tables used alongside the base tables for descriptive reporting.
- OKC_CONTRACT_UTILS and the Contracts Core PL/SQL APIs – Inclusive procedural layer that maintains governance records during contract creation, copy, and amendment.
-
Table: OKC_GOVERNANCES
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_GOVERNANCES, object_name:OKC_GOVERNANCES, status:VALID, product: OKC - Contracts Core , description: Intersection entity. , implementation_dba_data: OKC.OKC_GOVERNANCES ,
-
Table: OKC_GOVERNANCES
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_GOVERNANCES, object_name:OKC_GOVERNANCES, status:VALID, product: OKC - Contracts Core , description: Intersection entity. , implementation_dba_data: OKC.OKC_GOVERNANCES ,
-
VIEW: OKC.OKC_GOVERNANCES#
12.2.2
owner:OKC, object_type:VIEW, object_name:OKC_GOVERNANCES#, status:VALID,
-
VIEW: APPS.OKC_GOVERNANCES_V
12.2.2
-
View: OKC_GOVERNANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_GOVERNANCES_V, object_name:OKC_GOVERNANCES_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_GOVERNANCES , implementation_dba_data: APPS.OKC_GOVERNANCES_V ,
-
View: OKC_GOVERNANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_GOVERNANCES_V, object_name:OKC_GOVERNANCES_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_GOVERNANCES , implementation_dba_data: APPS.OKC_GOVERNANCES_V ,
-
VIEW: APPS.OKC_GOVERNANCES_V
12.1.1
-
VIEW: APPS.OKL_FUNDING_CRD_CHECKLISTS_UV
12.1.1
-
APPS.OKC_GVE_PVT SQL Statements
12.2.2
-
VIEW: APPS.OKL_FUNDING_CRD_CHECKLISTS_UV
12.2.2
-
VIEW: OKC.OKC_GOVERNANCES#
12.2.2
-
APPS.OKC_GVE_PVT SQL Statements
12.1.1
-
VIEW: APPS.OKI_HPRICE_DTL_V
12.1.1
-
SYNONYM: APPS.OKC_GOVERNANCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_GOVERNANCES, status:VALID,
-
SYNONYM: APPS.OKC_GOVERNANCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_GOVERNANCES, status:VALID,
-
APPS.OKL_LA_VALIDATION_UTIL_PVT SQL Statements
12.2.2
-
APPS.OKL_LA_VALIDATION_UTIL_PVT SQL Statements
12.1.1
-
Table: OKC_K_HEADERS_B
12.1.1
product: OKC - Contracts Core , description: Stores header level attributes of a Contract. It groups all the lines and terms and conditions of a contract. , implementation_dba_data: Not implemented in this database ,
-
Table: OKC_GOVERNANCES_H
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_GOVERNANCES_H, object_name:OKC_GOVERNANCES_H, status:VALID, product: OKC - Contracts Core , description: History Table for table OKC_GOVERNANCES , implementation_dba_data: OKC.OKC_GOVERNANCES_H ,
-
Table: OKC_K_HEADERS_B
12.2.2
product: OKC - Contracts Core , description: Stores header level attributes of a Contract. It groups all the lines and terms and conditions of a contract. , implementation_dba_data: Not implemented in this database ,
-
Table: OKC_GOVERNANCES_H
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_GOVERNANCES_H, object_name:OKC_GOVERNANCES_H, status:VALID, product: OKC - Contracts Core , description: History Table for table OKC_GOVERNANCES , implementation_dba_data: OKC.OKC_GOVERNANCES_H ,
-
Table: OKC_K_LINES_B
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_LINES_B, object_name:OKC_K_LINES_B, status:VALID, product: OKC - Contracts Core , description: Deliverable ITEMS grouped into a logical set usually defined by unitary price, delivery or some other classification. , implementation_dba_data: OKC.OKC_K_LINES_B ,
-
Table: OKC_K_LINES_B
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_LINES_B, object_name:OKC_K_LINES_B, status:VALID, product: OKC - Contracts Core , description: Deliverable ITEMS grouped into a logical set usually defined by unitary price, delivery or some other classification. , implementation_dba_data: OKC.OKC_K_LINES_B ,
-
TABLE: OKC.OKC_GOVERNANCES
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_GOVERNANCES, object_name:OKC_GOVERNANCES, status:VALID,
-
TABLE: OKC.OKC_GOVERNANCES
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_GOVERNANCES, object_name:OKC_GOVERNANCES, status:VALID,
-
VIEW: APPS.OKL_SO_QUOTE_DTLS_UV
12.1.1
-
VIEW: APPS.OKL_SO_QUOTE_DTLS_UV
12.2.2
-
View: OKL_FUNDING_CRD_CHECKLISTS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_FUNDING_CRD_CHECKLISTS_UV, object_name:OKL_FUNDING_CRD_CHECKLISTS_UV, status:VALID, product: OKL - Leasing and Finance Management , description: OKL Funding Credit Checklist UI View , implementation_dba_data: APPS.OKL_FUNDING_CRD_CHECKLISTS_UV ,
-
View: OKL_FUNDING_CRD_CHECKLISTS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_FUNDING_CRD_CHECKLISTS_UV, object_name:OKL_FUNDING_CRD_CHECKLISTS_UV, status:VALID, product: OKL - Lease and Finance Management , description: OKL Funding Credit Checklist UI View , implementation_dba_data: APPS.OKL_FUNDING_CRD_CHECKLISTS_UV ,
-
PACKAGE BODY: APPS.OKS_ENT_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_ENT_UTIL_PVT, status:VALID,
-
View: OKC_GOVERNANCES_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_GOVERNANCES_HV, object_name:OKC_GOVERNANCES_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_GOVERNANCES. , implementation_dba_data: APPS.OKC_GOVERNANCES_HV ,
-
View: OKC_GOVERNANCES_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_GOVERNANCES_HV, object_name:OKC_GOVERNANCES_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKC_GOVERNANCES. , implementation_dba_data: APPS.OKC_GOVERNANCES_HV ,
-
PACKAGE BODY: APPS.OKS_ENT_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_ENT_UTIL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKS_IMPORT_INSERT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_IMPORT_INSERT, status:VALID,
-
PACKAGE BODY: APPS.OKL_BILLING_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_BILLING_UTIL_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKS_IMPORT_INSERT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_IMPORT_INSERT, status:VALID,
-
PACKAGE BODY: APPS.OKL_PA_DATA_INTEGRITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PA_DATA_INTEGRITY, status:VALID,
-
PACKAGE BODY: APPS.OKL_PA_DATA_INTEGRITY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_PA_DATA_INTEGRITY, status:VALID,
-
PACKAGE BODY: APPS.OKC_GVE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_GVE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_GVE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_GVE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKI_REFRESH_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKI_REFRESH_PVT, status:VALID,
-
VIEW: APPS.OKI_HPRICE_DTL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:OKI_HPRICE_DTL_V, status:VALID,
-
VIEW: APPS.OKS_CONTRACT_UPD_DTLS_V
12.1.1
-
PACKAGE BODY: APPS.OKS_IMPORT_TEST_INSERT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_IMPORT_TEST_INSERT, status:VALID,
-
PACKAGE BODY: APPS.OKS_IMPORT_TEST_INSERT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_IMPORT_TEST_INSERT, status:VALID,
-
PACKAGE BODY: APPS.OKL_LA_VALIDATION_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_LA_VALIDATION_UTIL_PVT, status:VALID,
-
PACKAGE: APPS.OKC_GVE_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKC_GVE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_VP_COPY_CONTRACT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_VP_COPY_CONTRACT_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_PRICE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_PRICE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKC_PRICE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKC_PRICE_PVT, status:VALID,