Search Results qa_char_action_triggers
Overview
The QA_CHAR_ACTION_TRIGGERS table is a core data object within the Oracle E-Business Suite (EBS) Quality (QA) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master definition table for action triggers or rules associated with collection plan elements. In the context of Quality's data collection and inspection functionality, this table enables the automation of actions based on the results entered for specific characteristics. It is the central repository that links a collection element (characteristic) to the conditional logic that determines when a predefined action, such as sending a notification or launching a process, should be executed.
Key Information Stored
The table's primary purpose is to define the trigger condition for an action. While the full column list is not detailed in the provided metadata, the documented primary and foreign keys reveal its critical structure. The CHAR_ACTION_TRIGGER_ID column is the table's unique primary key identifier. The CHAR_ID column is a foreign key that links the trigger to a specific collection element (characteristic) defined in the QA_CHARS table. Other columns, implied by the table's description, would typically store data defining the trigger ruleāsuch as the comparison operator (e.g., =, >, <, BETWEEN) and the threshold or value against which the collected result is evaluated to fire the associated action.
Common Use Cases and Queries
This table is primarily accessed for configuring and auditing automated quality processes. A common administrative task is to review all action triggers defined for a specific collection plan element. The following query demonstrates this, joining to the characteristic details:
SELECT cat.*, qc.CHAR_NAME FROM QA_CHAR_ACTION_TRIGGERS cat, QA_CHARS qc WHERE cat.CHAR_ID = qc.CHAR_ID AND qc.CHAR_ID = :p_char_id;
Another critical use case is troubleshooting why an expected action did not occur during an inspection. Analysts would query this table to verify the trigger rule's existence and its defined conditions for a given characteristic. Reporting use cases often involve generating a list of all active automation rules within a quality organization or for a specific product category, which requires joins through QA_CHARS to higher-level plan and specification tables.
Related Objects
The QA_CHAR_ACTION_TRIGGERS table sits at the intersection of two key entities: the collection element and the action to be performed. As per the documented foreign keys:
- QA_CHARS: The table is linked to QA_CHARS via the CHAR_ID column. This relationship ensures every action trigger is associated with a valid collection characteristic.
- QA_CHAR_ACTIONS: The table has a foreign key relationship where QA_CHAR_ACTIONS references QA_CHAR_ACTION_TRIGGERS.CHAR_ACTION_TRIGGER_ID. This defines a one-to-many relationship, where a single trigger definition (rule) in QA_CHAR_ACTION_TRIGGERS can be linked to one or more specific actions (e.g., notifications, workflows) detailed in the QA_CHAR_ACTIONS table.
-
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_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 ,
-
APPS.QA_CHAR_UPDATE_PKG dependencies on QA_CHAR_ACTION_TRIGGERS
12.2.2
-
APPS.QA_CHAR_UPDATE_PKG dependencies on QA_CHAR_ACTION_TRIGGERS
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: QA.QA_CHAR_ACTION_TRIGGERS#
12.2.2
owner:QA, object_type:VIEW, object_name:QA_CHAR_ACTION_TRIGGERS#, status:VALID,
-
SYNONYM: APPS.QA_CHAR_ACTION_TRIGGERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:QA_CHAR_ACTION_TRIGGERS, status:VALID,
-
SYNONYM: APPS.QA_CHAR_ACTION_TRIGGERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:QA_CHAR_ACTION_TRIGGERS, status:VALID,
-
APPS.QLTCPDFB dependencies on QA_CHAR_ACTIONS
12.1.1
-
VIEW: QA.QA_CHAR_ACTION_TRIGGERS#
12.2.2
-
APPS.QLTCPDFB dependencies on QA_CHAR_ACTIONS
12.2.2
-
VIEW: APPS.QA_CHAR_ACTIONS_V
12.1.1
-
VIEW: APPS.QABV_COLELMACTT
12.2.2
-
VIEW: APPS.QA_CHAR_ACTIONS_V
12.2.2
-
VIEW: APPS.QAFV_COLELMACTT
12.2.2
-
VIEW: APPS.QABV_COLELMACTT
12.1.1
-
VIEW: APPS.QAFV_COLELMACTT
12.1.1
-
VIEW: APPS.QA_CHAR_ACTION_TRIGGERS_V
12.1.1
-
VIEW: APPS.QA_CHAR_ACTION_TRIGGERS_V
12.2.2
-
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 ,
-
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 ,
-
PACKAGE BODY: APPS.QLTCPDFB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QLTCPDFB, status:VALID,
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
APPS.QLTCPDFB dependencies on QA_CHAR_VALUE_LOOKUPS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
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 ,
-
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
-
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 ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.QLTCPDFB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QLTCPDFB, status:VALID,
-
APPS.QLTCPDFB dependencies on QA_CHAR_VALUE_LOOKUPS
12.2.2
-
VIEW: APPS.QA_CHAR_ACTION_TRIGGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CHAR_ACTION_TRIGGERS_V, object_name:QA_CHAR_ACTION_TRIGGERS_V, status:VALID,
-
TABLE: QA.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,
-
View: QABV_COLELMACTT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_COLELMACTT, object_name:QABV_COLELMACTT, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_COLELMACTT ,
-
View: QABV_COLELMACTT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QABV_COLELMACTT, object_name:QABV_COLELMACTT, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QABV_COLELMACTT ,
-
PACKAGE BODY: APPS.QA_CHAR_UPDATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QA_CHAR_UPDATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.QA_CHAR_UPDATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QA_CHAR_UPDATE_PKG, status:VALID,
-
View: QAFV_COLELMACTT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_COLELMACTT, object_name:QAFV_COLELMACTT, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_COLELMACTT ,
-
View: QAFV_COLELMACTT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QAFV_COLELMACTT, object_name:QAFV_COLELMACTT, status:VALID, product: QA - Quality , description: - Retrofitted , implementation_dba_data: APPS.QAFV_COLELMACTT ,
-
View: QA_CHAR_ACTION_TRIGGERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CHAR_ACTION_TRIGGERS_V, object_name:QA_CHAR_ACTION_TRIGGERS_V, status:VALID, product: QA - Quality , description: Shows action triggers , implementation_dba_data: APPS.QA_CHAR_ACTION_TRIGGERS_V ,
-
TABLE: QA.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,
-
PACKAGE: APPS.QLTCPDFB
12.1.1
-
12.1.1 DBA Data
12.1.1