Search Results fa_rx_rep_columns_b
Overview
The FA_RX_REP_COLUMNS_B table is a core repository table within the Oracle E-Business Suite (EBS) Fixed Assets (OFA) module, specifically for the Report eXchange (RX) functionality. It serves as the base table for storing the fundamental definitions of report attributes or columns that can be included in Report eXchange reports. As a base Multi-Language Support (MLS) table, it holds the language-independent, transactional data. Its primary role is to define the structural metadata for report columns, linking them to specific reports and attribute sets, thereby enabling the flexible and configurable reporting capabilities of the Report eXchange framework in Oracle Assets.
Key Information Stored
The table's structure is defined by its primary key columns, which uniquely identify each report column definition. The key columns are REPORT_ID, COLUMN_NAME, and ATTRIBUTE_SET. The REPORT_ID associates the column definition with a specific report template within the FA_RX_REPORTS_B table. The COLUMN_NAME identifies the specific attribute or data point, such as ASSET_NUMBER or COST. The ATTRIBUTE_SET column links to the FA_RX_ATTRSETS_B table, grouping related attributes for logical organization and security. While the provided metadata does not list non-key columns, typical base MLS tables in this context often include columns for application context, creation dates, and last update information.
Common Use Cases and Queries
This table is central to administrative and diagnostic tasks within the Fixed Assets reporting infrastructure. A common use case is querying the defined columns for a specific report to understand its available data points or to audit configuration. For instance, to list all column definitions for a report with a known ID, one would query: SELECT column_name, attribute_set FROM fa_rx_rep_columns_b WHERE report_id = &REPORT_ID ORDER BY column_name;. Another critical scenario involves troubleshooting report generation issues by verifying that expected columns are properly registered in the system. Developers and implementers may also query this table to understand the relationship between reports and their underlying asset attributes when building custom Report eXchange integrations or extensions.
Related Objects
FA_RX_REP_COLUMNS_B maintains integral relationships with several other key Report eXchange tables, as documented by its foreign key constraints.
- FA_RX_ATTRSETS_B: A foreign key exists from FA_RX_REP_COLUMNS_B.ATTRIBUTE_SET to this table, defining the valid attribute set for a report column.
- FA_RX_REP_COLUMNS_TL: This is the translated (TL) table that stores language-specific descriptions for the column definitions. It references the base table via the composite foreign key on REPORT_ID, COLUMN_NAME, and ATTRIBUTE_SET.
- FA_RX_SUMMARY_TL: This table, which stores language-specific summary information for reports, also references the base column definitions using the same composite key (REPORT_ID, COLUMN_NAME, ATTRIBUTE_SET).
These relationships underscore the table's position as the definitive source for report column metadata, which is then extended for multilingual support and utilized in report summary configurations.
-
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 ,
-
APPS.FV_TBAL_BY_TS dependencies on FA_RX_REP_COLUMNS_B
12.1.1
-
APPS.FV_FACTS_TBAL_TRX dependencies on FA_RX_REP_COLUMNS_B
12.1.1
-
APPS.FV_TBAL_BY_TS dependencies on FA_RX_REP_COLUMNS_B
12.2.2
-
APPS.FV_FACTS_TBAL_TRX dependencies on FA_RX_REP_COLUMNS_B
12.2.2
-
APPS.FV_FACTS1_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.1.1
-
APPS.FV_FACTS1_PKG dependencies on FA_RX_REP_COLUMNS_B
12.2.2
-
APPS.FA_RX_REP_COLUMNS_PKG dependencies on FA_RX_REP_COLUMNS_B
12.2.2
-
VIEW: FA.FA_RX_REP_COLUMNS_B#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_RX_REP_COLUMNS_B#, status:VALID,
-
TRIGGER: APPS.FA_RX_REP_COLUMNS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:FA_RX_REP_COLUMNS_B+, status:VALID,
-
TRIGGER: APPS.FA_RX_REP_COLUMNS_B+
12.2.2
-
APPS.FA_RX_REP_COLUMNS_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.FA_RX_REP_COLUMNS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_RX_REP_COLUMNS_B, status:VALID,
-
SYNONYM: APPS.FA_RX_REP_COLUMNS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_RX_REP_COLUMNS_B, status:VALID,
-
FUNCTION: APPS.FA_RX_REP_COLUMNS_B=
12.2.2
-
APPS.FA_RX_REP_COLUMNS_PKG SQL Statements
12.2.2
-
VIEW: APPS.FA_RX_REP_COLUMNS_VL
12.2.2
-
VIEW: APPS.FA_RX_REP_COLUMNS_VL
12.1.1
-
VIEW: FA.FA_RX_REP_COLUMNS_B#
12.2.2
-
TABLE: FA.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,
-
TABLE: FA.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,
-
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_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:FA_RX_REP_COLUMNS_B=, status:VALID,
-
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 ,
-
Table: FA_RX_SUMMARY_TL
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_SUMMARY_TL, object_name:FA_RX_SUMMARY_TL, status:VALID, product: OFA - Assets , description: Stores summary definitions for Report eXchange report attributes (base MLS table) , implementation_dba_data: FA.FA_RX_SUMMARY_TL ,
-
PACKAGE BODY: APPS.FV_FACTS1_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS1_PKG, status:VALID,
-
Table: FA_RX_SUMMARY_TL
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_SUMMARY_TL, object_name:FA_RX_SUMMARY_TL, status:VALID, product: OFA - Assets , description: Stores summary definitions for Report eXchange report attributes (base MLS table) , implementation_dba_data: FA.FA_RX_SUMMARY_TL ,
-
Table: FA_RX_ATTRSETS_B
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_ATTRSETS_B, object_name:FA_RX_ATTRSETS_B, status:VALID, product: OFA - Assets , description: Stores attribute set information for RX reports (base MLS table) , implementation_dba_data: FA.FA_RX_ATTRSETS_B ,
-
Table: FA_RX_ATTRSETS_B
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_ATTRSETS_B, object_name:FA_RX_ATTRSETS_B, status:VALID, product: OFA - Assets , description: Stores attribute set information for RX reports (base MLS table) , implementation_dba_data: FA.FA_RX_ATTRSETS_B ,
-
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,
-
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.FV_TBAL_BY_TS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_TBAL_BY_TS, status:VALID,
-
PACKAGE BODY: APPS.FV_TBAL_BY_TS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_TBAL_BY_TS, status:VALID,
-
PACKAGE BODY: APPS.FA_RX_REP_COLUMNS_PKG
12.1.1
-
PACKAGE BODY: APPS.FA_RX_REP_COLUMNS_PKG
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.FV_FACTS1_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS1_PKG, status:VALID,
-
PACKAGE BODY: APPS.FV_FACTS_TBAL_TRX
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS_TBAL_TRX, status:VALID,
-
PACKAGE BODY: APPS.FV_FACTS_TBAL_TRX
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS_TBAL_TRX, status:VALID,
-
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.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,
-
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,
-
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.FV_TBAL_BY_TS SQL Statements
12.1.1