Search Results qa_results
Overview
The QA_RESULTS table is the central data repository for quality inspection results within the Oracle E-Business Suite Quality Management module (QA). It stores the detailed outcomes of all quality collection plan transactions performed across the enterprise, including inspections for inventory, purchasing, manufacturing, and customer returns. Its role is to persist the factual measurements, attribute checks, and decision results that determine the acceptance or rejection of materials and products, forming the core of the quality history and traceability system in Oracle EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is defined by a composite primary key consisting of COLLECTION_ID and OCCURRENCE, which uniquely identifies each inspection result record. Key columns link the result to its governing quality plan (PLAN_ID) and specification (SPEC_ID). Crucially, the table integrates with multiple EBS functional areas through foreign keys, storing references to the inspected item (ITEM_ID, ORGANIZATION_ID), work order (WIP_ENTITY_ID, WORK_ORDER_ID), supplier (VENDOR_ID, PO_RELEASE_ID), customer (CUSTOMER_ID), and resource or department (RESOURCE_ID, DEPARTMENT_ID). It also records the inspector (QA_CREATED_BY) and supports parent-child relationships between results via the QA_PC_RESULTS_RELATIONSHIP table.
Common Use Cases and Queries
Primary use cases include generating quality performance reports, analyzing defect trends, and supporting traceability inquiries. A common query retrieves all rejection results for a specific item to identify chronic quality issues. For example:
- SELECT qr.collection_id, qr.item_id, qr.last_update_date FROM qa.qa_results qr WHERE qr.item_id = :p_item_id AND qr.organization_id = :p_org_id AND EXISTS (SELECT 1 FROM qa.qa_results_char qrc WHERE qrc.collection_id = qr.collection_id AND qrc.occurrence = qr.occurrence AND qrc.result_value = 'REJECT');
Another frequent pattern joins QA_RESULTS with QA_PLANS and MTL_SYSTEM_ITEMS_B to report on inspection results by collection plan name and item number, which is foundational for supplier or manufacturing process quality scorecards.
Related Objects
QA_RESULTS has extensive relationships with core EBS tables, as documented in its foreign keys. It is directly childed to QA_PLANS and QA_SPECS. Its integration with inventory is through MTL_SYSTEM_ITEMS_B, with manufacturing via WIP_ENTITIES and BOM_RESOURCES, and with supply chain through PO_VENDORS and PO_RELEASES_ALL. The QA_PC_RESULTS_RELATIONSHIP table defines hierarchical links between result records. For detailed characteristic (QA_RESULTS_CHAR) and variable (QA_RESULTS_NUM) data, results are further expanded into child tables. Key APIs for interacting with this data include the Quality Results API and the Quality Collection Plans API.
-
Table: QA_RESULTS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_RESULTS, object_name:QA_RESULTS, status:VALID, product: QA - Quality , description: Quality Results data repository , implementation_dba_data: QA.QA_RESULTS ,
-
Table: QA_RESULTS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_RESULTS, object_name:QA_RESULTS, status:VALID, product: QA - Quality , description: Quality Results data repository , implementation_dba_data: QA.QA_RESULTS ,
-
Table: QA_PC_RESULTS_RELATIONSHIP
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PC_RESULTS_RELATIONSHIP, object_name:QA_PC_RESULTS_RELATIONSHIP, status:VALID, product: QA - Quality , description: This table stores the relationship between two parent and child result rows. , implementation_dba_data: QA.QA_PC_RESULTS_RELATIONSHIP ,
-
Table: QA_PC_RESULTS_RELATIONSHIP
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PC_RESULTS_RELATIONSHIP, object_name:QA_PC_RESULTS_RELATIONSHIP, status:VALID, product: QA - Quality , description: This table stores the relationship between two parent and child result rows. , implementation_dba_data: QA.QA_PC_RESULTS_RELATIONSHIP ,
-
Table: QA_SPECS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_SPECS, object_name:QA_SPECS, status:VALID, product: QA - Quality , description: Defines Quality Specifications , implementation_dba_data: QA.QA_SPECS ,
-
View: QA_GLOBAL_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_GLOBAL_RESULTS_V, object_name:QA_GLOBAL_RESULTS_V, status:VALID, product: QA - Quality , description: Global view used in BIS workbook. , implementation_dba_data: APPS.QA_GLOBAL_RESULTS_V ,
-
View: QA_GLOBAL_RESULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_GLOBAL_RESULTS_V, object_name:QA_GLOBAL_RESULTS_V, status:VALID, product: QA - Quality , description: Global view used in BIS workbook. , implementation_dba_data: APPS.QA_GLOBAL_RESULTS_V ,
-
Table: QA_SPECS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_SPECS, object_name:QA_SPECS, status:VALID, product: QA - Quality , description: Defines Quality Specifications , implementation_dba_data: QA.QA_SPECS ,
-
View: QA_ERES_INTEGRATION_PLANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_INTEGRATION_PLANS_V, object_name:QA_ERES_INTEGRATION_PLANS_V, status:VALID, product: QA - Quality , description: Top level plans and collection IDs for electronic records , implementation_dba_data: APPS.QA_ERES_INTEGRATION_PLANS_V ,
-
View: QA_ERES_INTEGRATION_PLANS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_INTEGRATION_PLANS_V, object_name:QA_ERES_INTEGRATION_PLANS_V, status:VALID, product: QA - Quality , description: Top level plans and collection IDs for electronic records , implementation_dba_data: APPS.QA_ERES_INTEGRATION_PLANS_V ,
-
View: QA_COLLECTION_PLAN_VIEWS_V
12.2.2
product: QA - Quality , description: Collection Plan Views allow you to query and inspect Quality result data for a particular collection plan in the Quality data repository. , implementation_dba_data: Not implemented in this database ,
-
View: QA_PC_RESULTS_RELATIONSHIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PC_RESULTS_RELATIONSHIP_V, object_name:QA_PC_RESULTS_RELATIONSHIP_V, status:VALID, product: QA - Quality , description: Parent/child relationship view , implementation_dba_data: APPS.QA_PC_RESULTS_RELATIONSHIP_V ,
-
Table: QA_PLANS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLANS, object_name:QA_PLANS, status:VALID, product: QA - Quality , description: Collection plan definitions , implementation_dba_data: QA.QA_PLANS ,
-
View: QA_PC_RESULTS_RELATIONSHIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PC_RESULTS_RELATIONSHIP_V, object_name:QA_PC_RESULTS_RELATIONSHIP_V, status:VALID, product: QA - Quality , description: Parent/child relationship view , implementation_dba_data: APPS.QA_PC_RESULTS_RELATIONSHIP_V ,
-
Table: QA_PLANS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLANS, object_name:QA_PLANS, status:VALID, product: QA - Quality , description: Collection plan definitions , implementation_dba_data: QA.QA_PLANS ,
-
View: QA_COLLECTION_PLAN_VIEWS_V
12.1.1
product: QA - Quality , description: Collection Plan Views allow you to query and inspect Quality result data for a particular collection plan in the Quality data repository. , implementation_dba_data: Not implemented in this database ,
-
View: QA_RESULTS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_RESULTS_VAL_V, object_name:QA_RESULTS_VAL_V, status:VALID, product: QA - Quality , description: Shows only valid quality results , implementation_dba_data: APPS.QA_RESULTS_VAL_V ,
-
View: QA_RESULTS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_RESULTS_VAL_V, object_name:QA_RESULTS_VAL_V, status:VALID, product: QA - Quality , description: Shows only valid quality results , implementation_dba_data: APPS.QA_RESULTS_VAL_V ,
-
View: QA_RESULTS_QWB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_RESULTS_QWB_V, object_name:QA_RESULTS_QWB_V, status:VALID, product: QA - Quality , description: Shows all quality results , implementation_dba_data: APPS.QA_RESULTS_QWB_V ,
-
View: QA_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_RESULTS_V, object_name:QA_RESULTS_V, status:VALID, product: QA - Quality , description: Shows all quality results , implementation_dba_data: APPS.QA_RESULTS_V ,
-
View: QA_RESULTS_FULL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_RESULTS_FULL_V, object_name:QA_RESULTS_FULL_V, status:VALID, product: QA - Quality , description: Shows all quality results , implementation_dba_data: APPS.QA_RESULTS_FULL_V ,
-
View: QA_RESULTS_FULL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_RESULTS_FULL_V, object_name:QA_RESULTS_FULL_V, status:VALID, product: QA - Quality , description: Shows all quality results , implementation_dba_data: APPS.QA_RESULTS_FULL_V ,
-
View: QA_RESULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_RESULTS_V, object_name:QA_RESULTS_V, status:VALID, product: QA - Quality , description: Shows all quality results , implementation_dba_data: APPS.QA_RESULTS_V ,