Search Results qa_char_value_lookups
Overview
The QA_CHAR_VALUE_LOOKUPS table is a core data dictionary table within the Oracle E-Business Suite Quality (QA) module. It serves as a master repository for defining and storing the permissible, or valid, values for collection plan elements. These elements, known as characteristics (or chars), are defined in the QA_CHARS table. The primary role of this table is to enforce data integrity and standardize data entry by providing a controlled list of values (a lookup set) that can be assigned to a specific characteristic during quality data collection, such as in inspections or tests. This ensures consistency and accuracy in the quality data captured across the enterprise.
Key Information Stored
The table's structure is designed to map valid values to their corresponding quality characteristic. While the full column list is not detailed in the provided metadata, the primary key definition and context reveal the most critical columns. The CHAR_ID column is a foreign key that links directly to the QA_CHARS table, uniquely identifying the characteristic for which the lookup values are defined. The SHORT_CODE column, which forms the primary key together with CHAR_ID, typically stores the abbreviated or code value for a permissible entry, such as 'PASS' or 'FAIL'. Based on standard EBS design patterns, the table likely also contains a column for the full description or meaning of the short code (e.g., 'Description' or 'MEANING'), and potentially columns for enabling/disabling values, display sequence, and other control attributes.
Common Use Cases and Queries
A primary use case is the configuration and maintenance of valid value lists for quality collection elements within the application's front-end. For reporting and data extraction, analysts frequently query this table to decode the short codes stored in transactional quality data tables. A common SQL pattern involves joining QA_CHAR_VALUE_LOOKUPS to the characteristic and results tables. For example, to retrieve all valid values for a specific characteristic named 'Test Outcome', one might use a query such as: SELECT qcvl.short_code, qcvl.description FROM qa_char_value_lookups qcvl, qa_chars qc WHERE qcvl.char_id = qc.char_id AND qc.name = 'Test Outcome' ORDER BY qcvl.display_sequence;. This table is also integral to any data migration or interface program that loads quality specification data into the system.
Related Objects
The table maintains a direct and critical relationship with the QA_CHARS table, which defines the master list of collection elements. As documented in the provided foreign key metadata:
- Primary Key: QA_CHAR_VALUE_LOOKUPS_PK (CHAR_ID, SHORT_CODE)
- Foreign Key Relationship: A foreign key constraint links QA_CHAR_VALUE_LOOKUPS.CHAR_ID to the QA_CHARS table. This enforces that a lookup value must be associated with a valid, pre-existing characteristic.
-
Table: QA_CHAR_VALUE_LOOKUPS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_VALUE_LOOKUPS, object_name:QA_CHAR_VALUE_LOOKUPS, status:VALID, product: QA - Quality , description: Stores set of permissible values for collection elements , implementation_dba_data: QA.QA_CHAR_VALUE_LOOKUPS ,
-
Table: QA_CHAR_VALUE_LOOKUPS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_VALUE_LOOKUPS, object_name:QA_CHAR_VALUE_LOOKUPS, status:VALID, product: QA - Quality , description: Stores set of permissible values for collection elements , implementation_dba_data: QA.QA_CHAR_VALUE_LOOKUPS ,
-
APPS.QLTCPDFB dependencies on QA_CHAR_VALUE_LOOKUPS
12.2.2
-
APPS.AHL_FMP_MR_HEADER_PVT dependencies on QA_CHAR_VALUE_LOOKUPS
12.2.2
-
APPS.QLTCPDFB dependencies on QA_CHAR_VALUE_LOOKUPS
12.1.1
-
APPS.AHL_FMP_MR_HEADER_PVT dependencies on QA_CHAR_VALUE_LOOKUPS
12.1.1
-
VIEW: QA.QA_CHAR_VALUE_LOOKUPS#
12.2.2
owner:QA, object_type:VIEW, object_name:QA_CHAR_VALUE_LOOKUPS#, status:VALID,
-
VIEW: APPS.QA_CHAR_VALUE_LOOKUPS_DFV
12.2.2
-
VIEW: APPS.QA_CHAR_VALUE_LOOKUPS_DFV
12.1.1
-
SYNONYM: APPS.QA_CHAR_VALUE_LOOKUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:QA_CHAR_VALUE_LOOKUPS, status:VALID,
-
SYNONYM: APPS.QA_CHAR_VALUE_LOOKUPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:QA_CHAR_VALUE_LOOKUPS, status:VALID,
-
VIEW: APPS.QA_CHAR_VALUE_LOOKUPS_V
12.2.2
-
VIEW: APPS.QA_CHAR_VALUE_LOOKUPS_V
12.1.1
-
TRIGGER: APPS.QA_CHAR_VALUE_LOOKUPS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:QA_CHAR_VALUE_LOOKUPS+, status:VALID,
-
TRIGGER: APPS.QA_CHAR_VALUE_LOOKUPS+
12.2.2
-
APPS.QA_SS_LOV_API SQL Statements
12.1.1
-
VIEW: QA.QA_CHAR_VALUE_LOOKUPS#
12.2.2
-
TABLE: QA.QA_CHAR_VALUE_LOOKUPS
12.2.2
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_VALUE_LOOKUPS, object_name:QA_CHAR_VALUE_LOOKUPS, status:VALID,
-
APPS.QA_SS_LOV_API SQL Statements
12.2.2
-
VIEW: APPS.QA_CHAR_VALUE_LOOKUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CHAR_VALUE_LOOKUPS_V, object_name:QA_CHAR_VALUE_LOOKUPS_V, status:VALID,
-
TABLE: QA.QA_CHAR_VALUE_LOOKUPS
12.1.1
owner:QA, object_type:TABLE, fnd_design_data:QA.QA_CHAR_VALUE_LOOKUPS, object_name:QA_CHAR_VALUE_LOOKUPS, status:VALID,
-
VIEW: APPS.QA_CHAR_VALUE_LOOKUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CHAR_VALUE_LOOKUPS_V, object_name:QA_CHAR_VALUE_LOOKUPS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.QA_CHAR_VALUE_LOOKUPS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:QA_CHAR_VALUE_LOOKUPS=, status:VALID,
-
FUNCTION: APPS.QA_CHAR_VALUE_LOOKUPS=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
View: QA_CHAR_VALUE_LOOKUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CHAR_VALUE_LOOKUPS_V, object_name:QA_CHAR_VALUE_LOOKUPS_V, status:VALID, product: QA - Quality , description: Shows values assigned to collection element , implementation_dba_data: APPS.QA_CHAR_VALUE_LOOKUPS_V ,
-
View: QA_CHAR_VALUE_LOOKUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_CHAR_VALUE_LOOKUPS_V, object_name:QA_CHAR_VALUE_LOOKUPS_V, status:VALID, product: QA - Quality , description: Shows values assigned to collection element , implementation_dba_data: APPS.QA_CHAR_VALUE_LOOKUPS_V ,
-
APPS.QLTCPDFB dependencies on QA_CHAR_ACTION_TRIGGERS
12.1.1
-
APPS.QLTCPDFB dependencies on QA_CHAR_ACTION_TRIGGERS
12.2.2
-
APPS.QLTCPDFB dependencies on QA_CHAR_ACTIONS
12.2.2
-
VIEW: APPS.QA_CHAR_VALUE_LOOKUPS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:QA_CHAR_VALUE_LOOKUPS_DFV, status:VALID,
-
PACKAGE BODY: APPS.QLTCPDFB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:QLTCPDFB, status:VALID,
-
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
-
APPS.QLTCPDFB dependencies on QA_CHAR_ACTIONS
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.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.QA_CHAR_VALUE_LOOKUPS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:QA_CHAR_VALUE_LOOKUPS_DFV, status:VALID,
-
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.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.QLTCPDFB
12.1.1
-
APPS.AHL_FMP_MR_HEADER_PVT dependencies on MTL_SYSTEM_ITEMS_KFV
12.2.2
-
PACKAGE: APPS.QLTCPDFB
12.2.2
-
PACKAGE BODY: APPS.AHL_FMP_MR_HEADER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_MR_HEADER_PVT, status:VALID,