Search Results fa_rx_attrsets_b
Overview
The FA_RX_ATTRSETS_B table is a core data structure within the Oracle E-Business Suite (EBS) Fixed Assets (OFA) module, specifically for versions 12.1.1 and 12.2.2. It functions as the base table in a Multi-Language Support (MLS) architecture, storing the fundamental, non-translatable data for attribute sets used in the generation of RX reports. These reports are critical for asset accounting and regulatory compliance. The table's primary role is to define and manage the relationship between specific RX reports and the attribute sets that determine the data groupings and presentation logic within those reports, serving as a master definition table for report configuration.
Key Information Stored
The table's structure is defined by its primary key columns, which uniquely identify each attribute set configuration for a report. The REPORT_ID column is a foreign key that links the attribute set to its parent report definition in the FA_RX_REPORTS table. The ATTRIBUTE_SET column stores the identifier for the specific set of attributes (e.g., asset category, location, cost center) that will be used to organize data within the linked report. As a base MLS table, FA_RX_ATTRSETS_B holds the seed data, while user-facing translated names and descriptions are stored in its corresponding translation table, FA_RX_ATTRSETS_TL.
Common Use Cases and Queries
This table is primarily accessed during the setup and execution of asset reports. Common use cases include auditing the configuration of all attribute sets assigned to reports, troubleshooting missing report data due to incorrect attribute set assignments, and developing custom report extensions. A typical query would join this table to its translation table to retrieve a readable list of attribute sets for a specific report.
- Sample Query: SELECT b.report_id, b.attribute_set, tl.meaning FROM fa_rx_attrsets_b b, fa_rx_attrsets_tl tl WHERE b.report_id = tl.report_id AND b.attribute_set = tl.attribute_set AND tl.language = USERENV('LANG');
- Reporting Use Case: Identifying all reports configured to use a specific attribute set, such as 'COST_CENTER', for segregation of financial data.
Related Objects
FA_RX_ATTRSETS_B is central to the RX reporting subsystem, with documented foreign key relationships to several key tables.
- FA_RX_REPORTS: The parent table. FA_RX_ATTRSETS_B.REPORT_ID references FA_RX_REPORTS to define the owning report.
- FA_RX_ATTRSETS_TL: The translation table. It references both REPORT_ID and ATTRIBUTE_SET from FA_RX_ATTRSETS_B to provide language-specific names.
- FA_RX_REP_COLUMNS_B: References the table to define which report columns are associated with a specific attribute set for a given report.
- FA_RX_SECURITY: References the table to manage security rules and access controls tied to specific report and attribute set combinations.
-
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 ,
-
APPS.IGI_IAC_PROJ_PKG dependencies on FA_RX_ATTRSETS_B
12.1.1
-
APPS.FA_RX_ATTRSETS_PKG dependencies on FA_RX_ATTRSETS_B
12.2.2
-
APPS.IGI_IAC_PROJ_PKG dependencies on FA_RX_ATTRSETS_B
12.1.1
-
APPS.FA_RX_ATTRSETS_PKG dependencies on FA_RX_ATTRSETS_B
12.1.1
-
APPS.IGI_IAC_PROJ_PKG dependencies on FA_RX_ATTRSETS_B
12.2.2
-
APPS.IGI_IAC_PROJ_PKG dependencies on FA_RX_ATTRSETS_B
12.2.2
-
VIEW: FA.FA_RX_ATTRSETS_B#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_RX_ATTRSETS_B#, status:VALID,
-
SYNONYM: APPS.FA_RX_ATTRSETS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_RX_ATTRSETS_B, status:VALID,
-
TRIGGER: APPS.FA_RX_ATTRSETS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:FA_RX_ATTRSETS_B+, status:VALID,
-
SYNONYM: APPS.FA_RX_ATTRSETS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_RX_ATTRSETS_B, status:VALID,
-
VIEW: FA.FA_RX_ATTRSETS_B#
12.2.2
-
TRIGGER: APPS.FA_RX_ATTRSETS_B+
12.2.2
-
VIEW: APPS.FA_RX_ATTRSETS_VL
12.1.1
-
VIEW: APPS.FA_RX_ATTRSETS_VL
12.2.2
-
APPS.FA_RX_ATTRSETS_PKG SQL Statements
12.2.2
-
TABLE: FA.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,
-
APPS.FA_RX_ATTRSETS_PKG SQL Statements
12.1.1
-
TABLE: FA.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,
-
Table: FA_RX_SECURITY
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_SECURITY, object_name:FA_RX_SECURITY, status:VALID, product: OFA - Assets , description: Stores security assignments for Report eXchange Attribute sets , implementation_dba_data: FA.FA_RX_SECURITY ,
-
Table: FA_RX_REPORTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_REPORTS, object_name:FA_RX_REPORTS, status:VALID, product: OFA - Assets , description: Stores Report eXchange report definitions , implementation_dba_data: FA.FA_RX_REPORTS ,
-
FUNCTION: APPS.FA_RX_ATTRSETS_B=
12.2.2
-
Table: FA_RX_ATTRSETS_TL
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_ATTRSETS_TL, object_name:FA_RX_ATTRSETS_TL, status:VALID, product: OFA - Assets , description: Stores Attribute Set information for RX reports (translated MLS table) , implementation_dba_data: FA.FA_RX_ATTRSETS_TL ,
-
Table: FA_RX_REPORTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_REPORTS, object_name:FA_RX_REPORTS, status:VALID, product: OFA - Assets , description: Stores Report eXchange report definitions , implementation_dba_data: FA.FA_RX_REPORTS ,
-
FUNCTION: APPS.FA_RX_ATTRSETS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:FA_RX_ATTRSETS_B=, status:VALID,
-
Table: FA_RX_SECURITY
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_SECURITY, object_name:FA_RX_SECURITY, status:VALID, product: OFA - Assets , description: Stores security assignments for Report eXchange Attribute sets , implementation_dba_data: FA.FA_RX_SECURITY ,
-
Table: FA_RX_ATTRSETS_TL
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_RX_ATTRSETS_TL, object_name:FA_RX_ATTRSETS_TL, status:VALID, product: OFA - Assets , description: Stores Attribute Set information for RX reports (translated MLS table) , implementation_dba_data: FA.FA_RX_ATTRSETS_TL ,
-
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: APPS.IGI_IAC_PROJ_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGI_IAC_PROJ_PKG, status:VALID,
-
PACKAGE: APPS.IGI_IAC_PROJ_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IGI_IAC_PROJ_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_RX_ATTRSETS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FA_RX_ATTRSETS_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_RX_ATTRSETS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_RX_ATTRSETS_PKG, status:VALID,
-
View: FA_RX_ATTRSETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RX_ATTRSETS_VL, object_name:FA_RX_ATTRSETS_VL, status:VALID, product: OFA - Assets , description: Stores attribute set information for RX reports (translated MLS view) , implementation_dba_data: APPS.FA_RX_ATTRSETS_VL ,
-
View: FA_RX_ATTRSETS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RX_ATTRSETS_VL, object_name:FA_RX_ATTRSETS_VL, status:VALID, product: OFA - Assets , description: Stores attribute set information for RX reports (translated MLS view) , implementation_dba_data: APPS.FA_RX_ATTRSETS_VL ,
-
PACKAGE BODY: APPS.IGI_IAC_PROJ_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_IAC_PROJ_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGI_IAC_PROJ_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IGI_IAC_PROJ_PKG, status:VALID,
-
PACKAGE BODY: APPS.FA_RX_ATTRSETS_PKG
12.1.1
-
PACKAGE BODY: APPS.FA_RX_ATTRSETS_PKG
12.2.2
-
VIEW: APPS.FA_RX_ATTRSETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RX_ATTRSETS_VL, object_name:FA_RX_ATTRSETS_VL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.FA_RX_ATTRSETS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OFA.FA_RX_ATTRSETS_VL, object_name:FA_RX_ATTRSETS_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_ATTRSETS_PKG dependencies on FA_RX_ATTRSETS_TL
12.2.2
-
APPS.FA_RX_ATTRSETS_PKG dependencies on FA_RX_ATTRSETS_TL
12.1.1
-
eTRM - OFA Tables and Views
12.2.2