Search Results qa_plan_chars
The QA_PLAN_CHARS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Quality Management (QM) module. It stores detailed information about the characteristics associated with quality plans, which are used to define inspection and testing criteria for items, suppliers, or processes. This table acts as a junction between quality plans (QA_PLANS
) and the specific characteristics (QA_CHARS
) that must be evaluated during quality inspections.
Key Attributes of QA_PLAN_CHARS
- PLAN_ID: Foreign key linking to
QA_PLANS
, identifying the quality plan. - CHAR_ID: Foreign key referencing
QA_CHARS
, defining the characteristic being measured (e.g., weight, dimensions). - ENABLED_FLAG: Indicates whether the characteristic is active for the plan.
- DISPLAY_SEQUENCE: Determines the order in which characteristics appear during inspections.
- TARGET_VALUE, UPPER_SPEC_LIMIT, LOWER_SPEC_LIMIT: Define acceptable ranges or target values for the characteristic.
- LAST_UPDATE_DATE, LAST_UPDATED_BY: Audit columns tracking modifications.
Functional Role in Quality Processes
TheQA_PLAN_CHARS
table enables the configuration of inspection criteria by associating measurable characteristics with specific quality plans. For example:
- Incoming Inspection: Defines tolerances for supplier materials.
- In-Process Inspection: Sets parameters for manufacturing checks.
- Final Inspection: Establishes acceptance criteria before product shipment.
Integration with Other Modules
QA_PLAN_CHARS
integrates with:
- Inventory: Inspections triggered during receipt or movement.
- Purchasing: Supplier quality agreements.
- Manufacturing: Work order quality checks.
Technical Considerations
- Indexes on
PLAN_ID
andCHAR_ID
optimize join performance. - Data is maintained via Oracle Forms or APIs like
QA_PLANS_PUB
. - Custom reports often join this table with
QA_RESULTS
for analysis.
Upgrade Implications
Between 12.1.1 and 12.2.2, the table structure remains consistent, but underlying architecture changes (e.g., Online Patching in 12.2) may affect access patterns. This table is foundational for enforcing quality standards across the supply chain, ensuring compliance, and reducing defects through systematic inspection criteria definition.-
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_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_PC_RESULT_COLUMNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PC_RESULT_COLUMNS_V, object_name:QA_PC_RESULT_COLUMNS_V, status:VALID, product: QA - Quality , description: This view will be useful in dealing with copy relationship or others. , implementation_dba_data: APPS.QA_PC_RESULT_COLUMNS_V ,
-
View: QA_PC_RESULT_COLUMNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PC_RESULT_COLUMNS_V, object_name:QA_PC_RESULT_COLUMNS_V, status:VALID, product: QA - Quality , description: This view will be useful in dealing with copy relationship or others. , implementation_dba_data: APPS.QA_PC_RESULT_COLUMNS_V ,
-
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_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_PLAN_COLUMNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PC_PLAN_COLUMNS_V, object_name:QA_PC_PLAN_COLUMNS_V, status:VALID, product: QA - Quality , description: This view will be useful in getting all elements and values from current form so that these can be passed on to child plans. , implementation_dba_data: APPS.QA_PC_PLAN_COLUMNS_V ,
-
View: QA_PC_PLAN_COLUMNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PC_PLAN_COLUMNS_V, object_name:QA_PC_PLAN_COLUMNS_V, status:VALID, product: QA - Quality , description: This view will be useful in getting all elements and values from current form so that these can be passed on to child plans. , implementation_dba_data: APPS.QA_PC_PLAN_COLUMNS_V ,
-
View: QA_PC_CRITERIA_COLUMNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PC_CRITERIA_COLUMNS_V, object_name:QA_PC_CRITERIA_COLUMNS_V, status:VALID, product: QA - Quality , description: This view is for getting all elements that form the criteria elements of current plan. , implementation_dba_data: APPS.QA_PC_CRITERIA_COLUMNS_V ,
-
Table: QA_CHARS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHARS, object_name:QA_CHARS, status:VALID, product: QA - Quality , description: Collection elements definitions , implementation_dba_data: QA.QA_CHARS ,
-
View: QA_PC_CRITERIA_COLUMNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PC_CRITERIA_COLUMNS_V, object_name:QA_PC_CRITERIA_COLUMNS_V, status:VALID, product: QA - Quality , description: This view is for getting all elements that form the criteria elements of current plan. , implementation_dba_data: APPS.QA_PC_CRITERIA_COLUMNS_V ,
-
Table: QA_CHARS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHARS, object_name:QA_CHARS, status:VALID, product: QA - Quality , description: Collection elements definitions , implementation_dba_data: QA.QA_CHARS ,
-
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 ,
-
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: 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 ,
-
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: 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: 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_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CRITERIA_V, object_name:QA_CRITERIA_V, status:VALID, product: QA - Quality , description: Shows collection plan , elements and chart and Quality Dynamic Reportwriter criterias , implementation_dba_data: APPS.QA_CRITERIA_V ,
-
View: QA_PLAN_CHAR_ACTION_TRIGGERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PLAN_CHAR_ACTION_TRIGGERS_V, object_name:QA_PLAN_CHAR_ACTION_TRIGGERS_V, status:VALID, product: QA - Quality , description: Shows collection plan , elements and action triggers , implementation_dba_data: APPS.QA_PLAN_CHAR_ACTION_TRIGGERS_V ,
-
View: QA_PLAN_CHAR_ACTION_TRIGGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PLAN_CHAR_ACTION_TRIGGERS_V, object_name:QA_PLAN_CHAR_ACTION_TRIGGERS_V, status:VALID, product: QA - Quality , description: Shows collection plan , elements and action triggers , implementation_dba_data: APPS.QA_PLAN_CHAR_ACTION_TRIGGERS_V ,
-
View: QA_CRITERIA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CRITERIA_V, object_name:QA_CRITERIA_V, status:VALID, product: QA - Quality , description: Shows collection plan , elements and chart and Quality Dynamic Reportwriter criterias , implementation_dba_data: APPS.QA_CRITERIA_V ,
-
View: QA_PLAN_CHARS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PLAN_CHARS_V, object_name:QA_PLAN_CHARS_V, status:VALID, product: QA - Quality , description: Shows collection plan and collection elements , implementation_dba_data: APPS.QA_PLAN_CHARS_V ,
-
View: QA_PLAN_CHARS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PLAN_CHARS_V, object_name:QA_PLAN_CHARS_V, status:VALID, product: QA - Quality , description: Shows collection plan and collection elements , implementation_dba_data: APPS.QA_PLAN_CHARS_V ,