Search Results analysis
The QRM_SAVED_ANALYSES_ROW
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Quality Management (QM) module, specifically supporting the Quality Results Manager (QRM) functionality. This table stores detailed row-level data for saved quality analyses, enabling users to retain, retrieve, and reuse analytical configurations for quality inspections, tests, and compliance reporting. Below is a detailed breakdown of its purpose, structure, and integration within Oracle EBS.
Purpose and Functional Context
TheQRM_SAVED_ANALYSES_ROW
table acts as a repository for granular data associated with saved quality analyses. These analyses are typically used to evaluate product quality, monitor manufacturing processes, or ensure regulatory compliance. By persisting analysis configurations, organizations can standardize quality checks, reduce manual reconfiguration efforts, and ensure consistency in reporting. The table works in tandem with QRM_SAVED_ANALYSES
(which stores header-level information) to provide a complete framework for reusable quality analysis templates.
Key Columns and Data Structure
The table's schema includes columns that capture both metadata and substantive data for each analysis row. Notable columns include:- SAVED_ANALYSIS_ROW_ID: Primary key, uniquely identifying each row in the table.
- SAVED_ANALYSIS_ID: Foreign key linking to the parent record in
QRM_SAVED_ANALYSES
. - ROW_NUMBER: Sequence number defining the order of rows within an analysis.
- CRITERIA_TYPE: Specifies the type of quality criterion (e.g., attribute, variable, or pass/fail).
- CRITERIA_VALUE: Stores the actual value or threshold for the quality criterion.
- OPERATOR: Defines the comparison operator (e.g., "=", ">", "<") for evaluating results.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Audit columns tracking record creation and modifications.
Integration with Oracle EBS Modules
The table integrates with several EBS modules:- Quality Management (QM): Core integration for defining and executing quality tests.
- Inventory Management (INV): Links quality criteria to specific items or lots.
- Manufacturing (WIP, BOM): Supports in-process quality checks during production.
- Procurement (PO): Validates supplier quality performance.
Technical Considerations
- Indexing: The table is typically indexed on
SAVED_ANALYSIS_ID
andSAVED_ANALYSIS_ROW_ID
for efficient querying. - Partitioning: In high-volume environments, partitioning by
CREATION_DATE
may improve performance. - API Usage: Oracle provides PL/SQL APIs (e.g.,
QRM_SAVED_ANALYSES_PKG
) to interact with the table programmatically.
Customization and Extensions
Organizations often extend the table's functionality by:- Adding custom columns for industry-specific quality metrics.
- Developing triggers to enforce business rules during data manipulation.
- Integrating with BI tools for advanced analytics.
Conclusion
TheQRM_SAVED_ANALYSES_ROW
table is a foundational component of Oracle EBS's Quality Management infrastructure, enabling systematic quality control through reusable analysis templates. Its design supports flexibility, auditability, and integration across manufacturing, inventory, and procurement processes. Proper utilization of this table can significantly enhance quality assurance efficiency and data-driven decision-making in Oracle EBS environments.
-
Concurrent Program: QRMPACAL
12.2.2
execution_filename: QRM_PA_CALCULATION_P.run_analysis_cp , product: QRM - Risk Management , user_name: QRMPACAL , description: Portfolio Analysis - Run Analysis , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: QRMPACAL
12.1.1
execution_filename: QRM_PA_CALCULATION_P.run_analysis_cp , product: QRM - Risk Management , user_name: QRMPACAL , description: Portfolio Analysis - Run Analysis , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: QRM_ANALYSIS_SOURCE
12.1.1
product: QRM - Risk Management , meaning: Callers of analysis engine. , description: Callers of analysis engine. ,
-
Lookup Type: QRM_ANALYSIS_SOURCE
12.2.2
product: QRM - Risk Management , meaning: Callers of analysis engine. , description: Callers of analysis engine. ,
-
Lookup Type: QRM_ANA_TYPE
12.1.1
product: QRM - Risk Management , meaning: QRM Analysis Type , description: QRM Analysis Type ,
-
Lookup Type: QRM_ANA_TYPE
12.2.2
product: QRM - Risk Management , meaning: QRM Analysis Type , description: QRM Analysis Type ,
-
Lookup Type: QRM_ANA_LIST_STATUS
12.1.1
product: QRM - Risk Management , meaning: Analysis List Status , description: Analysis List Status ,
-
Lookup Type: QRM_ANA_LIST_STATUS
12.2.2
product: QRM - Risk Management , meaning: Analysis List Status , description: Analysis List Status ,
-
Lookup Type: QRM_ANA_CURR_UNITS
12.1.1
product: QRM - Risk Management , meaning: Analysis Currency Units , description: Analysis Currency Units ,
-
Lookup Type: QRM_ANA_CURR_UNITS
12.2.2
product: QRM - Risk Management , meaning: Analysis Currency Units , description: Analysis Currency Units ,
-
Table: QRM_SAVED_ANALYSES_ROW
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_SAVED_ANALYSES_ROW, object_name:QRM_SAVED_ANALYSES_ROW, status:VALID, product: QRM - Risk Management , description: Rows that are displayed below the column header for Analysis Results. , implementation_dba_data: QRM.QRM_SAVED_ANALYSES_ROW ,
-
Lookup Type: QRM_ANALYSIS_TOTAL
12.1.1
product: QRM - Risk Management , meaning: Label for Total in Portfolio Analysis , description: Label for Total in Portfolio A ,
-
Table: QRM_ANALYSIS_ATTS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_ANALYSIS_ATTS, object_name:QRM_ANALYSIS_ATTS, status:VALID, product: QRM - Risk Management , description: Analysis Attributes Information , implementation_dba_data: QRM.QRM_ANALYSIS_ATTS ,
-
Table: QRM_SAVED_ANALYSES_ROW
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_SAVED_ANALYSES_ROW, object_name:QRM_SAVED_ANALYSES_ROW, status:VALID, product: QRM - Risk Management , description: Rows that are displayed below the column header for Analysis Results. , implementation_dba_data: QRM.QRM_SAVED_ANALYSES_ROW ,
-
Lookup Type: QRM_ANALYSIS_TOTAL
12.2.2
product: QRM - Risk Management , meaning: Label for Total in Portfolio Analysis , description: Label for Total in Portfolio A ,
-
Table: QRM_ANA_ATTS_LOOKUPS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_ANA_ATTS_LOOKUPS, object_name:QRM_ANA_ATTS_LOOKUPS, status:VALID, product: QRM - Risk Management , description: Deal attribute properties to control Risk Analysis behavior. , implementation_dba_data: QRM.QRM_ANA_ATTS_LOOKUPS ,
-
Table: QRM_ANALYSIS_ATTS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_ANALYSIS_ATTS, object_name:QRM_ANALYSIS_ATTS, status:VALID, product: QRM - Risk Management , description: Analysis Attributes Information , implementation_dba_data: QRM.QRM_ANALYSIS_ATTS ,
-
Table: QRM_DEALS_ANALYSES
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_DEALS_ANALYSES, object_name:QRM_DEALS_ANALYSES, status:VALID, product: QRM - Risk Management , description: Maps the deal calculations that belong to an analysis. , implementation_dba_data: QRM.QRM_DEALS_ANALYSES ,
-
Table: QRM_DEAL_CALC_ERRORS
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_DEAL_CALC_ERRORS, object_name:QRM_DEAL_CALC_ERRORS, status:VALID, product: QRM - Risk Management , description: Error and warning messages for analysis runs , implementation_dba_data: QRM.QRM_DEAL_CALC_ERRORS ,
-
Table: QRM_DEALS_ANALYSES
12.2.2
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_DEALS_ANALYSES, object_name:QRM_DEALS_ANALYSES, status:VALID, product: QRM - Risk Management , description: Maps the deal calculations that belong to an analysis. , implementation_dba_data: QRM.QRM_DEALS_ANALYSES ,
-
Table: QRM_ANA_ATTS_LOOKUPS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_ANA_ATTS_LOOKUPS, object_name:QRM_ANA_ATTS_LOOKUPS, status:VALID, product: QRM - Risk Management , description: Deal attribute properties to control Risk Analysis behavior. , implementation_dba_data: QRM.QRM_ANA_ATTS_LOOKUPS ,
-
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 ,
-
Table: QRM_DEAL_CALC_ERRORS
12.1.1
owner:QRM, object_type:TABLE, fnd_design_data:QRM.QRM_DEAL_CALC_ERRORS, object_name:QRM_DEAL_CALC_ERRORS, status:VALID, product: QRM - Risk Management , description: Error and warning messages for analysis runs , implementation_dba_data: QRM.QRM_DEAL_CALC_ERRORS ,
-
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 ,
-
Lookup Type: QRM_ANALYSIS_ATTRIBUTES
12.2.2
product: QRM - Risk Management , meaning: Lookup table for Analysis Attributes , description: Lookup table for Analysis Attributes ,
-
Lookup Type: QRM_ANALYSIS_ATTRIBUTES
12.1.1
product: QRM - Risk Management , meaning: Lookup table for Analysis Attributes , description: Lookup table for Analysis Attributes ,
-
View: QRM_ANALYSIS_DEALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QRM.QRM_ANALYSIS_DEALS_V, object_name:QRM_ANALYSIS_DEALS_V, status:VALID, product: QRM - Risk Management , description: Deals calculated by Risk Analysis , implementation_dba_data: APPS.QRM_ANALYSIS_DEALS_V ,
-
View: QRM_ANALYSIS_DEALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QRM.QRM_ANALYSIS_DEALS_V, object_name:QRM_ANALYSIS_DEALS_V, status:VALID, product: QRM - Risk Management , description: Deals calculated by Risk Analysis , implementation_dba_data: APPS.QRM_ANALYSIS_DEALS_V ,
-
View: QRM_ANALYSIS_DISC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QRM.QRM_ANALYSIS_DISC_V, object_name:QRM_ANALYSIS_DISC_V, status:VALID, product: QRM - Risk Management , description: Deals calculated by Risk Analysis, including date dependent attributes , implementation_dba_data: APPS.QRM_ANALYSIS_DISC_V ,
-
View: QRM_ANALYSIS_DISC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QRM.QRM_ANALYSIS_DISC_V, object_name:QRM_ANALYSIS_DISC_V, status:VALID, product: QRM - Risk Management , description: Deals calculated by Risk Analysis, including date dependent attributes , implementation_dba_data: APPS.QRM_ANALYSIS_DISC_V ,
-
View: QRM_CURRENT_DEALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QRM.QRM_CURRENT_DEALS_V, object_name:QRM_CURRENT_DEALS_V, status:VALID, product: QRM - Risk Management , description: Current Treasury deals used by Risk Analysis , implementation_dba_data: APPS.QRM_CURRENT_DEALS_V ,
-
View: QRM_CURRENT_DEALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QRM.QRM_CURRENT_DEALS_V, object_name:QRM_CURRENT_DEALS_V, status:VALID, product: QRM - Risk Management , description: Current Treasury deals used by Risk Analysis , implementation_dba_data: APPS.QRM_CURRENT_DEALS_V ,