Search Results qa_plans
Overview
The QA_PLANS table is the central repository for collection plan definitions within the Oracle E-Business Suite (EBS) Quality Management (QA) module, in both versions 12.1.1 and 12.2.2. A collection plan is a core configuration object that defines the structure for quality data collection. It specifies what characteristics to inspect, the acceptable values, sampling rules, and any associated actions. This table stores the master definition of these plans, which are then executed to collect results for items, processes, suppliers, or customers. Its role is foundational, as it acts as the parent entity for all plan-specific configurations and collected quality data, enabling systematic quality control across manufacturing, service, and maintenance operations.
Key Information Stored
While the provided metadata does not list individual columns, the primary key is documented as PLAN_ID. This unique identifier is the critical column, referenced extensively by foreign keys throughout the Quality schema and integrated applications. Based on its role as a definition table, it typically stores descriptive and control attributes for a collection plan. Common columns in such a table include PLAN_NAME, DESCRIPTION, EFFECTIVE_DATE, DISABLE_DATE, PLAN_TYPE (e.g., inspection, test), STATUS, and various creation and last update audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE). The PLAN_ID is the essential link to all detailed plan components and execution data.
Common Use Cases and Queries
This table is primarily accessed for administrative configuration, integration reporting, and data integrity validation. Common scenarios include identifying all active collection plans, tracing quality data back to its source definition, or analyzing plan usage across modules. A frequent query pattern retrieves plan details along with basic audit information. For instance, to list all enabled plans, one might use:
SELECT plan_id, plan_name, description, creation_date
FROM qa.qa_plans
WHERE disable_date IS NULL OR disable_date > SYSDATE
ORDER BY plan_name;
Another critical use case involves joining QA_PLANS with child tables like QA_RESULTS or QA_PLAN_CHARS to generate reports that correlate collected quality results with the original plan specifications and characteristics. Troubleshooting data issues often requires verifying the existence and status of a PLAN_ID referenced in transactional tables.
Related Objects
The QA_PLANS table has extensive relationships, as evidenced by the foreign key metadata. Key dependent objects within the QA schema include:
- QA_PLAN_CHARS: Stores the inspection characteristics defined for a plan.
- QA_RESULTS: Holds the actual data values collected during plan execution.
- QA_CRITERIA_HEADERS: Links specification limits to collection plans.
- QA_PLAN_TRANSACTIONS: Tracks transactions performed against a plan.
- QA_PC_PLAN_RELATIONSHIP: Manages hierarchical relationships between parent and child plans.
- AHL_* (Complex Maintenance, Repair, and Overhaul)
- CS_INCIDENTS_ALL_B (Service)
-
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 ,
-
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 ,
-
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_SKIPLOT_PROCESS_PLANS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_SKIPLOT_PROCESS_PLANS, object_name:QA_SKIPLOT_PROCESS_PLANS, status:VALID, product: QA - Quality , description: Skip Lot Process Plans , implementation_dba_data: QA.QA_SKIPLOT_PROCESS_PLANS ,
-
Table: QA_PC_PLAN_RELATIONSHIP
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PC_PLAN_RELATIONSHIP, object_name:QA_PC_PLAN_RELATIONSHIP, status:VALID, product: QA - Quality , description: This table stores the parent plan id and the child plan id, along with the relation type and a flag to indicate if the child plan is mandatory , implementation_dba_data: QA.QA_PC_PLAN_RELATIONSHIP ,
-
Table: QA_SKIPLOT_PROCESS_PLANS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_SKIPLOT_PROCESS_PLANS, object_name:QA_SKIPLOT_PROCESS_PLANS, status:VALID, product: QA - Quality , description: Skip Lot Process Plans , implementation_dba_data: QA.QA_SKIPLOT_PROCESS_PLANS ,
-
View: QA_SKIPLOT_PROCESS_PLANS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SKIPLOT_PROCESS_PLANS_V, object_name:QA_SKIPLOT_PROCESS_PLANS_V, status:VALID, product: QA - Quality , description: Skip Lot process plans , implementation_dba_data: APPS.QA_SKIPLOT_PROCESS_PLANS_V ,
-
Table: QA_PC_PLAN_RELATIONSHIP
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PC_PLAN_RELATIONSHIP, object_name:QA_PC_PLAN_RELATIONSHIP, status:VALID, product: QA - Quality , description: This table stores the parent plan id and the child plan id, along with the relation type and a flag to indicate if the child plan is mandatory , implementation_dba_data: QA.QA_PC_PLAN_RELATIONSHIP ,
-
View: QA_SKIPLOT_PROCESS_PLANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SKIPLOT_PROCESS_PLANS_V, object_name:QA_SKIPLOT_PROCESS_PLANS_V, status:VALID, product: QA - Quality , description: Skip Lot process plans , implementation_dba_data: APPS.QA_SKIPLOT_PROCESS_PLANS_V ,
-
Table: QA_GRANTED_PRIVILEGES
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_GRANTED_PRIVILEGES, object_name:QA_GRANTED_PRIVILEGES, status:VALID, product: QA - Quality , description: Granted privileges for data security project , implementation_dba_data: QA.QA_GRANTED_PRIVILEGES ,
-
Table: QA_ACTION_LOG
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_ACTION_LOG, object_name:QA_ACTION_LOG, status:VALID, product: QA - Quality , description: Log table for actions , implementation_dba_data: QA.QA_ACTION_LOG ,
-
Table: QA_SAMPLING_ASSOCIATION
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_SAMPLING_ASSOCIATION, object_name:QA_SAMPLING_ASSOCIATION, status:VALID, product: QA - Quality , description: Skip Lot/Sampling Criteria to Sampling Plan association , implementation_dba_data: QA.QA_SAMPLING_ASSOCIATION ,
-
Table: QA_SAMPLING_ASSOCIATION
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_SAMPLING_ASSOCIATION, object_name:QA_SAMPLING_ASSOCIATION, status:VALID, product: QA - Quality , description: Skip Lot/Sampling Criteria to Sampling Plan association , implementation_dba_data: QA.QA_SAMPLING_ASSOCIATION ,
-
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_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_PLAN_CHAR_ACTION_TRIGGERS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_CHAR_ACTION_TRIGGERS, object_name:QA_PLAN_CHAR_ACTION_TRIGGERS, status:VALID, product: QA - Quality , description: Defines action triggers defined in a collection plan , implementation_dba_data: QA.QA_PLAN_CHAR_ACTION_TRIGGERS ,
-
Table: QA_PLAN_CHARS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_CHARS, object_name:QA_PLAN_CHARS, status:VALID, product: QA - Quality , description: Stores collection plans and their assigned collection elements , implementation_dba_data: QA.QA_PLAN_CHARS ,
-
Table: QA_PLAN_CHAR_ACTION_TRIGGERS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_CHAR_ACTION_TRIGGERS, object_name:QA_PLAN_CHAR_ACTION_TRIGGERS, status:VALID, product: QA - Quality , description: Defines action triggers defined in a collection plan , implementation_dba_data: QA.QA_PLAN_CHAR_ACTION_TRIGGERS ,
-
Table: QA_PLAN_CHAR_VALUE_LOOKUPS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_CHAR_VALUE_LOOKUPS, object_name:QA_PLAN_CHAR_VALUE_LOOKUPS, status:VALID, product: QA - Quality , description: Contains set of permissible values for a collection elements in a collection plan , implementation_dba_data: QA.QA_PLAN_CHAR_VALUE_LOOKUPS ,
-
Table: QA_PLAN_TRANSACTIONS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_TRANSACTIONS, object_name:QA_PLAN_TRANSACTIONS, status:VALID, product: QA - Quality , description: Stores information on Quality Collection Plan and the Quality Collection transactions, the plan is associated with , implementation_dba_data: QA.QA_PLAN_TRANSACTIONS ,
-
Table: QA_GRANTED_PRIVILEGES
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_GRANTED_PRIVILEGES, object_name:QA_GRANTED_PRIVILEGES, status:VALID, product: QA - Quality , description: Granted privileges for data security project , implementation_dba_data: QA.QA_GRANTED_PRIVILEGES ,
-
Table: QA_ACTION_LOG
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_ACTION_LOG, object_name:QA_ACTION_LOG, status:VALID, product: QA - Quality , description: Log table for actions , implementation_dba_data: QA.QA_ACTION_LOG ,
-
View: QA_ERES_PC_RESULTS_REL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_PC_RESULTS_REL_V, object_name:QA_ERES_PC_RESULTS_REL_V, status:VALID, product: QA - Quality , description: parent child relationships for electronic records , implementation_dba_data: APPS.QA_ERES_PC_RESULTS_REL_V ,
-
Table: QA_PLAN_CHARS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_CHARS, object_name:QA_PLAN_CHARS, status:VALID, product: QA - Quality , description: Stores collection plans and their assigned collection elements , implementation_dba_data: QA.QA_PLAN_CHARS ,
-
View: QA_ERES_PC_RESULTS_REL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_PC_RESULTS_REL_V, object_name:QA_ERES_PC_RESULTS_REL_V, status:VALID, product: QA - Quality , description: parent child relationships for electronic records , implementation_dba_data: APPS.QA_ERES_PC_RESULTS_REL_V ,
-
Table: QA_PLAN_CHAR_VALUE_LOOKUPS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_CHAR_VALUE_LOOKUPS, object_name:QA_PLAN_CHAR_VALUE_LOOKUPS, status:VALID, product: QA - Quality , description: Contains set of permissible values for a collection elements in a collection plan , implementation_dba_data: QA.QA_PLAN_CHAR_VALUE_LOOKUPS ,
-
Table: QA_PLAN_TRANSACTIONS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_TRANSACTIONS, object_name:QA_PLAN_TRANSACTIONS, status:VALID, product: QA - Quality , description: Stores information on Quality Collection Plan and the Quality Collection transactions, the plan is associated with , implementation_dba_data: QA.QA_PLAN_TRANSACTIONS ,
-
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_SKIPLOT_STATE_HISTORY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SKIPLOT_STATE_HISTORY_V, object_name:QA_SKIPLOT_STATE_HISTORY_V, status:VALID, product: QA - Quality , description: Skip Lot state history , implementation_dba_data: APPS.QA_SKIPLOT_STATE_HISTORY_V ,
-
View: QABV_COLPLNTXNT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_COLPLNTXNT, object_name:QABV_COLPLNTXNT, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_COLPLNTXNT ,
-
View: QABV_COLPLNTXNT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_COLPLNTXNT, object_name:QABV_COLPLNTXNT, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_COLPLNTXNT ,
-
View: QABV_COLLECTION_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_COLLECTION_PLANS, object_name:QABV_COLLECTION_PLANS, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_COLLECTION_PLANS ,
-
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: QAFV_COLPLNTXNT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_COLPLNTXNT, object_name:QAFV_COLPLNTXNT, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_COLPLNTXNT ,
-
View: QA_SKIPLOT_PLAN_STATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SKIPLOT_PLAN_STATE_V, object_name:QA_SKIPLOT_PLAN_STATE_V, status:VALID, product: QA - Quality , description: Skip Lot plan state , implementation_dba_data: APPS.QA_SKIPLOT_PLAN_STATE_V ,
-
View: QAFV_COLLECTION_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_COLLECTION_PLANS, object_name:QAFV_COLLECTION_PLANS, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_COLLECTION_PLANS ,
-
View: QAFV_COLLECTION_PLAN_ELEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_COLLECTION_PLAN_ELEMENTS, object_name:QAFV_COLLECTION_PLAN_ELEMENTS, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_COLLECTION_PLAN_ELEMENTS ,
-
View: QAFV_COLLECTION_PLAN_ELEMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_COLLECTION_PLAN_ELEMENTS, object_name:QAFV_COLLECTION_PLAN_ELEMENTS, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_COLLECTION_PLAN_ELEMENTS ,
-
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 ,
-
View: QABV_COLLECTION_PLAN_ELEMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_COLLECTION_PLAN_ELEMENTS, object_name:QABV_COLLECTION_PLAN_ELEMENTS, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_COLLECTION_PLAN_ELEMENTS ,
-
View: QABV_COLLECTION_PLAN_ELEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_COLLECTION_PLAN_ELEMENTS, object_name:QABV_COLLECTION_PLAN_ELEMENTS, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_COLLECTION_PLAN_ELEMENTS ,
-
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: QAFV_COLLECTION_PLANS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_COLLECTION_PLANS, object_name:QAFV_COLLECTION_PLANS, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_COLLECTION_PLANS ,
-
View: QABV_COLLECTION_PLANS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_COLLECTION_PLANS, object_name:QABV_COLLECTION_PLANS, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_COLLECTION_PLANS ,
-
View: QA_SP_CRITERIA_ASSOCIATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SP_CRITERIA_ASSOCIATION_V, object_name:QA_SP_CRITERIA_ASSOCIATION_V, status:VALID, product: QA - Quality , description: Sampling association with criteria header in the criteria setup form , implementation_dba_data: APPS.QA_SP_CRITERIA_ASSOCIATION_V ,
-
View: QA_SP_CRITERIA_ASSOCIATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SP_CRITERIA_ASSOCIATION_V, object_name:QA_SP_CRITERIA_ASSOCIATION_V, status:VALID, product: QA - Quality , description: Sampling association with criteria header in the criteria setup form , implementation_dba_data: APPS.QA_SP_CRITERIA_ASSOCIATION_V ,
-
View: QA_SKIPLOT_STATE_HISTORY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_SKIPLOT_STATE_HISTORY_V, object_name:QA_SKIPLOT_STATE_HISTORY_V, status:VALID, product: QA - Quality , description: Skip Lot state history , implementation_dba_data: APPS.QA_SKIPLOT_STATE_HISTORY_V ,
-
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 ,