Search Results assigned_char_name
Overview
The QA_PLAN_CHAR_ACTIONS_V view is a denormalized reporting object within the Oracle E-Business Suite Quality (QA) module. It presents the complete configuration of collection plan actions, joining collection plans, plan elements (chars), triggers, and the actions that fire when specified conditions are met. The view is owned by the APPS schema and is marked VALID in both 12.1.1 and 12.2.2 environments. Its principal value lies in exposing human-readable names alongside the internal surrogate identifiers used by the action engine, which makes it suitable for ad hoc reporting, data extraction, and integration interfaces that must resolve an action's assigned element without performing additional lookups against QA_CHARS.
The view is particularly relevant to the "assigned_char_name" search term, since it aliases QC1.NAME as ASSIGNED_CHAR_NAME, allowing consumers to display the name of the character (element) assigned to a collection plan action directly from a single query.
Underlying Base Objects
The view text defines inner joins across four base objects and one outer join:
- QA_PLAN_CHAR_ACTIONS (QPCA) — the driving table containing the action assignment records.
- QA_PLAN_CHAR_ACTION_TRIGGERS (QPCAT) — joined on PLAN_CHAR_ACTION_TRIGGER_ID, supplying trigger sequence, plan identifier, and character identifier.
- QA_PLANS (QP) — joined on PLAN_ID, providing the collection plan name.
- QA_CHARS (QC) — joined on CHAR_ID, providing the triggering character name.
- QA_CHARS (QC1) — outer-joined (QC1.CHAR_ID (+) = QPCA.ASSIGNED_CHAR_ID) to supply ASSIGNED_CHAR_NAME where an assigned character exists.
- QA_ACTIONS (QA) — joined on ACTION_ID, supplying the action description.
All referenced objects are documented as synonyms within the APPS schema in the 12.2.2 ETRM metadata, indicating the view relies on standard seeded synonym resolution rather than direct table references.
Key Columns
The view exposes the ROW_ID pseudo-column and the full set of audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN). Functional columns of interest include:
- PLAN_CHAR_ACTION_ID — primary key of the action assignment record.
- PLAN_CHAR_ACTION_TRIGGER_ID and TRIGGER_SEQUENCE — identify and order the trigger that fires the action.
- ACTION_ID and ACTION_DESCRIPTION — the action and its descriptive text.
- CAR_NAME_PREFIX, CAR_TYPE_ID, CAR_TYPE_NAME, CAR_OWNER, CAR_OWNER_NAME — corrective action request attributes; CAR_TYPE_NAME and CAR_OWNER_NAME are surfaced as NULL in the view text and must be resolved downstream.
- MESSAGE, STATUS_CODE, STATUS_ID — action messaging and status indicators.
- ALR_ACTION_SET_ID and ALR_ACTION_ID — Oracle Alert integration identifiers.
- ASSIGNED_CHAR_ID and ASSIGNED_CHAR_NAME — the character element assigned to the action (the latter via the outer join to QA_CHARS).
- ASSIGN_TYPE — indicates how the assignment is classified.
- PLAN_ID, PLAN_NAME, CHAR_ID, CHAR_NAME — plan and triggering element context.
Common Use Cases and Queries
Typical usage includes auditing which actions are attached to a collection plan, verifying the element assigned to each action, and feeding downstream systems that require resolved names rather than IDs. A representative query to list all actions for a named plan, including assigned element names, is:
- SELECT plan_name, char_name, trigger_sequence, action_description, assigned_char_name, assign_type FROM qa_plan_char_actions_v WHERE plan_name = :plan ORDER BY plan_id, trigger_sequence;
- SELECT plan_char_action_id, plan_name, action_description FROM qa_plan_char_actions_v WHERE assigned_char_name IS NULL;
- SELECT action_description, COUNT(*) FROM qa_plan_char_actions_v GROUP BY action_description;
Because CAR_TYPE_NAME and CAR_OWNER_NAME are defined as NULL, reports requiring those values must join to the relevant lookup or CAR master tables separately. Filtering on ASSIGNED_CHAR_NAME should account for the outer join, which returns null for actions with no assigned character.
-
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_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: APPS.QA_ERES_PLAN_CHAR_ACTIONS_V
12.2.2
-
View: QA_ERES_PLAN_CHAR_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_PLAN_CHAR_ACTIONS_V, object_name:QA_ERES_PLAN_CHAR_ACTIONS_V, status:VALID, product: QA - Quality , description: plan element actions view for electronic records , implementation_dba_data: APPS.QA_ERES_PLAN_CHAR_ACTIONS_V ,
-
VIEW: APPS.QA_ERES_PLAN_CHAR_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_PLAN_CHAR_ACTIONS_V, object_name:QA_ERES_PLAN_CHAR_ACTIONS_V, status:VALID,
-
VIEW: APPS.QA_PLAN_CHAR_ACTIONS_V
12.2.2
-
VIEW: APPS.QA_PLAN_CHAR_ACTIONS_V
12.1.1
-
View: QA_ERES_PLAN_CHAR_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_PLAN_CHAR_ACTIONS_V, object_name:QA_ERES_PLAN_CHAR_ACTIONS_V, status:VALID, product: QA - Quality , description: plan element actions view for electronic records , implementation_dba_data: APPS.QA_ERES_PLAN_CHAR_ACTIONS_V ,
-
VIEW: APPS.QA_ERES_PLAN_CHAR_ACTIONS_V
12.1.1
-
VIEW: APPS.QA_ERES_PLAN_CHAR_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_ERES_PLAN_CHAR_ACTIONS_V, object_name:QA_ERES_PLAN_CHAR_ACTIONS_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
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 ,