Search Results pv_referrals_tl
Overview
The PV_REFERRALS_TL table is a core data object within the Oracle E-Business Suite (EBS) Partner Management (PV) module. It functions as the translated table for the PV_REFERRALS_B base table, enabling the storage of multilingual data for referral records. Its primary role is to support the global deployment of the Partner Management module by allowing descriptive information, such as comments or notes associated with a referral, to be maintained in multiple languages. This table is essential for any implementation requiring localized user interfaces and reports for partner referral tracking across different geographic regions.
Key Information Stored
As a translation table, PV_REFERRALS_TL stores language-specific versions of textual attributes linked to a referral's primary key. The central column is the REFERRAL_ID, which serves as the foreign key to the base table and part of the primary key for this table. The other critical component of the primary key is the LANGUAGE column, which identifies the language code (e.g., 'US' for American English) for the translated row. The table typically contains columns like REFERRAL_COMMENTS or similar descriptive fields that hold the translated text. The SOURCE_LANG column is also commonly present in EBS translation tables to record the original language in which the data was entered.
Common Use Cases and Queries
The primary use case is retrieving referral information in a user's session language for forms, reports, and partner portals. A standard query involves joining this table with PV_REFERRALS_B while filtering for the current language. For example, to generate a multilingual referral report, one might use a query pattern such as:
SELECT b.referral_number, tl.referral_comments, tl.language
FROM pv_referrals_b b, pv_referrals_tl tl
WHERE b.referral_id = tl.referral_id
AND tl.language = USERENV('LANG');
Another common scenario is data migration or initialization, where translated seed data for standard referral types or reasons is loaded into this table. Developers also interact with this table when customizing the Partner Management module to add new translatable attributes to the referral entity.
Related Objects
The table has a direct and critical relationship with its base table, as documented in the provided metadata. The sole foreign key relationship for PV_REFERRALS_TL is a reference to the PV_REFERRALS_B table. The join is performed on the REFERRAL_ID column, which is the primary key of PV_REFERRALS_B and a foreign key in PV_REFERRALS_TL. This structure is a standard EBS architecture for supporting multilingual functionality. Consequently, any application form, concurrent program, or API that accesses translated referral data will reference this table in conjunction with PV_REFERRALS_B. The PV_REFERRALS_VL view (if it exists) would typically be a pre-joined view combining these two tables for simplified reporting.
-
Table: PV_REFERRALS_TL
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_REFERRALS_TL, object_name:PV_REFERRALS_TL, status:VALID, product: PV - Partner Management , description: Referrals translated table , implementation_dba_data: PV.PV_REFERRALS_TL ,
-
Table: PV_REFERRALS_TL
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_REFERRALS_TL, object_name:PV_REFERRALS_TL, status:VALID, product: PV - Partner Management , description: Referrals translated table , implementation_dba_data: PV.PV_REFERRALS_TL ,
-
APPS.PV_REFERRALS_PKG dependencies on PV_REFERRALS_TL
12.2.2
-
APPS.PV_REFERRALS_PKG dependencies on PV_REFERRALS_TL
12.1.1
-
APPS.PV_REFERRALS_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.PV_REFERRALS_PKG dependencies on FND_LANGUAGES
12.1.1
-
SYNONYM: APPS.PV_REFERRALS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PV_REFERRALS_TL, status:VALID,
-
VIEW: PV.PV_REFERRALS_TL#
12.2.2
owner:PV, object_type:VIEW, object_name:PV_REFERRALS_TL#, status:VALID,
-
APPS.PV_REFERRALS_PKG SQL Statements
12.2.2
-
VIEW: PV.PV_REFERRALS_TL#
12.2.2
-
SYNONYM: APPS.PV_REFERRALS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PV_REFERRALS_TL, status:VALID,
-
APPS.PV_REFERRALS_PKG SQL Statements
12.1.1
-
TABLE: PV.PV_REFERRALS_TL
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_REFERRALS_TL, object_name:PV_REFERRALS_TL, status:VALID,
-
Table: PV_REFERRALS_B
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_REFERRALS_B, object_name:PV_REFERRALS_B, status:VALID, product: PV - Partner Management , description: Referrals base table , implementation_dba_data: PV.PV_REFERRALS_B ,
-
TABLE: PV.PV_REFERRALS_TL
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_REFERRALS_TL, object_name:PV_REFERRALS_TL, status:VALID,
-
APPS.PV_REFERRALS_PKG dependencies on PV_REFERRALS_B
12.2.2
-
VIEW: APPS.PV_REFERRALS_VL
12.2.2
-
VIEW: APPS.PV_REFERRALS_VL
12.1.1
-
APPS.PV_REFERRALS_PKG dependencies on PV_REFERRALS_B
12.1.1
-
PACKAGE BODY: APPS.PV_REFERRALS_PKG
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
Table: PV_REFERRALS_B
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_REFERRALS_B, object_name:PV_REFERRALS_B, status:VALID, product: PV - Partner Management , description: Referrals base table , implementation_dba_data: PV.PV_REFERRALS_B ,
-
PACKAGE BODY: APPS.PV_REFERRALS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PV_REFERRALS_PKG, status:VALID,
-
PACKAGE BODY: APPS.PV_REFERRALS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PV_REFERRALS_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.PV_REFERRALS_PKG
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
-
12.2.2 DBA Data
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
-
12.2.2 DBA Data
12.2.2
-
View: PV_REFERRALS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_REFERRALS_VL, object_name:PV_REFERRALS_VL, status:VALID, product: PV - Partner Management , description: Referrals view , implementation_dba_data: APPS.PV_REFERRALS_VL ,
-
View: PV_REFERRALS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_REFERRALS_VL, object_name:PV_REFERRALS_VL, status:VALID, product: PV - Partner Management , description: Referrals view , implementation_dba_data: APPS.PV_REFERRALS_VL ,
-
VIEW: APPS.PV_REFERRALS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_REFERRALS_VL, object_name:PV_REFERRALS_VL, status:VALID,
-
VIEW: APPS.PV_REFERRALS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_REFERRALS_VL, object_name:PV_REFERRALS_VL, status:VALID,
-
eTRM - PV Tables and Views
12.2.2
description: PV User - custom entries ,
-
eTRM - PV Tables and Views
12.1.1
-
eTRM - PV Tables and Views
12.2.2
description: PV User - custom entries ,
-
eTRM - PV Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1