Search Results fa_rx_rep_columns_tl
Overview
The FA_RX_REP_COLUMNS_TL table is a core data object within the Oracle E-Business Suite (EBS) Fixed Assets (OFA) module, specifically supporting the Report eXchange (RX) framework. This table functions as a translated, or Multi-Language Support (MLS), table. Its primary role is to store the localized, user-facing names and descriptions for report attributes defined within the Report eXchange system. It works in conjunction with its base table, FA_RX_REP_COLUMNS_B, which holds the non-translated structural definitions. This separation of language-specific data from core business logic is a standard Oracle EBS architecture pattern, enabling the application to present asset reporting metadata in the language of the user's session.
Key Information Stored
The table stores translated labels for report attributes, which are the individual data points or columns that can be selected and configured within a Report eXchange report definition. The critical columns that define a unique translated record form the primary key: REPORT_ID, ATTRIBUTE_SET, COLUMN_NAME, and LANGUAGE. The LANGUAGE column (typically populated from FND_LANGUAGES) identifies the translation locale. The most significant data column is typically a user-defined display name or description for the attribute, allowing the same underlying financial data column (e.g., a cost center code) to be presented as "Cost Center" in English and "Centre de Coût" in French within report builders and outputs.
Common Use Cases and Queries
This table is primarily accessed by the application's reporting engine during the rendering of user interfaces for building or viewing asset reports. A common technical use case involves querying the available translated attributes for a specific report to support custom integrations or data validation. A typical query would join this table to its base table to retrieve a complete attribute definition for a user's session language.
Sample SQL Pattern:
SELECT tl.column_name, tl.meaning, b.application_column_name
FROM fa_rx_rep_columns_tl tl,
fa_rx_rep_columns_b b
WHERE tl.report_id = b.report_id
AND tl.attribute_set = b.attribute_set
AND tl.column_name = b.column_name
AND tl.language = USERENV('LANG')
AND b.report_id = :p_report_id;
This query retrieves the localized display names (tl.meaning) alongside the technical column names for a given report.
Related Objects
The FA_RX_REP_COLUMNS_TL table has a direct and mandatory relationship with its base table, as documented by its foreign key constraint. The related objects are:
- FA_RX_REP_COLUMNS_B (Base Table): This is the primary related object. The TL table references the B table via a composite foreign key on the columns REPORT_ID, COLUMN_NAME, and ATTRIBUTE_SET. All translations are defined for an attribute that must first exist in the base table.
- FND_LANGUAGES (Reference Table): Although not explicitly listed in the provided metadata, the LANGUAGE column in FA_RX_REP_COLUMNS_TL is a foreign key to the FND_LANGUAGES table, which contains the valid language codes supported by the EBS instance.
-
Table: FA_RX_REP_COLUMNS_TL
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_REP_COLUMNS_TL, object_name:FA_RX_REP_COLUMNS_TL, status:VALID, product: OFA - Assets , description: Stores attribute definitions for Report eXchange report attributes (translated MLS table) , implementation_dba_data: FA.FA_RX_REP_COLUMNS_TL ,
-
Table: FA_RX_REP_COLUMNS_TL
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_REP_COLUMNS_TL, object_name:FA_RX_REP_COLUMNS_TL, status:VALID, product: OFA - Assets , description: Stores attribute definitions for Report eXchange report attributes (translated MLS table) , implementation_dba_data: FA.FA_RX_REP_COLUMNS_TL ,
-
APPS.FA_RX_REP_COLUMNS_PKG dependencies on FA_RX_REP_COLUMNS_TL
12.2.2
-
APPS.FA_RX_REP_COLUMNS_PKG dependencies on FA_RX_REP_COLUMNS_TL
12.1.1
-
APPS.FA_RX_REP_COLUMNS_PKG SQL Statements
12.2.2
-
VIEW: FA.FA_RX_REP_COLUMNS_TL#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_RX_REP_COLUMNS_TL#, status:VALID,
-
APPS.FA_RX_REP_COLUMNS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.FA_RX_REP_COLUMNS_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.FA_RX_REP_COLUMNS_PKG SQL Statements
12.1.1
-
VIEW: FA.FA_RX_REP_COLUMNS_TL#
12.2.2
-
TABLE: FA.FA_RX_REP_COLUMNS_TL
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_REP_COLUMNS_TL, object_name:FA_RX_REP_COLUMNS_TL, status:VALID,
-
SYNONYM: APPS.FA_RX_REP_COLUMNS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_RX_REP_COLUMNS_TL, status:VALID,
-
TRIGGER: APPS.FA_RX_REP_COLUMNS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:FA_RX_REP_COLUMNS_TL+, status:VALID,
-
SYNONYM: APPS.FA_RX_REP_COLUMNS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_RX_REP_COLUMNS_TL, status:VALID,
-
TRIGGER: APPS.FA_RX_REP_COLUMNS_TL+
12.2.2
-
VIEW: APPS.FA_RX_REP_COLUMNS_VL
12.2.2
-
VIEW: APPS.FA_RX_REP_COLUMNS_VL
12.1.1
-
TABLE: FA.FA_RX_REP_COLUMNS_TL
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_REP_COLUMNS_TL, object_name:FA_RX_REP_COLUMNS_TL, status:VALID,
-
PACKAGE BODY: APPS.FA_RX_REP_COLUMNS_PKG
12.1.1
-
PACKAGE BODY: APPS.FA_RX_REP_COLUMNS_PKG
12.2.2
-
FUNCTION: APPS.FA_RX_REP_COLUMNS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:FA_RX_REP_COLUMNS_TL=, status:VALID,
-
View: FA_RX_REP_COLUMNS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RX_REP_COLUMNS_VL, object_name:FA_RX_REP_COLUMNS_VL, status:VALID, product: OFA - Assets , description: Stores attribute definitions for Report eXchange report attributes (translated MLS view) , implementation_dba_data: APPS.FA_RX_REP_COLUMNS_VL ,
-
FUNCTION: APPS.FA_RX_REP_COLUMNS_TL=
12.2.2
-
Table: FA_RX_REP_COLUMNS_B
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_REP_COLUMNS_B, object_name:FA_RX_REP_COLUMNS_B, status:VALID, product: OFA - Assets , description: Stores attribute definitions for Report eXchange report attributes (base MLS table) , implementation_dba_data: FA.FA_RX_REP_COLUMNS_B ,
-
Table: FA_RX_REP_COLUMNS_B
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_REP_COLUMNS_B, object_name:FA_RX_REP_COLUMNS_B, status:VALID, product: OFA - Assets , description: Stores attribute definitions for Report eXchange report attributes (base MLS table) , implementation_dba_data: FA.FA_RX_REP_COLUMNS_B ,
-
PACKAGE BODY: APPS.FA_RX_REP_COLUMNS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_RX_REP_COLUMNS_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_RX_REP_COLUMNS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_RX_REP_COLUMNS_PKG, status:VALID,
-
View: FA_RX_REP_COLUMNS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RX_REP_COLUMNS_VL, object_name:FA_RX_REP_COLUMNS_VL, status:VALID, product: OFA - Assets , description: Stores attribute definitions for Report eXchange report attributes (translated MLS view) , implementation_dba_data: APPS.FA_RX_REP_COLUMNS_VL ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.FA_RX_REP_COLUMNS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RX_REP_COLUMNS_VL, object_name:FA_RX_REP_COLUMNS_VL, status:VALID,
-
VIEW: APPS.FA_RX_REP_COLUMNS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RX_REP_COLUMNS_VL, object_name:FA_RX_REP_COLUMNS_VL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.FA_RX_REP_COLUMNS_PKG dependencies on FA_RX_REP_COLUMNS_B
12.1.1
-
APPS.FA_RX_REP_COLUMNS_PKG dependencies on FA_RX_REP_COLUMNS_B
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
-
eTRM - OFA Tables and Views
12.2.2
-
eTRM - OFA Tables and Views
12.1.1
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
eTRM - OFA Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - OFA Tables and Views
12.2.2
-
12.1.1 DBA Data
12.1.1