Search Results pv_ge_chklst_items_tl
Overview
The table PV_GE_CHKLST_ITEMS_TL is a core translation table within the Oracle E-Business Suite Partner Management (PV) module. It is designed to store all translatable, user-facing text associated with checklist items, enabling the application to support multiple languages. This table operates in conjunction with its base table, PV_GE_CHKLST_ITEMS_B, which holds the non-translatable attributes. The TL (Translation) table is a standard architectural pattern in Oracle EBS, critical for creating multilingual deployments. Its role is to allow organizations to define and manage partner-related checklist items—such as onboarding or certification requirements—in the language of each user, thereby supporting global partner networks.
Key Information Stored
The table's structure is defined by its primary key, which consists of the CHECKLIST_ITEM_ID and LANGUAGE columns. The CHECKLIST_ITEM_ID is a foreign key that links each row to a specific checklist item defined in the base table. The LANGUAGE column stores the language code (e.g., 'US' for American English) for the translation. The most significant data column in this table, though not explicitly listed in the brief metadata, is typically a column named DESCRIPTION or ITEM_NAME, which would hold the translated text of the checklist item. Other common columns in TL tables include SOURCE_LANG and LAST_UPDATE_DATE, which manage translation sourcing and auditing. The integrity of the data is enforced by the primary key constraint PV_GE_CHKLST_ITEMS_TL_PK.
Common Use Cases and Queries
This table is primarily accessed by the application's user interface to display checklist item descriptions in the user's session language. A common reporting use case is to generate a list of all checklist items with their translations for a specific language for auditing or data migration purposes. For technical support or data fixes, queries often join the TL table with its base table. A standard pattern for retrieving translated data uses the USERENV('LANG') function or the NLS_LANGUAGE session parameter. A sample query to fetch active checklist items in the current session language would be:
- SELECT b.CHECKLIST_ITEM_ID, tl.DESCRIPTION FROM PV_GE_CHKLST_ITEMS_B b, PV_GE_CHKLST_ITEMS_TL tl WHERE b.CHECKLIST_ITEM_ID = tl.CHECKLIST_ITEM_ID AND tl.LANGUAGE = USERENV('LANG');
Data maintenance scripts for adding or updating translations would directly insert or update rows in this table, keyed by the CHECKLIST_ITEM_ID and LANGUAGE.
Related Objects
The table has a direct and critical relationship with its base table, as documented in the provided metadata. The foreign key from PV_GE_CHKLST_ITEMS_TL.CHECKLIST_ITEM_ID references PV_GE_CHKLST_ITEMS_B. This is a one-to-many relationship, where one checklist item in the base table can have multiple translation rows in the TL table, one for each supported language. In practice, this table is also related to higher-level objects in the checklist hierarchy, such as PV_GE_CHECKLISTS_B/TL, through joins via the base table. Standard EBS APIs for managing partner checklists, such as those in the PV_PARTNER_CHECKLIST_PUB package, will internally read from and write to this translation table to support multilingual data operations.
-
Table: PV_GE_CHKLST_ITEMS_TL
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_TL, object_name:PV_GE_CHKLST_ITEMS_TL, status:VALID, product: PV - Partner Management , description: Captures the translateable data for Check list items. , implementation_dba_data: PV.PV_GE_CHKLST_ITEMS_TL ,
-
Table: PV_GE_CHKLST_ITEMS_TL
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_TL, object_name:PV_GE_CHKLST_ITEMS_TL, status:VALID, product: PV - Partner Management , description: Captures the translateable data for Check list items. , implementation_dba_data: PV.PV_GE_CHKLST_ITEMS_TL ,
-
APPS.PV_GE_CHKLST_PVT dependencies on PV_GE_CHKLST_ITEMS_TL
12.1.1
-
APPS.PV_GE_CHKLST_PKG dependencies on PV_GE_CHKLST_ITEMS_TL
12.2.2
-
APPS.PV_GE_CHKLST_PVT dependencies on PV_GE_CHKLST_ITEMS_TL
12.2.2
-
APPS.PV_GE_CHKLST_PKG dependencies on PV_GE_CHKLST_ITEMS_TL
12.1.1
-
APPS.PV_GE_CHKLST_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: PV.PV_GE_CHKLST_ITEMS_TL#
12.2.2
-
TABLE: PV.PV_GE_CHKLST_ITEMS_TL
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_TL, object_name:PV_GE_CHKLST_ITEMS_TL, status:VALID,
-
APPS.PV_GE_CHKLST_PKG SQL Statements
12.2.2
-
APPS.PV_GE_CHKLST_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.PV_GE_CHKLST_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.PV_GE_CHKLST_ITEMS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PV_GE_CHKLST_ITEMS_TL, status:VALID,
-
VIEW: PV.PV_GE_CHKLST_ITEMS_TL#
12.2.2
owner:PV, object_type:VIEW, object_name:PV_GE_CHKLST_ITEMS_TL#, status:VALID,
-
SYNONYM: APPS.PV_GE_CHKLST_ITEMS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PV_GE_CHKLST_ITEMS_TL, status:VALID,
-
TABLE: PV.PV_GE_CHKLST_ITEMS_TL
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_TL, object_name:PV_GE_CHKLST_ITEMS_TL, status:VALID,
-
VIEW: APPS.PV_GE_CHKLST_ITEMS_VL
12.1.1
-
VIEW: APPS.PV_GE_CHKLST_ITEMS_VL
12.2.2
-
PACKAGE BODY: APPS.PV_GE_CHKLST_PKG
12.2.2
-
View: PV_GE_CHKLST_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_VL, object_name:PV_GE_CHKLST_ITEMS_VL, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_GE_CHKLST_ITEMS_VL ,
-
Table: PV_GE_CHKLST_ITEMS_B
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_B, object_name:PV_GE_CHKLST_ITEMS_B, status:VALID, product: PV - Partner Management , description: Container for Task Items that needs to be checked. , implementation_dba_data: PV.PV_GE_CHKLST_ITEMS_B ,
-
PACKAGE BODY: APPS.PV_GE_CHKLST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_CHKLST_PKG, status:VALID,
-
Table: PV_GE_CHKLST_ITEMS_B
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_B, object_name:PV_GE_CHKLST_ITEMS_B, status:VALID, product: PV - Partner Management , description: Container for Task Items that needs to be checked. , implementation_dba_data: PV.PV_GE_CHKLST_ITEMS_B ,
-
PACKAGE BODY: APPS.PV_GE_CHKLST_PKG
12.1.1
-
PACKAGE BODY: APPS.PV_GE_CHKLST_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_CHKLST_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PV_GE_CHKLST_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_CHKLST_PVT, status:VALID,
-
APPS.PV_GE_CHKLST_PKG dependencies on FND_API
12.1.1
-
APPS.PV_GE_CHKLST_PKG dependencies on FND_API
12.2.2
-
PACKAGE BODY: APPS.PV_GE_CHKLST_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GE_CHKLST_PVT, status:VALID,
-
APPS.PV_GE_CHKLST_PVT dependencies on PV_GE_CHKLST_ITEMS_B
12.1.1
-
View: PV_GE_CHKLST_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_VL, object_name:PV_GE_CHKLST_ITEMS_VL, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_GE_CHKLST_ITEMS_VL ,
-
APPS.PV_GE_CHKLST_PKG dependencies on FND_GLOBAL
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.PV_GE_CHKLST_PKG dependencies on FND_GLOBAL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.PV_GE_CHKLST_PVT dependencies on PV_GE_CHKLST_ITEMS_B
12.2.2
-
VIEW: APPS.PV_GE_CHKLST_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_VL, object_name:PV_GE_CHKLST_ITEMS_VL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.PV_GE_CHKLST_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_GE_CHKLST_ITEMS_VL, object_name:PV_GE_CHKLST_ITEMS_VL, status:VALID,
-
APPS.PV_GE_CHKLST_PVT SQL Statements
12.1.1
-
APPS.PV_GE_CHKLST_PVT SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
eTRM - PV Tables and Views
12.2.2
description: PV User - custom entries ,
-
APPS.PV_GE_CHKLST_PVT dependencies on PVX_UTILITY_PVT
12.2.2