Search Results oke_priority_codes_tl
Overview
The OKE_PRIORITY_CODES_TL table is a core translation table within the Oracle E-Business Suite (EBS) Project Contracts (OKE) module. It stores the multi-lingual descriptions for contract priority ratings, which are used to classify the business importance or urgency of project contracts. As a Translation (TL) table, its primary role is to support the application's multi-language functionality, ensuring that priority names and descriptions are displayed in a user's preferred language. This object is essential for maintaining data integrity and user experience in global deployments of Oracle EBS versions 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to manage unique translated entries per language for each priority code. Based on the provided metadata, the critical columns and constraints include:
- PRIORITY_CODE: The unique identifier for the priority rating, serving as a foreign key to its base table. It is part of the primary key.
- LANGUAGE: The language code (e.g., 'US' for American English) for the translated text. Combined with PRIORITY_CODE, it forms the table's primary key (OKE_PRIORITY_CODES_TL_PK).
- PRIORITY_NAME: The translated name of the priority (e.g., "High," "Medium," "Low" in the specified language). A unique key (OKE_PRIORITY_CODES_TL_UK01) on PRIORITY_NAME and LANGUAGE prevents duplicate names within a language.
- Additional standard Translation table columns, typically present but not listed in the excerpt, would include SOURCE_LANG, DESCRIPTION, CREATION_DATE, and LAST_UPDATE_DATE, which manage the translation source and audit information.
Common Use Cases and Queries
This table is primarily accessed by the application runtime to display translated values on forms and reports. Common technical and reporting use cases include:
- Language-Sensitive Reporting: Generating contract listings or dashboards that show priority descriptions in a specific language for regional users.
- Data Validation and Setup: Queries to verify or audit translation completeness during implementation or migration. A sample query to check for all English translations would be:
SELECT priority_code, priority_name FROM oke_priority_codes_tl WHERE language = 'US'; - Integration: Providing translated values to external systems or business intelligence tools via joins through the priority code. A typical join to a contract header table would be:
SELECT kch.contract_number, tl.priority_name FROM oke_k_headers_all kch, oke_priority_codes_tl tl WHERE kch.priority_code = tl.priority_code AND tl.language = USERENV('LANG');
Related Objects
OKE_PRIORITY_CODES_TL is intrinsically linked to other key objects in the Project Contracts schema:
- OKE_PRIORITY_CODES_B: The base table that stores the non-translatable, code-level definition for contract priorities. The TL table joins to this via the PRIORITY_CODE column.
- OKE_K_HEADERS_ALL: The central contract headers table, which likely contains a PRIORITY_CODE column that references the definitions stored in this translation table.
- FND_LANGUAGES: A central Oracle Applications table that validates the LANGUAGE column entries.
- Various OKE forms, reports, and APIs (e.g., for contract creation or import) will internally reference this table to resolve and validate priority descriptions.
-
Table: OKE_PRIORITY_CODES_TL
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_PRIORITY_CODES_TL, object_name:OKE_PRIORITY_CODES_TL, status:VALID, product: OKE - Project Contracts , description: Contract priority rating multi-lingual information , implementation_dba_data: OKE.OKE_PRIORITY_CODES_TL ,
-
Table: OKE_PRIORITY_CODES_TL
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_PRIORITY_CODES_TL, object_name:OKE_PRIORITY_CODES_TL, status:VALID, product: OKE - Project Contracts , description: Contract priority rating multi-lingual information , implementation_dba_data: OKE.OKE_PRIORITY_CODES_TL ,
-
APPS.OKE_PRIORITY_CODES_PKG dependencies on OKE_PRIORITY_CODES_TL
12.2.2
-
APPS.OKE_PRIORITY_CODES_PKG dependencies on OKE_PRIORITY_CODES_TL
12.1.1
-
APPS.OKE_PRIORITY_CODES_PKG SQL Statements
12.1.1
-
APPS.OKE_PRIORITY_CODES_PKG SQL Statements
12.2.2
-
APPS.OKE_PRIORITY_CODES_PKG dependencies on FND_LANGUAGES
12.2.2
-
SYNONYM: APPS.OKE_PRIORITY_CODES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKE_PRIORITY_CODES_TL, status:VALID,
-
VIEW: OKE.OKE_PRIORITY_CODES_TL#
12.2.2
owner:OKE, object_type:VIEW, object_name:OKE_PRIORITY_CODES_TL#, status:VALID,
-
APPS.OKE_PRIORITY_CODES_PKG dependencies on FND_LANGUAGES
12.1.1
-
PACKAGE BODY: APPS.OKE_PRIORITY_CODES_PKG
12.1.1
-
SYNONYM: APPS.OKE_PRIORITY_CODES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKE_PRIORITY_CODES_TL, status:VALID,
-
TABLE: OKE.OKE_PRIORITY_CODES_TL
12.1.1
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_PRIORITY_CODES_TL, object_name:OKE_PRIORITY_CODES_TL, status:VALID,
-
VIEW: OKE.OKE_PRIORITY_CODES_TL#
12.2.2
-
VIEW: APPS.OKE_PRIORITY_CODES_VL
12.1.1
-
TABLE: OKE.OKE_PRIORITY_CODES_TL
12.2.2
owner:OKE, object_type:TABLE, fnd_design_data:OKE.OKE_PRIORITY_CODES_TL, object_name:OKE_PRIORITY_CODES_TL, status:VALID,
-
VIEW: APPS.OKE_PRIORITY_CODES_VL
12.2.2
-
PACKAGE BODY: APPS.OKE_PRIORITY_CODES_PKG
12.2.2
-
APPS.OKE_PRIORITY_CODES_PKG dependencies on OKE_PRIORITY_CODES_B
12.2.2
-
APPS.OKE_PRIORITY_CODES_PKG dependencies on OKE_PRIORITY_CODES_B
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.OKE_PRIORITY_CODES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_PRIORITY_CODES_PKG, status:VALID,
-
PACKAGE BODY: APPS.OKE_PRIORITY_CODES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_PRIORITY_CODES_PKG, status:VALID,
-
VIEW: APPS.OKE_PRIORITY_CODES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_PRIORITY_CODES_VL, object_name:OKE_PRIORITY_CODES_VL, status:VALID,
-
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
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.OKE_PRIORITY_CODES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_PRIORITY_CODES_VL, object_name:OKE_PRIORITY_CODES_VL, status:VALID,
-
View: OKE_PRIORITY_CODES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_PRIORITY_CODES_VL, object_name:OKE_PRIORITY_CODES_VL, status:VALID, product: OKE - Project Contracts , description: Priority ratings multi-lingual view , implementation_dba_data: APPS.OKE_PRIORITY_CODES_VL ,
-
12.1.1 DBA Data
12.1.1
-
View: OKE_PRIORITY_CODES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_PRIORITY_CODES_VL, object_name:OKE_PRIORITY_CODES_VL, status:VALID, product: OKE - Project Contracts , description: Priority ratings multi-lingual view , implementation_dba_data: APPS.OKE_PRIORITY_CODES_VL ,
-
VIEW: APPS.OKE_K_HEADERS_FULL_HV
12.1.1
-
VIEW: APPS.OKE_K_LINES_FULL_HV
12.2.2
-
VIEW: APPS.OKE_K_LINES_FULL_V
12.2.2
-
VIEW: APPS.OKE_K_LINES_FULL_V
12.1.1
-
VIEW: APPS.OKE_K_HEADERS_FULL_V
12.1.1
-
VIEW: APPS.OKE_K_LINES_FULL_HV
12.1.1
-
VIEW: APPS.OKE_K_HEADERS_FULL_HV
12.2.2
-
VIEW: APPS.OKE_K_HEADERS_FULL_V
12.2.2
-
View: OKE_K_HEADERS_FULL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_FULL_V, object_name:OKE_K_HEADERS_FULL_V, status:VALID, product: OKE - Project Contracts , description: Contract header extended information view , implementation_dba_data: APPS.OKE_K_HEADERS_FULL_V ,
-
View: OKE_K_HEADERS_FULL_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_FULL_HV, object_name:OKE_K_HEADERS_FULL_HV, status:VALID, product: OKE - Project Contracts , description: Historical contract header extended information view , implementation_dba_data: APPS.OKE_K_HEADERS_FULL_HV ,
-
View: OKE_K_HEADERS_FULL_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_FULL_HV, object_name:OKE_K_HEADERS_FULL_HV, status:VALID, product: OKE - Project Contracts , description: Historical contract header extended information view , implementation_dba_data: APPS.OKE_K_HEADERS_FULL_HV ,
-
View: OKE_K_HEADERS_FULL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_FULL_V, object_name:OKE_K_HEADERS_FULL_V, status:VALID, product: OKE - Project Contracts , description: Contract header extended information view , implementation_dba_data: APPS.OKE_K_HEADERS_FULL_V ,
-
View: OKE_K_LINES_FULL_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_LINES_FULL_HV, object_name:OKE_K_LINES_FULL_HV, status:VALID, product: OKE - Project Contracts , description: Historical contract line extended information view , implementation_dba_data: APPS.OKE_K_LINES_FULL_HV ,
-
View: OKE_K_LINES_FULL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_LINES_FULL_V, object_name:OKE_K_LINES_FULL_V, status:VALID, product: OKE - Project Contracts , description: Contract line extended information view , implementation_dba_data: APPS.OKE_K_LINES_FULL_V ,