Search Results qrm_filters
Overview
The QRM_FILTERS table is a core data object within the Oracle E-Business Suite (EBS) Risk Management (QRM) module. Functioning as the Filters Header table, it serves as the master repository for defining and storing named filter criteria sets. These filters are essential components used to segment and select specific data subsets for risk analysis, reporting, and simulation within the QRM application. The table's primary role is to provide a centralized definition that can be referenced and applied across various risk management processes, ensuring consistency and reusability of complex data selection logic.
Key Information Stored
While the provided ETRM metadata does not list specific columns beyond the primary key, the table's description and relationships indicate its critical data elements. The central column is FILTER_NAME, which serves as the unique identifier (Primary Key) for each filter definition. This name is user-defined and used to reference the filter throughout the QRM application. The table likely stores additional header-level attributes for each filter, which may include creation date, last update date, description, owner, and an indicator of the filter's type or scope. The detailed conditions that constitute the filter's logic are not stored in this header table but are defined in the related child table, QRM_FILTER_CONDITIONS.
Common Use Cases and Queries
This table is central to configuring and executing risk analyses. A primary use case is the setup of an Analysis Profile in QRM_ANALYSIS_SETTINGS, where a predefined filter from QRM_FILTERS is assigned to constrain the scope of a risk calculation, such as limiting a Value at Risk (VaR) simulation to a specific portfolio or instrument type. Administrators may query this table to audit or document existing filter definitions. Common SQL patterns include listing all available filters or identifying filters used in specific analyses.
- Listing all filter definitions:
SELECT filter_name FROM qrm.qrm_filters ORDER BY 1; - Finding analyses using a specific filter:
SELECT a.analysis_name FROM qrm.qrm_analysis_settings a WHERE a.filter_name = '&FILTER_NAME';
Related Objects
The QRM_FILTERS table maintains defined relationships with two other key QRM tables, as documented by the foreign key constraints.
- QRM_FILTER_CONDITIONS: This is a direct child table linked by
FILTER_NAME. It stores the individual criteria (e.g., column, operator, value) that collectively define the logic of the filter header record in QRM_FILTERS. - QRM_ANALYSIS_SETTINGS: This table references QRM_FILTERS via the foreign key column
QRM_ANALYSIS_SETTINGS.FILTER_NAME. It allows a named filter to be applied to a specific risk analysis configuration, determining the data subset for that analysis run.
-
Table: QRM_FILTERS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_FILTERS, object_name:QRM_FILTERS, status:VALID, product: QRM - Risk Management , description: Filters Header , implementation_dba_data: QRM.QRM_FILTERS ,
-
Table: QRM_FILTERS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_FILTERS, object_name:QRM_FILTERS, status:VALID, product: QRM - Risk Management , description: Filters Header , implementation_dba_data: QRM.QRM_FILTERS ,
-
APPS.QRM_PA_CALCULATION_P dependencies on QRM_FILTERS
12.2.2
-
APPS.QRM_PA_CALCULATION_P dependencies on QRM_FILTERS
12.1.1
-
VIEW: QRM.QRM_FILTERS#
12.2.2
owner:QRM, object_type:VIEW, object_name:QRM_FILTERS#, status:VALID,
-
SYNONYM: APPS.QRM_FILTERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:QRM_FILTERS, status:VALID,
-
SYNONYM: APPS.QRM_FILTERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:QRM_FILTERS, status:VALID,
-
TRIGGER: APPS.QRM_FILTERS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:QRM_FILTERS+, status:VALID,
-
VIEW: QRM.QRM_FILTERS#
12.2.2
-
TABLE: QRM.QRM_FILTERS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_FILTERS, object_name:QRM_FILTERS, status:VALID,
-
TRIGGER: APPS.QRM_FILTERS+
12.2.2
-
TABLE: QRM.QRM_FILTERS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_FILTERS, object_name:QRM_FILTERS, status:VALID,
-
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.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
eTRM - QRM Tables and Views
12.1.1
description: Time Intervals for Time Buckets ,
-
eTRM - QRM Tables and Views
12.2.2
description: Time Intervals for Time Buckets ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
FUNCTION: APPS.QRM_FILTERS=
12.2.2
-
Table: QRM_FILTER_CONDITIONS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_FILTER_CONDITIONS, object_name:QRM_FILTER_CONDITIONS, status:VALID, product: QRM - Risk Management , description: Conditions for Filters , implementation_dba_data: QRM.QRM_FILTER_CONDITIONS ,
-
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.2.2 DBA Data
12.2.2
-
Table: QRM_FILTER_CONDITIONS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_FILTER_CONDITIONS, object_name:QRM_FILTER_CONDITIONS, status:VALID, product: QRM - Risk Management , description: Conditions for Filters , implementation_dba_data: QRM.QRM_FILTER_CONDITIONS ,
-
FUNCTION: APPS.QRM_FILTERS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:QRM_FILTERS=, status:VALID,
-
Table: QRM_ANALYSIS_SETTINGS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_ANALYSIS_SETTINGS, object_name:QRM_ANALYSIS_SETTINGS, status:VALID, product: QRM - Risk Management , description: Analysis Settings Information , implementation_dba_data: QRM.QRM_ANALYSIS_SETTINGS ,
-
Table: QRM_ANALYSIS_SETTINGS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_ANALYSIS_SETTINGS, object_name:QRM_ANALYSIS_SETTINGS, status:VALID, product: QRM - Risk Management , description: Analysis Settings Information , implementation_dba_data: QRM.QRM_ANALYSIS_SETTINGS ,
-
PACKAGE BODY: APPS.QRM_PA_CALCULATION_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QRM_PA_CALCULATION_P, status:VALID,
-
PACKAGE BODY: APPS.QRM_PA_CALCULATION_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QRM_PA_CALCULATION_P, status:VALID,
-
TABLE: QRM.QRM_FILTER_CONDITIONS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_FILTER_CONDITIONS, object_name:QRM_FILTER_CONDITIONS, status:VALID,
-
TABLE: QRM.QRM_FILTER_CONDITIONS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_FILTER_CONDITIONS, object_name:QRM_FILTER_CONDITIONS, status:VALID,
-
TABLE: QRM.QRM_ANALYSIS_SETTINGS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_ANALYSIS_SETTINGS, object_name:QRM_ANALYSIS_SETTINGS, status:VALID,
-
TABLE: QRM.QRM_ANALYSIS_SETTINGS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_ANALYSIS_SETTINGS, object_name:QRM_ANALYSIS_SETTINGS, status:VALID,
-
eTRM - QRM Tables and Views
12.1.1
description: Time Intervals for Time Buckets ,
-
eTRM - QRM Tables and Views
12.2.2
description: Time Intervals for Time Buckets ,
-
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
-
APPS.QRM_PA_CALCULATION_P SQL Statements
12.2.2
-
APPS.QRM_PA_CALCULATION_P SQL Statements
12.1.1
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
PACKAGE BODY: APPS.QRM_PA_CALCULATION_P
12.2.2
-
PACKAGE BODY: APPS.QRM_PA_CALCULATION_P
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1