Search Results okc_k_headers_tl
The OKC_K_HEADERS_TL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Oracle Contracts Core module, which facilitates the management of contractual agreements within the Oracle ecosystem. This table is part of the Oracle Contracts (OKC) schema and serves as a translation table for the OKC_K_HEADERS_B
base table, storing multilingual text for contract headers. Below is a detailed breakdown of its structure, functionality, and significance in Oracle EBS.
Table Overview
OKC_K_HEADERS_TL
is a Translation (TL) table, meaning it stores language-specific data for the contract headers defined in OKC_K_HEADERS_B
. It supports multilingual implementations by allowing the same contract header to be displayed in multiple languages, depending on the user's session settings. This is particularly useful for global organizations operating in diverse linguistic environments.
Key Columns
The table includes several important columns:
- ID: The primary key, which corresponds to the
ID
column inOKC_K_HEADERS_B
. - LANGUAGE: Stores the language code (e.g., 'US' for American English, 'FR' for French) for the translated text.
- SOURCE_LANG: Indicates the original language of the record, useful for tracking translations.
- SHORT_DESCRIPTION: A brief description of the contract header in the specified language.
- DESCRIPTION: A detailed description of the contract header in the specified language.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN: Standard Oracle audit columns tracking who created or modified the record and when.
Relationship with Base Table
OKC_K_HEADERS_TL
is tightly coupled with OKC_K_HEADERS_B
, which stores the core contract header information (e.g., contract number, start/end dates, status). The ID
column in both tables establishes a foreign key relationship, ensuring data integrity. When a contract header is created or updated, corresponding entries in the TL table are generated or modified to reflect translations.
Functional Significance
In Oracle Contracts, the header represents the foundational metadata of a contract, and its descriptions are often displayed in user interfaces, reports, and integrations. The TL table ensures that these descriptions are accessible in the user's preferred language, enhancing usability and compliance with regional requirements. For example, a contract negotiated in English might need to be reviewed by a French-speaking stakeholder, and the TL table enables this without duplicating the core contract data.
Technical Considerations
- Multi-Language Support (MLS): The table leverages Oracle's MLS architecture, which dynamically serves translated content based on the
NLS_LANGUAGE
parameter in user sessions. - Indexing: Typically indexed on
ID
andLANGUAGE
for efficient querying. - Seed Data: Oracle provides seed data for default languages, but custom translations must be manually added or imported.
Integration and Customization
The table is referenced by Oracle Contracts' APIs and user interfaces. Customizations involving contract descriptions (e.g., adding new fields or modifying existing ones) must account for translations by extending the TL table or its associated logic. Reports or integrations pulling contract data should join OKC_K_HEADERS_B
with OKC_K_HEADERS_TL
and filter by LANGUAGE
to ensure accurate results.
Conclusion
OKC_K_HEADERS_TL
is a vital element in Oracle EBS Contracts, enabling multilingual support for contract headers. Its design aligns with Oracle's global data model, ensuring seamless localization while maintaining referential integrity with the base table. Understanding its structure and role is essential for implementing, customizing, or troubleshooting Oracle Contracts in multinational deployments.
-
Table: OKC_K_HEADERS_TL
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_HEADERS_TL, object_name:OKC_K_HEADERS_TL, status:VALID, product: OKC - Contracts Core , description: Translatable columns from OKC_K_HEADERS_B, as per MLS standards. , implementation_dba_data: OKC.OKC_K_HEADERS_TL ,
-
Table: OKC_K_HEADERS_TL
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_HEADERS_TL, object_name:OKC_K_HEADERS_TL, status:VALID, product: OKC - Contracts Core , description: Translatable columns from OKC_K_HEADERS_B, as per MLS standards. , implementation_dba_data: OKC.OKC_K_HEADERS_TL ,
-
View: OKC_LAUNCH_HISTORY_GRID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_LAUNCH_HISTORY_GRID_V, object_name:OKC_LAUNCH_HISTORY_GRID_V, status:VALID, product: OKC - Contracts Core , description: View for Launchpad History Tab , implementation_dba_data: APPS.OKC_LAUNCH_HISTORY_GRID_V ,
-
View: OKC_LAUNCH_HISTORY_GRID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_LAUNCH_HISTORY_GRID_V, object_name:OKC_LAUNCH_HISTORY_GRID_V, status:VALID, product: OKC - Contracts Core , description: View for Launchpad History Tab , implementation_dba_data: APPS.OKC_LAUNCH_HISTORY_GRID_V ,
-
Table: OKC_K_HEADERS_TLH
12.2.2
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_HEADERS_TLH, object_name:OKC_K_HEADERS_TLH, status:VALID, product: OKC - Contracts Core , description: This is a mirror image of base table OKC_K_HEADERS_TL, please refer to the base table for detailed column level information. , implementation_dba_data: OKC.OKC_K_HEADERS_TLH ,
-
Table: OKC_K_HEADERS_TLH
12.1.1
owner:OKC, object_type:TABLE, fnd_design_data:OKC.OKC_K_HEADERS_TLH, object_name:OKC_K_HEADERS_TLH, status:VALID, product: OKC - Contracts Core , description: History table for OKC_K_HEADERS_TL. , implementation_dba_data: OKC.OKC_K_HEADERS_TLH ,
-
View: OKC_USER_BINS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_USER_BINS_V, object_name:OKC_USER_BINS_V, status:VALID, product: OKC - Contracts Core , description: View for Table OKC_USER_BINS , implementation_dba_data: APPS.OKC_USER_BINS_V ,
-
View: OKC_USER_BINS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_USER_BINS_V, object_name:OKC_USER_BINS_V, status:VALID, product: OKC - Contracts Core , description: View for Table OKC_USER_BINS , implementation_dba_data: APPS.OKC_USER_BINS_V ,
-
View: OKC_KSRCH_REPORT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_KSRCH_REPORT_V, object_name:OKC_KSRCH_REPORT_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_KSRCH_REPORT_V ,
-
View: OKC_KSRCH_REPORT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_KSRCH_REPORT_V, object_name:OKC_KSRCH_REPORT_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_KSRCH_REPORT_V ,
-
View: OKC_LAUNCH_KGRID_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_LAUNCH_KGRID_V, object_name:OKC_LAUNCH_KGRID_V, status:VALID, product: OKC - Contracts Core , description: View for Main Launchpad Grid , implementation_dba_data: APPS.OKC_LAUNCH_KGRID_V ,
-
View: OKC_LAUNCH_KGRID_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_LAUNCH_KGRID_V, object_name:OKC_LAUNCH_KGRID_V, status:VALID, product: OKC - Contracts Core , description: View for Main Launchpad Grid , implementation_dba_data: APPS.OKC_LAUNCH_KGRID_V ,
-
View: OKC_K_HDR_AGREEDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_HDR_AGREEDS_V, object_name:OKC_K_HDR_AGREEDS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTRACT_HEADERS_B , implementation_dba_data: APPS.OKC_K_HDR_AGREEDS_V ,
-
View: OKC_EBIZ_KHEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_EBIZ_KHEADERS_V, object_name:OKC_EBIZ_KHEADERS_V, status:VALID, product: OKC - Contracts Core , description: Find grid for eBusiness Integration , implementation_dba_data: APPS.OKC_EBIZ_KHEADERS_V ,
-
View: OKC_K_HDR_AGREEDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_HDR_AGREEDS_V, object_name:OKC_K_HDR_AGREEDS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTRACT_HEADERS_B , implementation_dba_data: APPS.OKC_K_HDR_AGREEDS_V ,
-
View: OKC_EBIZ_KHEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_EBIZ_KHEADERS_V, object_name:OKC_EBIZ_KHEADERS_V, status:VALID, product: OKC - Contracts Core , description: Find grid for eBusiness Integration , implementation_dba_data: APPS.OKC_EBIZ_KHEADERS_V ,
-
View: OKC_KOL_SEARCH_KHEADERS_V
12.1.1
product: OKC - Contracts Core , description: Displays all the contracts, with their respective status, category, primary party name and role, and attached documents. Only contracts belonging to Contracts Core (OKC), Sales Contracts (OKO) and Contracts for Procurement (OKP) should be s , implementation_dba_data: Not implemented in this database ,
-
View: OKC_KOL_SEARCH_KHEADERS_V
12.2.2
product: OKC - Contracts Core , description: Displays all the contracts, with their respective status, category, primary party name and role, and attached documents. Only contracts belonging to Contracts Core (OKC), Sales Contracts (OKO) and Contracts for Procurement (OKP) should be s , implementation_dba_data: Not implemented in this database ,
-
View: OKC_SEARCH_KHEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_SEARCH_KHEADERS_V, object_name:OKC_SEARCH_KHEADERS_V, status:VALID, product: OKC - Contracts Core , description: Find grid for Contract Search Screen , implementation_dba_data: APPS.OKC_SEARCH_KHEADERS_V ,
-
View: OKC_SEARCH_KHEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_SEARCH_KHEADERS_V, object_name:OKC_SEARCH_KHEADERS_V, status:VALID, product: OKC - Contracts Core , description: Find grid for Contract Search Screen , implementation_dba_data: APPS.OKC_SEARCH_KHEADERS_V ,
-
View: OKC_GOVERNING_CONTRACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_GOVERNING_CONTRACT_V, object_name:OKC_GOVERNING_CONTRACT_V, status:VALID, product: OKC - Contracts Core , description: This view contains the hierarchy of the sales contracts. This view has been obsoleted , implementation_dba_data: APPS.OKC_GOVERNING_CONTRACT_V ,
-
View: OKC_GOVERNING_CONTRACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_GOVERNING_CONTRACT_V, object_name:OKC_GOVERNING_CONTRACT_V, status:VALID, product: OKC - Contracts Core , description: This view contains the hierarchy of the sales contracts. This view has been obsoleted , implementation_dba_data: APPS.OKC_GOVERNING_CONTRACT_V ,
-
View: OKC_K_HEADERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_HEADERS_ALL_V, object_name:OKC_K_HEADERS_ALL_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_K_HEADERS_ALL_V ,
-
View: OKC_K_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_HEADERS_V, object_name:OKC_K_HEADERS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTRACT_HEADERS_B , implementation_dba_data: APPS.OKC_K_HEADERS_V ,
-
View: OKC_K_HEADERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_HEADERS_ALL_V, object_name:OKC_K_HEADERS_ALL_V, status:VALID, product: OKC - Contracts Core , implementation_dba_data: APPS.OKC_K_HEADERS_ALL_V ,
-
View: OKC_K_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKC_K_HEADERS_V, object_name:OKC_K_HEADERS_V, status:VALID, product: OKC - Contracts Core , description: View for table OKC_CONTRACT_HEADERS_B , implementation_dba_data: APPS.OKC_K_HEADERS_V ,
-
View: OKC_KOL_CREATE_K_HDR_V
12.1.1
product: OKC - Contracts Core , description: View for table OKC_CONTRACT_HEADERS_B , implementation_dba_data: Not implemented in this database ,
-
View: OKC_KOL_CREATE_K_HDR_V
12.2.2
product: OKC - Contracts Core , description: View for table OKC_CONTRACT_HEADERS_B , implementation_dba_data: Not implemented in this database ,