Search Results qa_char_actions
Overview
The QA_CHAR_ACTIONS table is a core data structure within the Oracle E-Business Suite (EBS) Quality (QA) module, specifically in versions 12.1.1 and 12.2.2. As defined in the ETRM, its primary function is to define collection elements and the actions assigned to them. This table serves as a critical junction point, linking specific quality collection plan characteristics (elements) with predefined actions that can be triggered based on data collection results. It is fundamental to the automated workflow and business rule enforcement capabilities of the Quality module, enabling actions like notifications, rejections, or status changes when specified conditions are met during inspection or data entry.
Key Information Stored
The table's primary key is CHAR_ACTION_ID, which uniquely identifies each record linking a characteristic to an action. Based on the provided foreign key relationships, the table stores several essential foreign key references. The ACTION_ID column links to the QA_ACTIONS table, defining the specific action (e.g., "Notify Supervisor") to be performed. The CHAR_ACTION_TRIGGER_ID links to QA_CHAR_ACTION_TRIGGERS, which likely defines the condition or event (e.g., "Value out of specification") that fires the action. The CAR_TYPE_ID column links to QA_CAR_TYPES, associating the action with a specific Corrective Action Request type, which is crucial for non-conformance management processes.
Common Use Cases and Queries
A primary use case is auditing and reporting on the business rules configured within collection plans. For instance, a quality engineer may need to list all actions assigned to characteristics within a specific collection plan. A common query would join QA_CHAR_ACTIONS with QA_PLAN_CHARS (via characteristic ID, implied but not listed in the provided metadata) and QA_ACTIONS to produce a readable report.
- Sample Query: To find all actions and their triggers for a given plan, one might use:
SELECT pc.plan_id, ca.char_action_id, a.action_name, trig.trigger_name FROM qa_char_actions ca, qa_plan_chars pc, qa_actions a, qa_char_action_triggers trig WHERE ca.char_id = pc.char_id AND ca.action_id = a.action_id AND ca.char_action_trigger_id = trig.char_action_trigger_id AND pc.plan_id = :p_plan_id; - Reporting Use Case: Generating a summary of all automated corrective action triggers configured across the system to ensure compliance with internal quality procedures.
Related Objects
The ETRM documentation explicitly defines the following key relationships for the QA_CHAR_ACTIONS table:
- Parent Tables (Foreign Key References):
- QA_ACTIONS: Joined via QA_CHAR_ACTIONS.ACTION_ID. Provides the definition of the executable action.
- QA_CHAR_ACTION_TRIGGERS: Joined via QA_CHAR_ACTIONS.CHAR_ACTION_TRIGGER_ID. Defines the triggering condition.
- QA_CAR_TYPES: Joined via QA_CHAR_ACTIONS.CAR_TYPE_ID. Specifies the type of Corrective Action Request.
- Child Table (Referenced by Foreign Key):
- QA_CHAR_ACTION_OUTPUTS: References QA_CHAR_ACTIONS.CHAR_ACTION_ID. This table likely stores detailed output or parameters generated when the action is executed.
-
Table: QA_CHAR_ACTIONS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_ACTIONS, object_name:QA_CHAR_ACTIONS, status:VALID, product: QA - Quality , description: Defines collection elements and actions assigned to them , implementation_dba_data: QA.QA_CHAR_ACTIONS ,
-
Table: QA_CHAR_ACTIONS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_ACTIONS, object_name:QA_CHAR_ACTIONS, status:VALID, product: QA - Quality , description: Defines collection elements and actions assigned to them , implementation_dba_data: QA.QA_CHAR_ACTIONS ,
-
APPS.QLTCPDFB dependencies on QA_CHAR_ACTIONS
12.2.2
-
APPS.QLTCPDFB dependencies on QA_CHAR_ACTIONS
12.1.1
-
SYNONYM: APPS.QA_CHAR_ACTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:QA_CHAR_ACTIONS, status:VALID,
-
VIEW: APPS.QABV_COLELMACTN
12.2.2
-
VIEW: QA.QA_CHAR_ACTIONS#
12.2.2
owner:QA, object_type:VIEW, object_name:QA_CHAR_ACTIONS#, status:VALID,
-
VIEW: APPS.QAFV_COLELMACTN
12.1.1
-
VIEW: APPS.QAFV_COLELMACTN
12.2.2
-
VIEW: APPS.QABV_COLELMACTN
12.1.1
-
APPS.QLTCPDFB dependencies on QA_CHAR_ACTION_TRIGGERS
12.1.1
-
APPS.QLTCPDFB dependencies on QA_CHAR_ACTION_TRIGGERS
12.2.2
-
VIEW: APPS.QA_CHAR_ACTION_OUTPUTS_V
12.1.1
-
VIEW: APPS.QA_CHAR_ACTIONS_V
12.2.2
-
SYNONYM: APPS.QA_CHAR_ACTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:QA_CHAR_ACTIONS, status:VALID,
-
VIEW: APPS.QA_CHAR_ACTIONS_V
12.1.1
-
VIEW: APPS.QA_CHAR_ACTION_OUTPUTS_V
12.2.2
-
VIEW: QA.QA_CHAR_ACTIONS#
12.2.2
-
TABLE: QA.QA_CHAR_ACTIONS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_ACTIONS, object_name:QA_CHAR_ACTIONS, status:VALID,
-
TABLE: QA.QA_CHAR_ACTIONS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_ACTIONS, object_name:QA_CHAR_ACTIONS, status:VALID,
-
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_ACTIONS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_ACTIONS, object_name:QA_ACTIONS, status:VALID, product: QA - Quality , description: Defines Oracle Quality actions , implementation_dba_data: QA.QA_ACTIONS ,
-
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_ACTIONS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_ACTIONS, object_name:QA_ACTIONS, status:VALID, product: QA - Quality , description: Defines Oracle Quality actions , implementation_dba_data: QA.QA_ACTIONS ,
-
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 ,
-
View: QAFV_COLELMACTN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_COLELMACTN, object_name:QAFV_COLELMACTN, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_COLELMACTN ,
-
View: QABV_COLELMACTN
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_COLELMACTN, object_name:QABV_COLELMACTN, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_COLELMACTN ,
-
View: QAFV_COLELMACTN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_COLELMACTN, object_name:QAFV_COLELMACTN, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_COLELMACTN ,
-
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 ,
-
View: QA_CHAR_ACTION_OUTPUTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CHAR_ACTION_OUTPUTS_V, object_name:QA_CHAR_ACTION_OUTPUTS_V, status:VALID, product: QA - Quality , description: Shows output tokens defined for actions , implementation_dba_data: APPS.QA_CHAR_ACTION_OUTPUTS_V ,
-
View: QA_CHAR_ACTION_OUTPUTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CHAR_ACTION_OUTPUTS_V, object_name:QA_CHAR_ACTION_OUTPUTS_V, status:VALID, product: QA - Quality , description: Shows output tokens defined for actions , implementation_dba_data: APPS.QA_CHAR_ACTION_OUTPUTS_V ,
-
Table: QA_CAR_TYPES
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CAR_TYPES, object_name:QA_CAR_TYPES, status:VALID, product: QA - Quality , description: Intended to be used in future for corrective action functionality , implementation_dba_data: QA.QA_CAR_TYPES ,
-
Table: QA_CAR_TYPES
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CAR_TYPES, object_name:QA_CAR_TYPES, status:VALID, product: QA - Quality , description: Intended to be used in future for corrective action functionality , implementation_dba_data: QA.QA_CAR_TYPES ,
-
PACKAGE BODY: APPS.QLTCPDFB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QLTCPDFB, status:VALID,
-
View: QABV_COLELMACTN
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_COLELMACTN, object_name:QABV_COLELMACTN, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_COLELMACTN ,
-
APPS.QLTCPDFB dependencies on QA_CHAR_VALUE_LOOKUPS
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.QLTCPDFB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QLTCPDFB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
APPS.QLTCPDFB dependencies on QA_CHAR_VALUE_LOOKUPS
12.1.1
-
PACKAGE: APPS.QLTCPDFB
12.1.1
-
12.1.1 DBA Data
12.1.1
-
View: QA_CHAR_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CHAR_ACTIONS_V, object_name:QA_CHAR_ACTIONS_V, status:VALID, product: QA - Quality , description: shows collection elements and actions , implementation_dba_data: APPS.QA_CHAR_ACTIONS_V ,
-
View: QA_CHAR_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CHAR_ACTIONS_V, object_name:QA_CHAR_ACTIONS_V, status:VALID, product: QA - Quality , description: shows collection elements and actions , implementation_dba_data: APPS.QA_CHAR_ACTIONS_V ,
-
PACKAGE: APPS.QLTCPDFB
12.2.2