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 ,
-
APPS.QA_ERES_UTIL dependencies on QA_RESULTS
12.1.1
-
APPS.QA_PLANS_PUB dependencies on QA_RESULTS
12.1.1
-
APPS.QLTNINRB dependencies on QA_RESULTS
12.1.1
-
APPS.QA_RESULTS_API dependencies on QA_RESULTS
12.1.1
-
APPS.EAM_ASSET_OPERATION_TXN_PVT dependencies on QA_RESULTS
12.1.1
-
APPS.AHL_PRD_PRINT_PVT dependencies on QA_RESULTS
12.2.2
-
APPS.QLTNINRB dependencies on QA_RESULTS
12.2.2
-
APPS.QA_SKIPLOT_RCV_GRP dependencies on QA_RESULTS
12.2.2
-
APPS.QA_SS_OM dependencies on QA_RESULTS
12.2.2
-
APPS.QA_SKIPLOT_RES_ENGINE dependencies on QA_RESULTS
12.2.2
-
APPS.QLTDACTB dependencies on QA_RESULTS
12.2.2
-
APPS.QA_SEQUENCE_API dependencies on QA_RESULTS
12.2.2
-
APPS.QA_RESULTS_API dependencies on QA_RESULTS
12.2.2
-
APPS.QA_TXN_GRP dependencies on QA_RESULTS
12.2.2
-
APPS.QA_RESULTS_WF_PKG dependencies on QA_RESULTS
12.2.2
-
APPS.QA_RESULTS_PKG dependencies on QA_RESULTS
12.2.2
-
APPS.AHL_PRD_DISPOSITION_PVT dependencies on QA_RESULTS
12.2.2
-
APPS.QA_TCA_PKG dependencies on QA_RESULTS
12.2.2
-
APPS.AHL_PRD_BLK_PARTS_CHANGE_PVT dependencies on QA_RESULTS
12.2.2
-
APPS.QLTDACTB dependencies on QA_RESULTS
12.1.1
-
APPS.QA_ERES_DEFER dependencies on QA_RESULTS
12.1.1
-
APPS.QA_RESULTS_PKG dependencies on QA_RESULTS
12.1.1
-
APPS.QA_VALIDATION_API dependencies on QA_RESULTS
12.2.2
-
APPS.AHL_QA_RESULTS_PVT dependencies on QA_RESULTS
12.1.1
-
APPS.QLTTRAWB dependencies on QA_RESULTS
12.1.1
-
APPS.QLTTRAWB dependencies on QA_RESULTS
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on QA_RESULTS
12.2.2
-
APPS.QA_PARENT_CHILD_PKG dependencies on QA_RESULTS
12.2.2
-
APPS.AHL_UMP_UNITMAINT_PVT dependencies on QA_RESULTS
12.1.1
-
APPS.QA_SEQUENCE_API dependencies on QA_RESULTS
12.1.1
-
APPS.CSD_REPAIR_TASK_UTIL dependencies on QA_RESULTS
12.1.1
-
APPS.AHL_PRD_DISPOSITION_PVT dependencies on QA_RESULTS
12.1.1
-
APPS.QA_TXN_GRP dependencies on QA_RESULTS
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on QA_RESULTS
12.1.1
-
APPS.QA_AUDIT_PKG dependencies on QA_RESULTS
12.2.2
-
APPS.EAM_PROCESS_WO_PVT dependencies on QA_RESULTS
12.2.2
-
APPS.QA_ERES_UTIL dependencies on QA_RESULTS
12.2.2
-
APPS.QA_SS_RESULTS dependencies on QA_RESULTS
12.2.2
-
APPS.QA_SS_OM dependencies on QA_RESULTS
12.1.1
-
APPS.QA_INSPECTION_PKG dependencies on QA_RESULTS
12.1.1
-
APPS.QA_SAMPLING_PKG dependencies on QA_RESULTS
12.2.2
-
APPS.CSD_REPAIR_TASK_UTIL dependencies on QA_RESULTS
12.2.2
-
APPS.WIP_DISCRETE_WS_MOVE dependencies on QA_RESULTS
12.2.2
-
APPS.AHL_PRD_UTIL_PKG dependencies on QA_RESULTS
12.2.2
-
APPS.QA_WEB_TXN_API dependencies on QA_RESULTS
12.2.2
-
APPS.QA_RESULT_GRP dependencies on QA_RESULTS
12.2.2
-
APPS.QA_AUDIT_PKG dependencies on QA_RESULTS
12.1.1
-
APPS.QA_SS_RESULTS dependencies on QA_RESULTS
12.1.1