Search Results okc_k_headers_tl
Overview
The table OKC_K_HEADERS_TL is a core translation table within the Oracle E-Business Suite Contracts Core (OKC) module for versions 12.1.1 and 12.2.2. As indicated by its name suffix '_TL', it follows the standard Oracle Multi-Language Support (MLS) architecture. Its primary role is to store the language-specific, translatable text for contract headers, which are primarily defined in the base table OKC_K_HEADERS_B. This separation allows a single contract header record in the base table to support multiple language translations for its descriptive attributes, enabling global deployment and localization of contract management data.
Key Information Stored
The table holds translated versions of textual columns from the associated base table. While the specific column list is not detailed in the provided metadata, standard '_TL' table design dictates it will contain at minimum a primary key composed of the record's unique identifier (the ID, which corresponds to the primary key from OKC_K_HEADERS_B) and the LANGUAGE code (e.g., 'US', 'DE', 'JA'). Other columns typically include translatable attributes such as the contract's short description, notes, or other user-facing text fields. The primary key constraint, OKC_K_HEADERS_TL_PK, enforces uniqueness on the combination of ID and LANGUAGE, ensuring only one translation per language exists for a given contract header.
Common Use Cases and Queries
This table is essential for any reporting or data extraction that must present contract header information in a user's session language. Applications and database views automatically join to this table using the session's language setting. Common operational queries include retrieving all translations for a specific contract or verifying the existence of a translation. A fundamental reporting pattern joins the base and translation tables:
SELECT b.contract_number, tl.short_description FROM okc_k_headers_b b, okc_k_headers_tl tl WHERE b.id = tl.id AND tl.language = USERENV('LANG');
Data migration or translation management scripts may also query this table to audit or populate translations for newly created contracts.
Related Objects
The table has a direct and mandatory relationship with its base table, OKC_K_HEADERS_B, which stores the non-translatable contract header information. The ID column in OKC_K_HEADERS_TL is a foreign key to the primary key of OKC_K_HEADERS_B. This table is also referenced by various Contracts Core application forms, reports, and public application programming interfaces (APIs) that manage contract data. Database views that present contract information for reporting will typically perform an outer join to OKC_K_HEADERS_TL based on the user's session language to ensure text is displayed correctly.
-
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 ,
-
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 ,
-
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.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.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.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.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.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_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_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_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_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_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.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_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 ,