Search Results pv_partner_program_tl
Overview
The PV_PARTNER_PROGRAM_TL table is a translation table within the Oracle E-Business Suite Partner Management (PV) module. Its primary role is to store translated, language-specific descriptions for partner program records. In a multi-language deployment of Oracle EBS, this table enables the application to display program names and descriptions in a user's preferred language. It operates in conjunction with its base table, PV_PARTNER_PROGRAM_B, which holds the language-independent, transactional data. This separation of language-specific data from core transactional data is a standard architectural pattern in Oracle Applications, facilitating efficient internationalization and localization.
Key Information Stored
The table's structure is designed to support the translation layer. The primary key, as indicated by the PV_PARTNER_PROGRAM_TL_PK constraint, is a composite key based on the PROGRAM_ID and LANGUAGE columns. The PROGRAM_ID column is the foreign key linking each translation row to its corresponding master record in the PV_PARTNER_PROGRAM_B table. The LANGUAGE column holds the language code (e.g., 'US' for American English, 'KO' for Korean) for the translated text. The core data stored includes the PROGRAM_NAME and PROGRAM_DESCRIPTION columns, which contain the translated text for the partner program's name and a longer descriptive text, respectively. Additional standard columns like CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN are present to track row history.
Common Use Cases and Queries
The primary use case is the dynamic presentation of partner program information in the user session's language within forms, reports, and self-service portals. A common reporting requirement is to extract program details for a specific language or for all available translations. A typical query to retrieve translated program names for American English would join the base and translation tables:
- SELECT b.program_id, tl.program_name, tl.program_description
- FROM pv_partner_program_b b, pv_partner_program_tl tl
- WHERE b.program_id = tl.program_id
- AND tl.language = USERENV('LANG');
Data maintenance for this table is typically handled through the Oracle Applications translation forms or APIs, not via direct SQL manipulation, to ensure integrity with the base table and the Application Object Library's translation architecture.
Related Objects
The table has a direct and critical relationship with its base table, as documented in the provided metadata. The foreign key constraint explicitly links PV_PARTNER_PROGRAM_TL.PROGRAM_ID to the PV_PARTNER_PROGRAM_B table. This is a one-to-many relationship, where one record in the base table can have multiple corresponding translation records in the TL table, one for each supported language. Consequently, any application logic, form, or report that displays partner program information will reference this translation table to fetch the appropriate language-specific text based on the PROGRAM_ID key. While not listed in the brief metadata, other objects in the Partner Management module, such as views or APIs for program enrollment or reporting, will also depend on this translation table to present localized data.
-
Table: PV_PARTNER_PROGRAM_TL
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROGRAM_TL, object_name:PV_PARTNER_PROGRAM_TL, status:VALID, product: PV - Partner Management , description: Partner Program - Translation table , implementation_dba_data: PV.PV_PARTNER_PROGRAM_TL ,
-
Table: PV_PARTNER_PROGRAM_TL
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROGRAM_TL, object_name:PV_PARTNER_PROGRAM_TL, status:VALID, product: PV - Partner Management , description: Partner Program - Translation table , implementation_dba_data: PV.PV_PARTNER_PROGRAM_TL ,
-
APPS.PV_PRGM_APPROVAL_PVT dependencies on PV_PARTNER_PROGRAM_TL
12.1.1
-
APPS.PV_GQ_ELEMENTS_PVT dependencies on PV_PARTNER_PROGRAM_TL
12.2.2
-
APPS.PV_PARTNER_PROGRAM_PKG dependencies on PV_PARTNER_PROGRAM_TL
12.2.2
-
APPS.PV_GQ_ELEMENTS_PVT dependencies on PV_PARTNER_PROGRAM_TL
12.1.1
-
APPS.PV_PARTNER_PROGRAM_PKG dependencies on PV_PARTNER_PROGRAM_TL
12.1.1
-
APPS.PV_PRGM_APPROVAL_PVT dependencies on PV_PARTNER_PROGRAM_TL
12.2.2
-
APPS.PV_PARTNER_PROGRAM_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.PV_PARTNER_PROGRAM_PKG dependencies on FND_LANGUAGES
12.1.1
-
SYNONYM: APPS.PV_PARTNER_PROGRAM_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PV_PARTNER_PROGRAM_TL, status:VALID,
-
VIEW: PV.PV_PARTNER_PROGRAM_TL#
12.2.2
owner:PV, object_type:VIEW, object_name:PV_PARTNER_PROGRAM_TL#, status:VALID,
-
VIEW: PV.PV_PARTNER_PROGRAM_TL#
12.2.2
-
SYNONYM: APPS.PV_PARTNER_PROGRAM_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PV_PARTNER_PROGRAM_TL, status:VALID,
-
APPS.PV_PARTNER_PROGRAM_PKG dependencies on FND_GLOBAL
12.1.1
-
VIEW: APPS.PV_PARTNER_PROGRAM_VL
12.2.2
-
APPS.PV_PARTNER_PROGRAM_PKG dependencies on FND_GLOBAL
12.2.2
-
TABLE: PV.PV_PARTNER_PROGRAM_TL
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROGRAM_TL, object_name:PV_PARTNER_PROGRAM_TL, status:VALID,
-
TABLE: PV.PV_PARTNER_PROGRAM_TL
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROGRAM_TL, object_name:PV_PARTNER_PROGRAM_TL, status:VALID,
-
VIEW: APPS.PV_PARTNER_PROGRAM_VL
12.1.1
-
VIEW: APPS.PV_PARTNER_PROGRAM_V
12.1.1
-
VIEW: APPS.PV_PARTNER_PROGRAM_V
12.2.2
-
PACKAGE BODY: APPS.PV_PARTNER_PROGRAM_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_PARTNER_PROGRAM_PKG, status:VALID,
-
APPS.PV_PARTNER_PROGRAM_PKG SQL Statements
12.2.2
-
APPS.PV_PARTNER_PROGRAM_PKG SQL Statements
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PV_GQ_ELEMENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GQ_ELEMENTS_PVT, status:VALID,
-
PACKAGE BODY: APPS.PV_GQ_ELEMENTS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_GQ_ELEMENTS_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.PV_PARTNER_PROGRAM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_PARTNER_PROGRAM_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: PV_PARTNER_PROGRAM_B
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROGRAM_B, object_name:PV_PARTNER_PROGRAM_B, status:VALID, product: PV - Partner Management , description: Captures partner program, and membership details , implementation_dba_data: PV.PV_PARTNER_PROGRAM_B ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: PV_PARTNER_PROGRAM_B
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROGRAM_B, object_name:PV_PARTNER_PROGRAM_B, status:VALID, product: PV - Partner Management , description: Captures partner program, and membership details , implementation_dba_data: PV.PV_PARTNER_PROGRAM_B ,
-
12.1.1 DBA Data
12.1.1
-
View: PV_PARTNER_PROGRAM_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_PARTNER_PROGRAM_VL, object_name:PV_PARTNER_PROGRAM_VL, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_PARTNER_PROGRAM_VL ,
-
12.2.2 DBA Data
12.2.2
-
View: PV_PARTNER_PROGRAM_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_PARTNER_PROGRAM_VL, object_name:PV_PARTNER_PROGRAM_VL, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_PARTNER_PROGRAM_VL ,
-
PACKAGE BODY: APPS.PV_PRGM_APPROVAL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_PRGM_APPROVAL_PVT, status:VALID,
-
View: PV_PARTNER_PROGRAM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_PARTNER_PROGRAM_V, object_name:PV_PARTNER_PROGRAM_V, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_PARTNER_PROGRAM_V ,
-
View: PV_PARTNER_PROGRAM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_PARTNER_PROGRAM_V, object_name:PV_PARTNER_PROGRAM_V, status:VALID, product: PV - Partner Management , implementation_dba_data: APPS.PV_PARTNER_PROGRAM_V ,
-
PACKAGE BODY: APPS.PV_PRGM_APPROVAL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_PRGM_APPROVAL_PVT, status:VALID,
-
VIEW: APPS.PV_PARTNER_PROGRAM_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_PARTNER_PROGRAM_VL, object_name:PV_PARTNER_PROGRAM_VL, status:VALID,
-
PACKAGE BODY: APPS.PV_PARTNER_PROGRAM_PKG
12.2.2
-
PACKAGE BODY: APPS.PV_PARTNER_PROGRAM_PKG
12.1.1
-
VIEW: APPS.PV_PARTNER_PROGRAM_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_PARTNER_PROGRAM_VL, object_name:PV_PARTNER_PROGRAM_VL, status:VALID,