Search Results qa_char_action_outputs
Overview
The QA_CHAR_ACTION_OUTPUTS 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. Its primary function is to manage the mapping between dynamic tokens and specific collection plan elements. This mapping is essential for the automated generation of action notifications and reports within the Quality Management system. When a quality action, such as a disposition or notification, is triggered, this table defines which data elements from a collection plan populate predefined tokens in output templates, ensuring that communications are dynamically populated with relevant inspection or test results.
Key Information Stored
The table's structure is designed to link actions, collection elements, and output tokens. The documented primary key consists of CHAR_ACTION_ID and TOKEN_NAME, ensuring a unique mapping for each action. Key columns include CHAR_ACTION_ID, which identifies the specific quality action rule; CHAR_ID, which points to the particular collection element or characteristic from the QA_CHARS table; and TOKEN_NAME, which holds the placeholder token used in output templates. This design allows a single action to map multiple collection results to various tokens for comprehensive reporting.
Common Use Cases and Queries
A primary use case is troubleshooting or verifying the configuration of automated quality notifications. For instance, an analyst may need to audit which collection plan results are included in a Non-Conformance (NC) report. A common query involves joining to QA_CHAR_ACTIONS to understand the action context and to QA_CHARS to identify the specific characteristic being mapped.
- Sample Query: To list all token mappings for a specific action, one might use:
SELECT token_name, char_id FROM qa_char_action_outputs WHERE char_action_id = :1 ORDER BY token_name; - Reporting Use: This table is critical for custom reports that need to trace the flow of collection data into formal quality documentation, ensuring data integrity in corrective action reports or inspection certificates.
Related Objects
The table maintains defined foreign key relationships with other central Quality tables, as documented in the ETRM metadata.
- QA_CHAR_ACTIONS: Foreign key from QA_CHAR_ACTION_OUTPUTS.CHAR_ACTION_ID to QA_CHAR_ACTIONS. This relationship provides the context of the action rule (e.g., disposition, notification) for which the token mapping is defined.
- QA_CHARS: Foreign key from QA_CHAR_ACTION_OUTPUTS.CHAR_ID to QA_CHARS. This links the mapping to the specific collection element or characteristic whose value will be substituted for the token during output generation.
These relationships position QA_CHAR_ACTION_OUTPUTS as a crucial junction table connecting action definitions (QA_CHAR_ACTIONS) with the master list of collectible data points (QA_CHARS) for the purpose of automated output formatting.
-
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_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 ,
-
APPS.QLTCPDFB dependencies on QA_CHAR_ACTION_OUTPUTS
12.1.1
-
APPS.QLTCPDFB dependencies on QA_CHAR_ACTION_OUTPUTS
12.2.2
-
VIEW: QA.QA_CHAR_ACTION_OUTPUTS#
12.2.2
owner:QA, object_type:VIEW, object_name:QA_CHAR_ACTION_OUTPUTS#, status:VALID,
-
TABLE: QA.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,
-
VIEW: APPS.QA_CHAR_ACTION_OUTPUTS_V
12.1.1
-
SYNONYM: APPS.QA_CHAR_ACTION_OUTPUTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:QA_CHAR_ACTION_OUTPUTS, status:VALID,
-
SYNONYM: APPS.QA_CHAR_ACTION_OUTPUTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:QA_CHAR_ACTION_OUTPUTS, status:VALID,
-
VIEW: QA.QA_CHAR_ACTION_OUTPUTS#
12.2.2
-
TABLE: QA.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,
-
VIEW: APPS.QA_CHAR_ACTION_OUTPUTS_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 ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
PACKAGE BODY: APPS.QLTCPDFB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QLTCPDFB, status:VALID,
-
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
-
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 ,
-
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
-
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
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.QLTCPDFB SQL Statements
12.1.1
-
APPS.QLTCPDFB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.QLTCPDFB
12.2.2
-
PACKAGE BODY: APPS.QLTCPDFB
12.1.1
-
eTRM - QA Tables and Views
12.1.1
description: Define information on applicability of a collection plan for a Quality Collection transaction ,
-
eTRM - QA Tables and Views
12.2.2
description: Define information on applicability of a collection plan for a Quality Collection transaction ,
-
eTRM - QA Tables and Views
12.1.1
description: Define information on applicability of a collection plan for a Quality Collection transaction ,
-
eTRM - QA Tables and Views
12.2.2
description: Define information on applicability of a collection plan for a Quality Collection transaction ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1