Search Results pa_res_formats_tl
Overview
The PA_RES_FORMATS_TL table is a core translation table within the Oracle E-Business Suite (EBS) Projects module (PA). It is designed to store translated versions of resource format names, enabling the application to display these user-facing labels in multiple languages. This table supports the global deployment of Oracle Projects by allowing planning resource formats, which define how resources are categorized and displayed in planning interfaces, to be presented in a user's preferred language. Its existence is critical for maintaining a multilingual user experience in resource planning and management functionalities across EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table stores language-specific translations for resource format names. Its structure is typical of an EBS translation table, containing both key and descriptive columns. The primary key is a composite of RES_FORMAT_ID and LANGUAGE. The RES_FORMAT_ID column is the foreign key linking each translation row to its base definition in the PA_RES_FORMATS_B table. The LANGUAGE column holds the language code (e.g., 'US', 'FR') for the translation and references the FND_LANGUAGES table. A critical column is SOURCE_LANG, which also references FND_LANGUAGES and indicates the original language in which the data was entered; this is used by the EBS translation mechanism to identify seed data. The table's core descriptive column is NAME, which holds the actual translated text for the resource format as seen by end-users.
Common Use Cases and Queries
This table is primarily accessed by the Oracle Applications framework to retrieve translated labels dynamically based on the user's session language. Common practical scenarios include generating multilingual reports on resource planning setups and supporting data migration or reconciliation scripts in multi-language environments. A typical query to retrieve all translations for a specific resource format would join to the base table and the languages table.
- Sample SQL Pattern: SELECT b.RES_FORMAT_ID, tl.LANGUAGE, tl.NAME, tl.SOURCE_LANG FROM PA_RES_FORMATS_B b, PA_RES_FORMATS_TL tl WHERE b.RES_FORMAT_ID = tl.RES_FORMAT_ID AND b.RES_FORMAT_CODE = '<CODE>';
- Reporting Use Case: Auditing translation completeness by listing all base resource formats and the languages for which a translation exists (or is missing).
Related Objects
The PA_RES_FORMATS_TL table has defined dependencies on several key EBS objects, as documented in its foreign key relationships. Its primary relationship is with the base table PA_RES_FORMATS_B, which holds the language-independent definition of a resource format. The table also has two separate foreign key relationships to the application foundation table FND_LANGUAGES to validate the language codes used for both the translation and the source language.
- PA_RES_FORMATS_B: The base definition table. Joined via PA_RES_FORMATS_TL.RES_FORMAT_ID = PA_RES_FORMATS_B.RES_FORMAT_ID.
- FND_LANGUAGES (for LANGUAGE column): Validates the translation language code. Joined via PA_RES_FORMATS_TL.LANGUAGE = FND_LANGUAGES.LANGUAGE_CODE.
- FND_LANGUAGES (for SOURCE_LANG column): Validates the source language code. Joined via PA_RES_FORMATS_TL.SOURCE_LANG = FND_LANGUAGES.LANGUAGE_CODE.
-
Table: PA_RES_FORMATS_TL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RES_FORMATS_TL, object_name:PA_RES_FORMATS_TL, status:VALID, product: PA - Projects , description: Stores all translated valid resource formats for planning resources. , implementation_dba_data: PA.PA_RES_FORMATS_TL ,
-
Table: PA_RES_FORMATS_TL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RES_FORMATS_TL, object_name:PA_RES_FORMATS_TL, status:VALID, product: PA - Projects , description: Stores all translated valid resource formats for planning resources. , implementation_dba_data: PA.PA_RES_FORMATS_TL ,
-
APPS.PA_RES_FORMATS_PVT dependencies on PA_RES_FORMATS_TL
12.2.2
-
APPS.PA_RES_FORMATS_PVT dependencies on PA_RES_FORMATS_TL
12.1.1
-
APPS.PA_RES_FORMATS_PVT SQL Statements
12.2.2
-
APPS.PA_RES_FORMATS_PVT dependencies on FND_LANGUAGES
12.1.1
-
APPS.PA_RES_FORMATS_PVT dependencies on FND_LANGUAGES
12.2.2
-
APPS.PA_RES_FORMATS_PVT SQL Statements
12.1.1
-
VIEW: PA.PA_RES_FORMATS_TL#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_RES_FORMATS_TL#, status:VALID,
-
PACKAGE BODY: APPS.PA_RES_FORMATS_PVT
12.2.2
-
VIEW: APPS.PA_RES_FORMATS_VL
12.2.2
-
SYNONYM: APPS.PA_RES_FORMATS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_RES_FORMATS_TL, status:VALID,
-
SYNONYM: APPS.PA_RES_FORMATS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_RES_FORMATS_TL, status:VALID,
-
PACKAGE BODY: APPS.PA_RES_FORMATS_PVT
12.1.1
-
TRIGGER: APPS.PA_RES_FORMATS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PA_RES_FORMATS_TL+, status:VALID,
-
VIEW: PA.PA_RES_FORMATS_TL#
12.2.2
-
VIEW: APPS.PA_RES_FORMATS_VL
12.1.1
-
TRIGGER: APPS.PA_RES_FORMATS_TL+
12.2.2
-
TABLE: PA.PA_RES_FORMATS_TL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RES_FORMATS_TL, object_name:PA_RES_FORMATS_TL, status:VALID,
-
FUNCTION: APPS.PA_RES_FORMATS_TL=
12.2.2
-
APPS.PA_RES_FORMATS_PVT dependencies on PA_RES_FORMATS_B
12.2.2
-
TABLE: PA.PA_RES_FORMATS_TL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RES_FORMATS_TL, object_name:PA_RES_FORMATS_TL, status:VALID,
-
Table: PA_RES_FORMATS_B
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RES_FORMATS_B, object_name:PA_RES_FORMATS_B, status:VALID, product: PA - Projects , description: Stores all valid resource formats for planning resources. , implementation_dba_data: PA.PA_RES_FORMATS_B ,
-
Table: PA_RES_FORMATS_B
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RES_FORMATS_B, object_name:PA_RES_FORMATS_B, status:VALID, product: PA - Projects , description: Stores all valid resource formats for planning resources. , implementation_dba_data: PA.PA_RES_FORMATS_B ,
-
APPS.PA_RES_FORMATS_PVT dependencies on PA_RES_FORMATS_B
12.1.1
-
FUNCTION: APPS.PA_RES_FORMATS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:PA_RES_FORMATS_TL=, status:VALID,
-
PACKAGE BODY: APPS.PA_RES_FORMATS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_RES_FORMATS_PVT, status:VALID,
-
PACKAGE BODY: APPS.PA_RES_FORMATS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_RES_FORMATS_PVT, status:VALID,
-
View: PA_RES_FORMATS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_FORMATS_VL, object_name:PA_RES_FORMATS_VL, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_RES_FORMATS_VL ,
-
View: PA_RES_FORMATS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_FORMATS_VL, object_name:PA_RES_FORMATS_VL, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_RES_FORMATS_VL ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: FND_LANGUAGES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LANGUAGES, object_name:FND_LANGUAGES, status:VALID, product: FND - Application Object Library , description: National dialects , implementation_dba_data: APPLSYS.FND_LANGUAGES ,
-
Table: FND_LANGUAGES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LANGUAGES, object_name:FND_LANGUAGES, status:VALID, product: FND - Application Object Library , description: National dialects , implementation_dba_data: APPLSYS.FND_LANGUAGES ,
-
VIEW: APPS.PA_RES_FORMATS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_FORMATS_VL, object_name:PA_RES_FORMATS_VL, status:VALID,
-
VIEW: APPS.PA_RES_FORMATS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RES_FORMATS_VL, object_name:PA_RES_FORMATS_VL, status:VALID,
-
12.1.1 FND Design 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.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.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,