Search Results qa_chars
Overview
The QA_CHARS table is a core master data table within the Oracle E-Business Suite Quality Management (QA) module, specifically for versions 12.1.1 and 12.2.2. It serves as the central repository for defining collection elements, which are the fundamental building blocks for data collection plans and specifications. Each record in this table represents a unique characteristic or element that can be measured, inspected, or recorded, such as a dimension, test result, or visual attribute. Its primary role is to provide a standardized, reusable definition for these elements across the Quality module, ensuring consistency in data collection and analysis.
Key Information Stored
While the provided ETRM excerpt does not list all columns, it identifies the critical primary and unique key columns that define the table's structure and integrity. The primary key for the table is CHAR_ID (via the QA_CHARS_PK constraint), which is a unique numeric identifier for each collection element. A second unique key constraint, QA_CHARS_UK1, is placed on the NAME column, enforcing that the descriptive name of each characteristic must also be unique within the system. These columns are essential for linking QA_CHARS to numerous transactional and setup tables throughout the Quality application.
Common Use Cases and Queries
This table is primarily referenced in setup and master data queries, as well as in diagnostic reporting to understand the relationships between collection elements and their usage. A common use case is to identify all defined collection elements for reporting or data validation purposes. Another critical scenario involves tracing where a specific characteristic is used across collection plans and specifications before modifying its definition. Sample SQL patterns include fetching a list of all elements or joining to related tables to see their full context.
- Basic listing:
SELECT char_id, name FROM qa.qa_chars ORDER BY name; - Finding usage in collection plans:
SELECT pc.name plan_name, c.name char_name FROM qa.qa_plan_chars pc, qa.qa_chars c WHERE pc.char_id = c.char_id;
Related Objects
As indicated by the extensive list of foreign key relationships, QA_CHARS is a highly referenced parent table. Its CHAR_ID column is a foreign key in numerous key transactional and setup tables. Major related objects include QA_PLAN_CHARS (which assigns characteristics to specific collection plans), QA_SPEC_CHARS (which assigns them to specifications), and QA_CRITERIA (which defines acceptable values). Other important dependent tables manage actions (QA_CHAR_ACTION_TRIGGERS, QA_ACTION_LOG), value lookups (QA_CHAR_VALUE_LOOKUPS), and element relationships (QA_PC_ELEMENT_RELATIONSHIP). This wide integration underscores QA_CHARS' role as the definitive source for collection element definitions.
-
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 ,
-
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 ,
-
Table: QA_PC_ELEMENT_RELATIONSHIP
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PC_ELEMENT_RELATIONSHIP, object_name:QA_PC_ELEMENT_RELATIONSHIP, status:VALID, product: QA - Quality , description: This table stores the relationships between parent and child plan elements , implementation_dba_data: QA.QA_PC_ELEMENT_RELATIONSHIP ,
-
Table: QA_PC_ELEMENT_RELATIONSHIP
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PC_ELEMENT_RELATIONSHIP, object_name:QA_PC_ELEMENT_RELATIONSHIP, status:VALID, product: QA - Quality , description: This table stores the relationships between parent and child plan elements , implementation_dba_data: QA.QA_PC_ELEMENT_RELATIONSHIP ,
-
View: QA_PLAN_CHAR_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PLAN_CHAR_ACTIONS_V, object_name:QA_PLAN_CHAR_ACTIONS_V, status:VALID, product: QA - Quality , description: Shows collection plan , elements and actions , implementation_dba_data: APPS.QA_PLAN_CHAR_ACTIONS_V ,
-
View: QA_PLAN_CHAR_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PLAN_CHAR_ACTIONS_V, object_name:QA_PLAN_CHAR_ACTIONS_V, status:VALID, product: QA - Quality , description: Shows collection plan , elements and actions , implementation_dba_data: APPS.QA_PLAN_CHAR_ACTIONS_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: 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 ,
-
Table: QA_CHAR_VALUE_LOOKUPS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_VALUE_LOOKUPS, object_name:QA_CHAR_VALUE_LOOKUPS, status:VALID, product: QA - Quality , description: Stores set of permissible values for collection elements , implementation_dba_data: QA.QA_CHAR_VALUE_LOOKUPS ,
-
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 ,
-
Table: QA_CHAR_ACTION_OUTPUTS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_ACTION_OUTPUTS, object_name:QA_CHAR_ACTION_OUTPUTS, status:VALID, product: QA - Quality , description: Stores mapping between tokens and collection elements , implementation_dba_data: QA.QA_CHAR_ACTION_OUTPUTS ,
-
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_CRITERIA
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CRITERIA, object_name:QA_CRITERIA, status:VALID, product: QA - Quality , description: Stores "show results where" criteria for chart, Quality Dynamic Reportwriter etc. , implementation_dba_data: QA.QA_CRITERIA ,
-
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_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_CHAR_INDEXES
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_INDEXES, object_name:QA_CHAR_INDEXES, status:VALID, product: QA - Quality , description: Collection Element User-Defined Indexes. This table keeps track of information about user-defined indexes created on collection elements. , implementation_dba_data: QA.QA_CHAR_INDEXES ,
-
Table: QA_PLAN_COLLECTION_TRIGGERS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_COLLECTION_TRIGGERS, object_name:QA_PLAN_COLLECTION_TRIGGERS, status:VALID, product: QA - Quality , description: Defines collection plan triggers for Quality Collection transactions , implementation_dba_data: QA.QA_PLAN_COLLECTION_TRIGGERS ,
-
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_CHAR_VALUE_LOOKUPS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_VALUE_LOOKUPS, object_name:QA_CHAR_VALUE_LOOKUPS, status:VALID, product: QA - Quality , description: Stores set of permissible values for collection elements , implementation_dba_data: QA.QA_CHAR_VALUE_LOOKUPS ,
-
Table: QA_CHAR_ACTION_TRIGGERS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_ACTION_TRIGGERS, object_name:QA_CHAR_ACTION_TRIGGERS, status:VALID, product: QA - Quality , description: Defines collection elements action triggers or rule , implementation_dba_data: QA.QA_CHAR_ACTION_TRIGGERS ,
-
Table: QA_CHAR_ACTION_TRIGGERS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_ACTION_TRIGGERS, object_name:QA_CHAR_ACTION_TRIGGERS, status:VALID, product: QA - Quality , description: Defines collection elements action triggers or rule , implementation_dba_data: QA.QA_CHAR_ACTION_TRIGGERS ,
-
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 ,
-
Table: QA_TXN_COLLECTION_TRIGGERS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_TXN_COLLECTION_TRIGGERS, object_name:QA_TXN_COLLECTION_TRIGGERS, status:VALID, product: QA - Quality , description: Define information on applicability of a collection plan for a Quality Collection transaction , implementation_dba_data: QA.QA_TXN_COLLECTION_TRIGGERS ,
-
Table: QA_PC_CRITERIA
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PC_CRITERIA, object_name:QA_PC_CRITERIA, status:VALID, product: QA - Quality , description: This table stores criteria for the child plans to be applicable , implementation_dba_data: QA.QA_PC_CRITERIA ,
-
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_TXN_COLLECTION_TRIGGERS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_TXN_COLLECTION_TRIGGERS, object_name:QA_TXN_COLLECTION_TRIGGERS, status:VALID, product: QA - Quality , description: Define information on applicability of a collection plan for a Quality Collection transaction , implementation_dba_data: QA.QA_TXN_COLLECTION_TRIGGERS ,
-
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_CHAR_ACTION_OUTPUTS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_CHAR_ACTION_OUTPUTS, object_name:QA_PLAN_CHAR_ACTION_OUTPUTS, status:VALID, product: QA - Quality , description: Stores mapping between output variables and collection elements in a plan , implementation_dba_data: QA.QA_PLAN_CHAR_ACTION_OUTPUTS ,
-
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_COLLECTION_TRIGGERS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_COLLECTION_TRIGGERS, object_name:QA_PLAN_COLLECTION_TRIGGERS, status:VALID, product: QA - Quality , description: Defines collection plan triggers for Quality Collection transactions , implementation_dba_data: QA.QA_PLAN_COLLECTION_TRIGGERS ,
-
Table: QA_CHAR_ACTION_OUTPUTS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_ACTION_OUTPUTS, object_name:QA_CHAR_ACTION_OUTPUTS, status:VALID, product: QA - Quality , description: Stores mapping between tokens and collection elements , implementation_dba_data: QA.QA_CHAR_ACTION_OUTPUTS ,
-
Table: QA_PC_CRITERIA
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PC_CRITERIA, object_name:QA_PC_CRITERIA, status:VALID, product: QA - Quality , description: This table stores criteria for the child plans to be applicable , implementation_dba_data: QA.QA_PC_CRITERIA ,
-
Table: QA_CRITERIA
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CRITERIA, object_name:QA_CRITERIA, status:VALID, product: QA - Quality , description: Stores "show results where" criteria for chart, Quality Dynamic Reportwriter etc. , implementation_dba_data: QA.QA_CRITERIA ,
-
View: QA_CHAR_VALUE_LOOKUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CHAR_VALUE_LOOKUPS_V, object_name:QA_CHAR_VALUE_LOOKUPS_V, status:VALID, product: QA - Quality , description: Shows values assigned to collection element , implementation_dba_data: APPS.QA_CHAR_VALUE_LOOKUPS_V ,
-
Table: QA_CHAR_INDEXES
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_INDEXES, object_name:QA_CHAR_INDEXES, status:VALID, product: QA - Quality , description: Collection Element User-Defined Indexes. This table keeps track of information about user-defined indexes created on collection elements. , implementation_dba_data: QA.QA_CHAR_INDEXES ,
-
Table: QA_PLAN_CHAR_ACTION_OUTPUTS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_PLAN_CHAR_ACTION_OUTPUTS, object_name:QA_PLAN_CHAR_ACTION_OUTPUTS, status:VALID, product: QA - Quality , description: Stores mapping between output variables and collection elements in a plan , implementation_dba_data: QA.QA_PLAN_CHAR_ACTION_OUTPUTS ,
-
View: QAFV_COLPLNELAC
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_COLPLNELAC, object_name:QAFV_COLPLNELAC, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_COLPLNELAC ,
-
View: QA_IN_LISTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_IN_LISTS_V, object_name:QA_IN_LISTS_V, status:VALID, product: QA - Quality , description: Shows values used in inlist operator , implementation_dba_data: APPS.QA_IN_LISTS_V ,
-
View: QA_TXN_COLLECTION_TRIGGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_TXN_COLLECTION_TRIGGERS_V, object_name:QA_TXN_COLLECTION_TRIGGERS_V, status:VALID, product: QA - Quality , description: Shows collection triggers for Quality Collection transactions , implementation_dba_data: APPS.QA_TXN_COLLECTION_TRIGGERS_V ,
-
View: QA_CHAR_VALUE_LOOKUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CHAR_VALUE_LOOKUPS_V, object_name:QA_CHAR_VALUE_LOOKUPS_V, status:VALID, product: QA - Quality , description: Shows values assigned to collection element , implementation_dba_data: APPS.QA_CHAR_VALUE_LOOKUPS_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_IN_LISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_IN_LISTS_V, object_name:QA_IN_LISTS_V, status:VALID, product: QA - Quality , description: Shows values used in inlist operator , implementation_dba_data: APPS.QA_IN_LISTS_V ,
-
View: QAFV_COLPLNELAC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_COLPLNELAC, object_name:QAFV_COLPLNELAC, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_COLPLNELAC ,
-
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: 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_PLAN_CHAR_ACTION_OUTPUTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_PLAN_CHAR_ACTION_OUTPUTS_V, object_name:QA_PLAN_CHAR_ACTION_OUTPUTS_V, status:VALID, product: QA - Quality , description: Shows collection plans, elements , action and tokens , implementation_dba_data: APPS.QA_PLAN_CHAR_ACTION_OUTPUTS_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 ,
-
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 ,
-
View: QA_TXN_COLLECTION_TRIGGERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_TXN_COLLECTION_TRIGGERS_V, object_name:QA_TXN_COLLECTION_TRIGGERS_V, status:VALID, product: QA - Quality , description: Shows collection triggers for Quality Collection transactions , implementation_dba_data: APPS.QA_TXN_COLLECTION_TRIGGERS_V ,