Search Results qa_txn_collection_triggers
Overview
The QA.QA_TXN_COLLECTION_TRIGGERS table is a Quality Management (QA) module configuration object in Oracle E-Business Suite 12.1.1 and 12.2.2. It defines the applicability of collection plans to Quality Collection transactions, effectively acting as the control table that determines which collection plan is triggered, and under what conditions, when a Quality transaction is created, entered, or processed. Because Oracle Quality relies on collection plans to capture specifications, results, and disposition data against a transaction, this table provides the linkage logic that connects a defined transaction type with one or more collection plans through a collection trigger identifier.
Under the heuristic Data Vault classification mined from its foreign key structure, this table is satellite-leaning. In Data Vault modeling terms, it is best treated as a descriptive satellite attached to a business key composed of the transaction number and the collection trigger, rather than as a hub or link that originates the business key. This classification is a modeling suggestion based on the FK topology, not a native Oracle construct.
Key Information Stored
The table contains thirteen documented columns. The most significant are:
- TRANSACTION_NUMBER — Part of the composite primary key; identifies the Quality Collection transaction to which the trigger applies.
- COLLECTION_TRIGGER_ID — Part of the composite primary key and the foreign key to QA_CHARS; identifies the collection trigger (plan applicability rule).
- DATABASE_FIELD — The database column used as the trigger source for evaluating applicability.
- NON_DATABASE_FIELD — A non-database field name used in the trigger, supporting form-based or user-defined values.
- FORM_DESCRIPTION — Descriptive text identifying the form or context in which the trigger applies.
- ENABLED_FLAG — Indicates whether the trigger is currently active.
- SEARCH_FLAG — Governs whether the trigger participates in search criteria.
- ZD_EDITION_NAME — The editioning column introduced for online patching in 12.2.x; it also appears in the unique index.
- Audit columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN.
The surrogate-style primary key constraint is QA_TXN_COLLECTION_TRIGGERS_PK, defined over (TRANSACTION_NUMBER, COLLECTION_TRIGGER_ID). A documented unique index, QA_TXN_COLLECTION_TRIGGERS_N1, spans (TRANSACTION_NUMBER, COLLECTION_TRIGGER_ID, ZD_EDITION_NAME), making it the business-key candidate that also accommodates the editioning column.
Common Use Cases and Queries
Typical usage includes diagnosing why a collection plan did or did not fire against a Quality transaction, reporting the active trigger configuration for a transaction type, and auditing changes to applicability rules. The ENABLED_FLAG and SEARCH_FLAG columns support filtering to only active or searchable triggers.
A representative query joining the trigger to its parent characteristic table:
SELECT t.transaction_number, t.collection_trigger_id, t.database_field, t.non_database_field, t.enabled_flagFROM qa.qa_txn_collection_triggers t, qa.qa_chars cWHERE t.collection_trigger_id = c.char_idAND t.enabled_flag = 'Y'AND t.zd_edition_name = 'SET1';
Because the audit columns are maintained automatically, reporting on LAST_UPDATE_DATE isolates recent configuration modifications, which is useful for change-control review.
Related Objects
- QA_CHARS — Referenced by the COLLECTION_TRIGGER_ID foreign key; supplies the characteristic or trigger definition.
- QA_COLLECTION_PLANS — The plan subsequently applied when a trigger matches.
- QA_PLANS — Plan-level metadata associated with triggered collection activity.
- QA_RESULTS — Stores collected results produced once a plan is triggered.
- QA_TXN_COLLECTION_TRIGGERS_N1 — The unique index supporting business-key lookups including the edition column.
Applications and APIs interacting with these tables include the Quality Collection Transactions forms and the Oracle Quality public APIs, which validate trigger applicability at transaction entry.
-
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_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 ,
-
VIEW: QA.QA_TXN_COLLECTION_TRIGGERS#
12.2.2
owner:QA, object_type:VIEW, object_name:QA_TXN_COLLECTION_TRIGGERS#, status:VALID,
-
SYNONYM: APPS.QA_TXN_COLLECTION_TRIGGERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:QA_TXN_COLLECTION_TRIGGERS, status:VALID,
-
View: QA_MQA_COLLECTION_TRIGGERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_MQA_COLLECTION_TRIGGERS_V, object_name:QA_MQA_COLLECTION_TRIGGERS_V, status:VALID, product: QA - Quality , description: View to qa_txn_collection_triggers for mobile application convenience , implementation_dba_data: APPS.QA_MQA_COLLECTION_TRIGGERS_V ,
-
View: QA_MQA_COLLECTION_TRIGGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_MQA_COLLECTION_TRIGGERS_V, object_name:QA_MQA_COLLECTION_TRIGGERS_V, status:VALID, product: QA - Quality , description: View to qa_txn_collection_triggers for mobile application convenience , implementation_dba_data: APPS.QA_MQA_COLLECTION_TRIGGERS_V ,
-
TRIGGER: APPS.QA_TXN_COLLECTION_TRIGGERS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:QA_TXN_COLLECTION_TRIGGERS+, status:VALID,
-
VIEW: APPS.QA_MQA_COLLECTION_TRIGGERS_V
12.1.1
-
VIEW: APPS.QA_MQA_COLLECTION_TRIGGERS_V
12.2.2
-
SYNONYM: APPS.QA_TXN_COLLECTION_TRIGGERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:QA_TXN_COLLECTION_TRIGGERS, status:VALID,
-
VIEW: APPS.QA_TXN_COLLECTION_TRIGGERS_V
12.2.2
-
VIEW: APPS.QA_TXN_COLLECTION_TRIGGERS_V
12.1.1
-
VIEW: QA.QA_TXN_COLLECTION_TRIGGERS#
12.2.2
-
TRIGGER: APPS.QA_TXN_COLLECTION_TRIGGERS+
12.2.2
-
TABLE: QA.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,
-
TABLE: QA.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,
-
VIEW: APPS.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,
-
FUNCTION: APPS.QA_TXN_COLLECTION_TRIGGERS=
12.2.2
-
VIEW: APPS.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,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.QA_TXN_COLLECTION_TRIGGERS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:QA_TXN_COLLECTION_TRIGGERS=, status:VALID,
-
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_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 ,
-
12.1.1 FND Design Data
12.1.1
-
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.2.2 FND Design Data
12.2.2
-
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
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.QA_JRAD_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QA_JRAD_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.QA_RESULTS_INTERFACE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QA_RESULTS_INTERFACE_PKG, status:VALID,
-
PACKAGE BODY: APPS.QA_RESULTS_INTERFACE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QA_RESULTS_INTERFACE_PKG, status:VALID,
-
APPS.QA_JRAD_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.QA_JRAD_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QA_JRAD_PKG, status:VALID,
-
APPS.QA_JRAD_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.QA_WEB_TXN_API
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QA_WEB_TXN_API, status:VALID,
-
PACKAGE BODY: APPS.QA_AK_MAPPING_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QA_AK_MAPPING_API, status:VALID,
-
PACKAGE BODY: APPS.QA_WEB_TXN_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QA_WEB_TXN_API, status:VALID,
-
PACKAGE BODY: APPS.QA_AK_MAPPING_API
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QA_AK_MAPPING_API, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.QA_WEB_TXN_API SQL Statements
12.1.1
-
PACKAGE BODY: APPS.QA_SS_CORE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QA_SS_CORE, status:VALID,
-
PACKAGE BODY: APPS.QA_VALIDATION_API
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:QA_VALIDATION_API, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.QA_MQA_COLLECTION_TRIGGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_MQA_COLLECTION_TRIGGERS_V, object_name:QA_MQA_COLLECTION_TRIGGERS_V, status:VALID,