Search Results qc_unit_mst
Overview
The QC_UNIT_MST table is a master data object within the Oracle E-Business Suite Process Manufacturing (GMD) Product Development module. It serves as the central repository for defining and managing units of measure (UOM) specifically for quality control (QC) assays. In the context of process manufacturing, where precise measurement of materials and product characteristics is critical, this table provides the standardized UOM codes required for defining test methods, recording analytical results, and establishing product specifications. Its role is foundational to the quality management processes, ensuring consistency and accuracy in the measurement data captured throughout the product lifecycle.
Key Information Stored
Based on the provided ETRM metadata, the primary data element stored in this table is the QC unit code. The table's structure is designed to support this master list, with the QCUNIT_CODE column serving as the primary key. While the full column list is not detailed in the excerpt, typical master UOM tables in Oracle EBS also contain descriptive fields such as a unit name, an abbreviation, and potentially a conversion factor to a base unit. The existence of a foreign key relationship from QC_TEXT_HDR.TEXT_CODE to QC_UNIT_MST.TEXT_CODE suggests the table may also store a reference to associated descriptive text, allowing for detailed documentation of the unit.
Common Use Cases and Queries
The primary use case for QC_UNIT_MST is the maintenance of valid UOMs for the quality system. Administrators use this table to define new assay units before they can be referenced in specification or test method setup. For reporting and data validation, common queries involve joining this master table to transactional data. A fundamental pattern is retrieving the unit description for a recorded test result. For example:
- Joining to Result Records:
SELECT r.result_val, u.qcunit_code, u.unit_name FROM qc_rslt_mst r, qc_unit_mst u WHERE r.qcunit_code = u.qcunit_code; - Listing All Active Units:
SELECT qcunit_code FROM qc_unit_mst ORDER BY qcunit_code;
This table is essential for any report that presents QC data, as it translates the stored unit code into a human-readable format for analysis and compliance reporting.
Related Objects
The ETRM documentation explicitly lists several key tables that have foreign key dependencies on QC_UNIT_MST, highlighting its central role in the data model:
- QC_SPEC_MST: Specifications master table references the unit code to define the UOM for a specification limit.
- QC_RSLT_MST: Results master table references the unit code to record the UOM for an analytical test result.
- QC_ASSY_TYP: Assay types table references the unit code, likely to define a default or standard UOM for a particular test method.
- QC_TEXT_HDR: A relationship exists where QC_UNIT_MST may store a TEXT_CODE to link to descriptive text, indicating integration with the generic text engine in Oracle EBS.
It is important to note the metadata states "Not implemented in this database," which may indicate this specific table name is a legacy or reference object in certain versions, and its functionality may be provided by a more generalized UOM table (like INV_UNITS_OF_MEASURE) within a full implementation.
-
Table: QC_UNIT_MST
12.1.1
product: GMD - Process Manufacturing Product Development , description: Units of measure for QC assays. , implementation_dba_data: Not implemented in this database ,
-
Table: QC_UNIT_MST
12.2.2
product: GMD - Process Manufacturing Product Development , description: Units of measure for QC assays. , implementation_dba_data: Not implemented in this database ,
-
TRIGGER: APPS.GMD_UNITS_DL
12.2.2
-
TRIGGER: APPS.GMD_UNITS_DL
12.1.1
-
SYNONYM: APPS.QC_UNIT_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:QC_UNIT_MST, status:VALID,
-
SYNONYM: APPS.QC_UNIT_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:QC_UNIT_MST, status:VALID,
-
Table: QC_RSLT_MST
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_RSLT_MST, object_name:QC_RSLT_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC results master. , implementation_dba_data: GMD.QC_RSLT_MST ,
-
Table: QC_RSLT_MST
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_RSLT_MST, object_name:QC_RSLT_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC results master. , implementation_dba_data: GMD.QC_RSLT_MST ,
-
Table: QC_TEXT_HDR
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_TEXT_HDR, object_name:QC_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Holds text types defined for QC module , implementation_dba_data: GMD.QC_TEXT_HDR ,
-
Table: QC_ASSY_TYP
12.1.1
product: GMD - Process Manufacturing Product Development , description: QC assay master. , implementation_dba_data: Not implemented in this database ,
-
Table: QC_ASSY_TYP
12.2.2
product: GMD - Process Manufacturing Product Development , description: QC assay master. , implementation_dba_data: Not implemented in this database ,
-
Table: QC_TEXT_HDR
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_TEXT_HDR, object_name:QC_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Holds text types defined for QC module , implementation_dba_data: GMD.QC_TEXT_HDR ,
-
Table: QC_SPEC_MST
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_SPEC_MST, object_name:QC_SPEC_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC specification master. , implementation_dba_data: GMD.QC_SPEC_MST ,
-
Table: QC_SPEC_MST
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_SPEC_MST, object_name:QC_SPEC_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC specification master. , implementation_dba_data: GMD.QC_SPEC_MST ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.GMD_UNITS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_UNITS_VL, object_name:GMD_UNITS_VL, status:VALID,
-
VIEW: APPS.GMD_UNITS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_UNITS_VL, object_name:GMD_UNITS_VL, status:VALID,
-
eTRM - GMD Tables and Views
12.1.1
description: QC Module Text Lines. Descriptive text for all tables in this module. ,
-
eTRM - GMD Tables and Views
12.2.2
description: QC Module Text Lines. Descriptive text for all tables in this module. ,
-
eTRM - GMD Tables and Views
12.1.1
description: QC Module Text Lines. Descriptive text for all tables in this module. ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - GMD Tables and Views
12.2.2
description: QC Module Text Lines. Descriptive text for all tables in this module. ,
-
12.1.1 DBA Data
12.1.1