Search Results qa_specs
Overview
The QA_SPECS table is a core data object within the Oracle E-Business Suite (EBS) Quality Management (QA) module. It serves as the master repository for defining quality specifications, which are the formal standards or requirements against which items, processes, or services are inspected and measured. Every quality specification record in this table establishes a unique framework for collecting and evaluating quality data, forming the foundational blueprint for quality planning and execution throughout the manufacturing and supply chain processes in EBS.
Key Information Stored
The primary purpose of the QA_SPECS table is to store the header-level attributes of a quality specification. While the full column list is not detailed in the provided metadata, the structure centers on the SPEC_ID column, which is the table's primary key (QA_SPECS_PK). This unique identifier is critical for all related transactions. Typical columns in such a master table would include fields for the specification name, description, effective dates, status (e.g., Active, Inactive), associated organization, and the type of specification. The SPEC_ID is the essential foreign key leveraged by numerous child tables to link detailed inspection criteria and results back to the master specification definition.
Common Use Cases and Queries
This table is central to configuring and executing quality inspections. Common functional use cases include setting up inspection plans for incoming, in-process, or final quality checks, and defining the acceptable criteria for product characteristics. From a reporting and query perspective, the table is frequently joined to related detail tables to analyze specification coverage or to retrieve the master list of active specs. A fundamental query pattern involves selecting specifications for a given item or organization:
- SELECT spec_id, spec_name, enabled_flag FROM qa.qa_specs WHERE organization_id = :p_org_id AND enabled_flag = 'Y';
- SELECT s.spec_name, c.char_name, c.target_value FROM qa.qa_specs s, qa.qa_spec_chars c WHERE s.spec_id = c.spec_id ORDER BY s.spec_name;
Data from QA_SPECS is essential for quality conformance reports, audit trails, and performance dashboards.
Related Objects
As indicated by the foreign key relationships in the metadata, QA_SPECS is a parent table with several critical dependencies. The QA_SPEC_CHARS table is a direct child, storing the detailed characteristic lines (e.g., dimensions, tests, attributes) that belong to a specification header. The QA_RESULTS table is another key dependent, storing the actual inspection results collected against a specific specification. Any transaction that records a quality result must reference a valid SPEC_ID from QA_SPECS. Consequently, this table sits at the top of a key data model hierarchy for quality transactions, and integrations or custom reports must respect these relationships to maintain data integrity.
-
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 ,
-
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 ,
-
Table: QA_SPEC_CHARS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_SPEC_CHARS, object_name:QA_SPEC_CHARS, status:VALID, product: QA - Quality , description: Defines specification and specification elements , implementation_dba_data: QA.QA_SPEC_CHARS ,
-
Table: QA_SPEC_CHARS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_SPEC_CHARS, object_name:QA_SPEC_CHARS, status:VALID, product: QA - Quality , description: Defines specification and specification elements , implementation_dba_data: QA.QA_SPEC_CHARS ,
-
View: QA_ERES_SPECS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_SPECS_V, object_name:QA_ERES_SPECS_V, status:VALID, product: QA - Quality , description: specification view for electronic records , implementation_dba_data: APPS.QA_ERES_SPECS_V ,
-
View: QA_ERES_SPECS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_SPECS_V, object_name:QA_ERES_SPECS_V, status:VALID, product: QA - Quality , description: specification view for electronic records , implementation_dba_data: APPS.QA_ERES_SPECS_V ,
-
View: QA_SPECS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SPECS_VAL_V, object_name:QA_SPECS_VAL_V, status:VALID, product: QA - Quality , description: Shows valid specifications , implementation_dba_data: APPS.QA_SPECS_VAL_V ,
-
View: QABV_QUALITY_SPECIFICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_QUALITY_SPECIFICATIONS, object_name:QABV_QUALITY_SPECIFICATIONS, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_QUALITY_SPECIFICATIONS ,
-
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_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 ,
-
View: QA_SPECS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SPECS_V, object_name:QA_SPECS_V, status:VALID, product: QA - Quality , description: Shows all specifications , implementation_dba_data: APPS.QA_SPECS_V ,
-
View: QA_SPECS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SPECS_VAL_V, object_name:QA_SPECS_VAL_V, status:VALID, product: QA - Quality , description: Shows valid specifications , implementation_dba_data: APPS.QA_SPECS_VAL_V ,
-
View: QA_SPECS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SPECS_V, object_name:QA_SPECS_V, status:VALID, product: QA - Quality , description: Shows all specifications , implementation_dba_data: APPS.QA_SPECS_V ,
-
View: QAFV_QUALSPCELM
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_QUALSPCELM, object_name:QAFV_QUALSPCELM, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_QUALSPCELM ,
-
View: QA_SPEC_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SPEC_ORGS_V, object_name:QA_SPEC_ORGS_V, status:VALID, product: QA - Quality , description: Auxiliary view used by qa_spec_org_assignments_v , implementation_dba_data: APPS.QA_SPEC_ORGS_V ,
-
View: QA_SPEC_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SPEC_ORGS_V, object_name:QA_SPEC_ORGS_V, status:VALID, product: QA - Quality , description: Auxiliary view used by qa_spec_org_assignments_v , implementation_dba_data: APPS.QA_SPEC_ORGS_V ,
-
View: QABV_QUALITY_SPECIFICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_QUALITY_SPECIFICATIONS, object_name:QABV_QUALITY_SPECIFICATIONS, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_QUALITY_SPECIFICATIONS ,
-
View: QABV_QUALSPCELM
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_QUALSPCELM, object_name:QABV_QUALSPCELM, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_QUALSPCELM ,
-
View: QABV_QUALSPCELM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_QUALSPCELM, object_name:QABV_QUALSPCELM, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_QUALSPCELM ,
-
View: QAFV_QUALSPCELM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_QUALSPCELM, object_name:QAFV_QUALSPCELM, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_QUALSPCELM ,
-
View: QAFV_QUALITY_SPECIFICATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_QUALITY_SPECIFICATIONS, object_name:QAFV_QUALITY_SPECIFICATIONS, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_QUALITY_SPECIFICATIONS ,
-
View: QA_SPEC_CHARS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SPEC_CHARS_V, object_name:QA_SPEC_CHARS_V, status:VALID, product: QA - Quality , description: Shows specification and collection elements , implementation_dba_data: APPS.QA_SPEC_CHARS_V ,
-
View: QA_SPEC_CHARS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SPEC_CHARS_VAL_V, object_name:QA_SPEC_CHARS_VAL_V, status:VALID, product: QA - Quality , description: Shows specification and collection elements , implementation_dba_data: APPS.QA_SPEC_CHARS_VAL_V ,
-
View: QA_SPEC_CHARS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SPEC_CHARS_VAL_V, object_name:QA_SPEC_CHARS_VAL_V, status:VALID, product: QA - Quality , description: Shows specification and collection elements , implementation_dba_data: APPS.QA_SPEC_CHARS_VAL_V ,
-
View: QA_SPEC_ORG_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SPEC_ORG_ASSIGNMENTS_V, object_name:QA_SPEC_ORG_ASSIGNMENTS_V, status:VALID, product: QA - Quality , description: View used in spec org assignment window , implementation_dba_data: APPS.QA_SPEC_ORG_ASSIGNMENTS_V ,
-
View: QA_SPEC_CHARS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SPEC_CHARS_V, object_name:QA_SPEC_CHARS_V, status:VALID, product: QA - Quality , description: Shows specification and collection elements , implementation_dba_data: APPS.QA_SPEC_CHARS_V ,
-
View: QA_SPEC_ORG_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SPEC_ORG_ASSIGNMENTS_V, object_name:QA_SPEC_ORG_ASSIGNMENTS_V, status:VALID, product: QA - Quality , description: View used in spec org assignment window , implementation_dba_data: APPS.QA_SPEC_ORG_ASSIGNMENTS_V ,
-
View: QAFV_QUALITY_SPECIFICATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_QUALITY_SPECIFICATIONS, object_name:QAFV_QUALITY_SPECIFICATIONS, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_QUALITY_SPECIFICATIONS ,
-
View: QA_CRITERIA_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CRITERIA_HEADERS_V, object_name:QA_CRITERIA_HEADERS_V, status:VALID, product: QA - Quality , description: Shows chart and Quality Dynamic Reportwriter settings , implementation_dba_data: APPS.QA_CRITERIA_HEADERS_V ,
-
View: QA_CRITERIA_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CRITERIA_HEADERS_V, object_name:QA_CRITERIA_HEADERS_V, status:VALID, product: QA - Quality , description: Shows chart and Quality Dynamic Reportwriter settings , implementation_dba_data: APPS.QA_CRITERIA_HEADERS_V ,