Search Results qa_criteria
Overview
The QA_CRITERIA table is a core data object within the Oracle E-Business Suite Quality (QA) module. It functions as a repository for storing the specific "show results where" criteria definitions used by various Quality analysis and reporting tools. These criteria are the conditional rules applied to filter and evaluate quality data. The table's primary role is to support the Quality Dynamic Reportwriter and charting functionalities, enabling users to define and save complex, reusable sets of conditions for generating tailored quality reports and performance charts. It acts as a child table, storing the individual line-level conditions that collectively form a complete criteria set defined in the parent QA_CRITERIA_HEADERS table.
Key Information Stored
The table stores the building blocks of a quality data filter. Each row represents a single condition. While the full column list is not detailed in the provided metadata, the structure implies several critical fields. The CRITERIA_SEQUENCE column, part of the primary key, determines the order of evaluation for multiple conditions. The CRITERIA_ID is a foreign key linking the condition back to its parent header record in QA_CRITERIA_HEADERS. The CHAR_ID is a foreign key referencing the QA_CHARS table, which stores the definition of the specific quality characteristic (e.g., hardness, diameter, pass/fail) being evaluated. Other columns would typically store the operator (e.g., =, >, BETWEEN) and the target or comparison value for the condition against the selected characteristic.
Common Use Cases and Queries
The primary use case is the runtime execution of saved criteria sets for reporting. When a user runs a Dynamic Report or chart, the application queries this table to retrieve the list of conditions associated with the selected criteria set. A common reporting need is to audit or document configured criteria. A sample query to list all conditions for a specific criteria header would be:
- SELECT qc.criteria_sequence, qch.name AS criteria_set, qc.char_id, qcharc.name AS characteristic_name FROM qa_criteria qc JOIN qa_criteria_headers qch ON qc.criteria_id = qch.criteria_id JOIN qa_chars qcharc ON qc.char_id = qcharc.char_id WHERE qch.name = '<CRITERIA_SET_NAME>' ORDER BY qc.criteria_sequence;
This is valuable for technical consultants validating configurations or troubleshooting report output. Developers may also query this table directly when building custom integrations or data extracts that must adhere to the same business logic as the standard Quality reports.
Related Objects
QA_CRITERIA has defined relationships with several key Quality module tables, as indicated by its foreign keys. The QA_CRITERIA_HEADERS table is its direct parent, storing the name and header-level information for each complete criteria set. The QA_CHARS table is essential, as it provides the metadata for the quality characteristic being tested in each condition row. Given its purpose, QA_CRITERIA is also fundamentally related to the core quality results tables, such as QA_RESULTS, as the criteria defined within it are applied against the data stored there. The table is central to the Quality Dynamic Reportwriter engine and charting utilities, which programmatically reference it to build dynamic SQL for data retrieval.
-
Table: QA_CRITERIA
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CRITERIA, object_name:QA_CRITERIA, status:VALID, product: QA - Quality , description: Stores "show results where" criteria for chart, Quality Dynamic Reportwriter etc. , implementation_dba_data: QA.QA_CRITERIA ,
-
Table: QA_CRITERIA
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CRITERIA, object_name:QA_CRITERIA, status:VALID, product: QA - Quality , description: Stores "show results where" criteria for chart, Quality Dynamic Reportwriter etc. , implementation_dba_data: QA.QA_CRITERIA ,
-
APPS.QA_CHAR_UPDATE_PKG dependencies on QA_CRITERIA
12.2.2
-
APPS.QA_CHAR_UPDATE_PKG dependencies on QA_CRITERIA
12.1.1
-
VIEW: APPS.QA_CRITERIA_V1
12.1.1
-
VIEW: QA.QA_CRITERIA#
12.2.2
owner:QA, object_type:VIEW, object_name:QA_CRITERIA#, status:VALID,
-
SYNONYM: APPS.QA_CRITERIA
12.2.2
owner:APPS, object_type:SYNONYM, object_name:QA_CRITERIA, status:VALID,
-
TABLE: QA.QA_CRITERIA
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CRITERIA, object_name:QA_CRITERIA, status:VALID,
-
VIEW: APPS.QA_CRITERIA_V1
12.2.2
-
SYNONYM: APPS.QA_CRITERIA
12.1.1
owner:APPS, object_type:SYNONYM, object_name:QA_CRITERIA, status:VALID,
-
TABLE: QA.QA_CRITERIA
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CRITERIA, object_name:QA_CRITERIA, status:VALID,
-
VIEW: QA.QA_CRITERIA#
12.2.2
-
Table: QA_CRITERIA_HEADERS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CRITERIA_HEADERS, object_name:QA_CRITERIA_HEADERS, status:VALID, product: QA - Quality , description: Header table for Criterias , implementation_dba_data: QA.QA_CRITERIA_HEADERS ,
-
Table: QA_CRITERIA_HEADERS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CRITERIA_HEADERS, object_name:QA_CRITERIA_HEADERS, status:VALID, product: QA - Quality , description: Header table for Criterias , implementation_dba_data: QA.QA_CRITERIA_HEADERS ,
-
Table: QA_CHARS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHARS, object_name:QA_CHARS, status:VALID, product: QA - Quality , description: Collection elements definitions , implementation_dba_data: QA.QA_CHARS ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
View: QA_CRITERIA_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CRITERIA_V1, object_name:QA_CRITERIA_V1, status:VALID, product: QA - Quality , description: Shows chart and Quality Dynamic Reportwriter criterias , implementation_dba_data: APPS.QA_CRITERIA_V1 ,
-
View: QA_CRITERIA_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CRITERIA_V1, object_name:QA_CRITERIA_V1, status:VALID, product: QA - Quality , description: Shows chart and Quality Dynamic Reportwriter criterias , implementation_dba_data: APPS.QA_CRITERIA_V1 ,
-
Table: QA_CHARS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHARS, object_name:QA_CHARS, status:VALID, product: QA - Quality , description: Collection elements definitions , implementation_dba_data: QA.QA_CHARS ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design 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
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.QA_CHAR_UPDATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QA_CHAR_UPDATE_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.QA_CHAR_UPDATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QA_CHAR_UPDATE_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.QA_CRITERIA_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CRITERIA_V1, object_name:QA_CRITERIA_V1, status:VALID,
-
VIEW: APPS.QA_CRITERIA_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CRITERIA_V1, object_name:QA_CRITERIA_V1, status:VALID,
-
TABLE: QA.QA_CRITERIA_HEADERS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CRITERIA_HEADERS, object_name:QA_CRITERIA_HEADERS, status:VALID,
-
TABLE: QA.QA_CRITERIA_HEADERS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CRITERIA_HEADERS, object_name:QA_CRITERIA_HEADERS, status:VALID,
-
APPS.QA_CHAR_UPDATE_PKG SQL Statements
12.1.1
-
APPS.QA_CHAR_UPDATE_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.QA_CHAR_UPDATE_PKG
12.1.1
-
PACKAGE BODY: APPS.QA_CHAR_UPDATE_PKG
12.2.2
-
eTRM - QA Tables and Views
12.1.1
description: Define information on applicability of a collection plan for a Quality Collection transaction ,
-
eTRM - QA Tables and Views
12.2.2
description: Define information on applicability of a collection plan for a Quality Collection transaction ,
-
eTRM - QA Tables and Views
12.1.1
description: Define information on applicability of a collection plan for a Quality Collection transaction ,
-
eTRM - QA Tables and Views
12.2.2
description: Define information on applicability of a collection plan for a Quality Collection transaction ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1