Search Results qc_assy_typ
Overview
The QC_ASSY_TYP table serves as the master repository for Quality Control (QC) assay definitions within the Oracle E-Business Suite Process Manufacturing (GMD) Product Development module. An assay, in this context, represents a standardized test or analytical procedure used to measure a specific characteristic, property, or component of a material, such as purity, concentration, or physical attribute. This table is central to configuring and maintaining the library of quality tests that can be referenced throughout the manufacturing process, from raw material inspection to finished product release. Its role is to establish a consistent, organization-specific catalog of assay methods, ensuring standardized quality measurements across the enterprise.
Key Information Stored
Based on the provided ETRM metadata, the table's structure is defined by its primary and foreign keys. The primary identifier for a record is the QCASSY_TYP_ID. However, the business key, which ensures uniqueness for an assay within an operating unit, is the combination of ORGN_CODE (organization) and ASSAY_CODE. This design allows the same assay code to be used in different organizations with potentially different configurations. Critical foreign key columns link the assay master to supporting data: TEXT_CODE references descriptive text in QC_TEXT_HDR, QCUNIT_CODE links to the unit of measure in QC_UNIT_MST, and the ORGN_CODE itself is validated against the organization master tables (SY_ORGN_MST and SY_ORGN_MST_B).
Common Use Cases and Queries
A primary use case is the setup and maintenance of the assay library via the application's user interface, which ensures referential integrity. Technically, common queries involve retrieving assay details for integration with specification limits (QC_SPEC_MST) or for reporting on quality results. A typical SQL pattern to list all assays for a specific organization would be:
- SELECT assay_code, text_code, qcunit_code FROM qc_assy_typ WHERE orgn_code = :org_code ORDER BY assay_code;
Another critical use case is validating assay existence and retrieving its master data when processing laboratory results (QC_RSLT_MST) or when defining technical parameters (GMD_TECH_PARAMETERS_B) for a recipe or formula. Reporting often joins this table to its related child tables to analyze assay usage and associated quality metrics.
Related Objects
The QC_ASSY_TYP table has extensive relationships within the GMD and Quality Management modules. It is a parent table referenced by several key transactional and master tables. These include QC_SPEC_MST (specification master), QC_RSLT_MST (result master), and QC_ASSY_VAL (assay validation details). Furthermore, it is integrated with Process Manufacturing's core tables: GMD_TECH_PARAMETERS_B and LM_TECH_HDR for defining technology parameters, and LM_SPRD_PRM for spread parameters. The foreign keys to QC_TEXT_HDR and QC_UNIT_MST provide essential descriptive and unit of measure data, completing the assay definition.
-
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 ,
-
TRIGGER: APPS.GMD_TESTS_DL
12.1.1
-
TRIGGER: APPS.GMD_TESTS_DL
12.2.2
-
VIEW: APPS.PMIFV_QC_ASSAYS_V
12.1.1
-
VIEW: APPS.PMIBV_QC_ASSAYS_V
12.2.2
-
VIEW: APPS.PMIFV_QC_ASSAYS_V
12.2.2
-
VIEW: APPS.PMIBV_QC_ASSAYS_V
12.1.1
-
SYNONYM: APPS.QC_ASSY_TYP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:QC_ASSY_TYP, status:VALID,
-
Table: QC_ASSY_VAL
12.2.2
product: GMD - Process Manufacturing Product Development , description: Valid QC assay values. , 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 ,
-
Table: GMD_TECH_PARAMETERS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_TECH_PARAMETERS_B, object_name:GMD_TECH_PARAMETERS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Technical parameters header base table , implementation_dba_data: GMD.GMD_TECH_PARAMETERS_B ,
-
Table: QC_ASSY_VAL
12.1.1
product: GMD - Process Manufacturing Product Development , description: Valid QC assay values. , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
SYNONYM: APPS.QC_ASSY_TYP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:QC_ASSY_TYP, status:VALID,
-
View: EDW_PMI_PASY_PASY_LCV
12.2.2
product: PMI - Process Manufacturing Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
VIEW: APPS.PMIBV_QC_RESULTS_V
12.1.1
-
VIEW: APPS.PMIBV_QC_RESULTS_V
12.2.2
-
Table: LM_TECH_HDR
12.1.1
product: GMD - Process Manufacturing Product Development , description: Technical parameters header , implementation_dba_data: Not implemented in this database ,
-
Table: GMD_TECH_PARAMETERS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_TECH_PARAMETERS_B, object_name:GMD_TECH_PARAMETERS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Technical parameters header base table , implementation_dba_data: GMD.GMD_TECH_PARAMETERS_B ,
-
Table: LM_SPRD_PRM
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_PRM, object_name:LM_SPRD_PRM, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store the technical paramter definitions that belong with the spreadsheet , implementation_dba_data: GMD.LM_SPRD_PRM ,
-
Table: LM_SPRD_PRM
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.LM_SPRD_PRM, object_name:LM_SPRD_PRM, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store the technical paramter definitions that belong with the spreadsheet , implementation_dba_data: GMD.LM_SPRD_PRM ,
-
View: PMIFV_QC_ASSAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_QC_ASSAYS_V, object_name:PMIFV_QC_ASSAYS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: QC Assays Full View , implementation_dba_data: APPS.PMIFV_QC_ASSAYS_V ,
-
View: EDW_PMI_PASY_PASY_LCV
12.1.1
product: PMI - Process Manufacturing Intelligence , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PMIBV_QCRESULT_V
12.1.1
-
Table: LM_TECH_HDR
12.2.2
product: GMD - Process Manufacturing Product Development , description: Technical parameters header , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
VIEW: APPS.PMIFV_QC_RESULTS_V
12.1.1
-
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 ,
-
View: PMIFV_QC_ASSAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_QC_ASSAYS_V, object_name:PMIFV_QC_ASSAYS_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: QC Assays Full View , implementation_dba_data: APPS.PMIFV_QC_ASSAYS_V ,
-
VIEW: APPS.PMIBV_QCRESULT_V
12.2.2
-
VIEW: APPS.PMIFV_QC_RESULTS_V
12.2.2
-
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 ,
-
View: PMIBV_QC_ASSAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_QC_ASSAYS_V, object_name:PMIBV_QC_ASSAYS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: QC Assays Base View , implementation_dba_data: APPS.PMIBV_QC_ASSAYS_V ,
-
View: PMIBV_QC_ASSAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_QC_ASSAYS_V, object_name:PMIBV_QC_ASSAYS_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: QC Assays Base View , implementation_dba_data: APPS.PMIBV_QC_ASSAYS_V ,
-
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 ,
-
View: PMIFV_QC_RESULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_QC_RESULTS_V, object_name:PMIFV_QC_RESULTS_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: QC Results Full View , implementation_dba_data: APPS.PMIFV_QC_RESULTS_V ,
-
VIEW: APPS.PMIBV_QC_ASSAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_QC_ASSAYS_V, object_name:PMIBV_QC_ASSAYS_V, status:VALID,
-
View: PMIFV_QC_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_QC_RESULTS_V, object_name:PMIFV_QC_RESULTS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: QC Results Full View , implementation_dba_data: APPS.PMIFV_QC_RESULTS_V ,
-
View: PMIBV_QC_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_QC_RESULTS_V, object_name:PMIBV_QC_RESULTS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: QC Results Full View , implementation_dba_data: APPS.PMIBV_QC_RESULTS_V ,
-
View: PMIBV_QC_RESULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_QC_RESULTS_V, object_name:PMIBV_QC_RESULTS_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: QC Results Full View , implementation_dba_data: APPS.PMIBV_QC_RESULTS_V ,
-
VIEW: APPS.PMIFV_QC_ASSAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_QC_ASSAYS_V, object_name:PMIFV_QC_ASSAYS_V, status:VALID,
-
VIEW: APPS.PMIFV_QC_ASSAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_QC_ASSAYS_V, object_name:PMIFV_QC_ASSAYS_V, status:VALID,
-
VIEW: APPS.PMIBV_QC_ASSAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_QC_ASSAYS_V, object_name:PMIBV_QC_ASSAYS_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
Table: SY_ORGN_MST_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: SY_ORGN_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,