Search Results qa_plans
The QA_PLANS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Quality Management (QM) module, which facilitates the definition, execution, and tracking of quality assurance processes. This table stores master data related to quality plans, which are structured frameworks used to define inspection and testing procedures for items, suppliers, or manufacturing processes. Below is a detailed technical and functional analysis of the QA_PLANS
table.
1. Purpose and Functional Overview
TheQA_PLANS
table acts as a repository for quality plan headers, which serve as templates for quality inspections. These plans are associated with items, suppliers, or operations and define the criteria for inspections, including test methods, sampling plans, and acceptance criteria. Key functionalities supported by this table include:
- Plan Definition: Stores metadata such as plan names, descriptions, statuses (active/inactive), and effective date ranges.
- Hierarchy Management: Links to child tables (e.g.,
QA_SPECS
,QA_RESULTS
) to define detailed inspection steps. - Integration: Interfaces with Inventory, Purchasing, and Manufacturing modules to trigger inspections during transactions like receipts or production completions.
2. Key Columns and Structure
TheQA_PLANS
table includes the following critical columns:
PLAN_ID
: Primary key, uniquely identifying each quality plan.PLAN_NAME
andDESCRIPTION
: Human-readable identifiers for the plan.ORGANIZATION_ID
: Links to the inventory organization where the plan is applicable.EFFECTIVE_START_DATE
andEFFECTIVE_END_DATE
: Define the validity period of the plan.STATUS
: Indicates whether the plan is active or inactive.PLAN_TYPE
: Categorizes plans (e.g., item-based, supplier-based, or operational).
3. Integration with Other Modules
TheQA_PLANS
table integrates with several EBS modules:
- Inventory: Quality plans are assigned to items via the
MTL_ITEM_REVISIONS_B
orMTL_SYSTEM_ITEMS_B
tables. - Purchasing: Supplier-specific plans are referenced during receipt inspections (
RCV_TRANSACTIONS
). - Manufacturing: Work order completions may trigger inspections based on operational plans.
4. Technical Considerations
- Indexes: Key indexes include
QA_PLANS_U1
(onPLAN_ID
) andQA_PLANS_N1
(onORGANIZATION_ID
). - API Interactions: The
QA_PLANS_PKG
PL/SQL package provides programmatic access for CRUD operations. - Audit Trails: Changes to plans may be logged in audit tables like
QA_PLANS_AUDIT
.
5. Customization and Extensions
Organizations often extend theQA_PLANS
table by:
- Adding custom columns (e.g.,
ATTRIBUTE1-15
) to capture business-specific data. - Developing triggers to enforce complex validation rules.
- Integrating with third-party quality systems via Oracle Integration Bus.
6. Performance and Maintenance
To optimize performance:- Archive obsolete plans to historical tables.
- Monitor query performance on large datasets using Oracle SQL Tuning Advisor.
- Leverage partitioning for high-volume implementations.
QA_PLANS
table is a foundational element of Oracle EBS Quality Management, enabling standardized quality processes across supply chain and manufacturing operations. Its design supports flexibility, integration, and scalability, making it essential for organizations with stringent quality compliance requirements.
-
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.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_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_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.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_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_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 ,
-
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.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 ,
-
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: 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: 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.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: 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_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: 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_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 ,
-
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: 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 ,
-
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: 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: 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.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 ,