Search Results qc_text_hdr
Overview
The QC_TEXT_HDR table is a core reference table within the Oracle E-Business Suite (EBS) Process Manufacturing (GMD) product development module. It serves as the master repository for defining and storing text types utilized throughout the Quality Control (QC) module. Its primary role is to provide a centralized, standardized list of text codes that can be associated with various quality-related entities, ensuring data consistency and enabling descriptive annotations. The table acts as a parent reference for numerous other quality and process manufacturing tables, as evidenced by its extensive foreign key relationships.
Key Information Stored
The central piece of information stored in the QC_TEXT_HDR table is the TEXT_CODE, which serves as the table's primary key (QC_TEXT_HDR_PK). While the provided metadata does not list other specific columns, the table's description and relationships imply it contains the definitional attributes for each text type. Typically, such a header table would include columns for a description, enabled flag, creation and last update dates, and the user who created the record. The TEXT_CODE itself is a unique identifier that classifies a specific category of descriptive text, such as instructions, comments, or notes, which can then be applied to various QC objects.
Common Use Cases and Queries
The primary use case for QC_TEXT_HDR is to maintain the valid list of text classifications for quality management. Common operational and reporting scenarios include validating data entry, generating lists of active text types for user interfaces, and tracing where a specific text classification is applied across the system. A fundamental query involves joining QC_TEXT_HDR with its many child tables to see all entities using a particular text code.
- Listing all defined text codes:
SELECT text_code FROM gmd.qc_text_hdr WHERE enabled_flag = 'Y'; - Finding all tests associated with a specific text code (e.g., 'SPEC_NOTES'):
SELECT t.test_code FROM gmd.qc_text_hdr h, gmd_tests_b t WHERE h.text_code = t.text_code AND h.text_code = 'SPEC_NOTES';
Related Objects
As indicated by the foreign key metadata, QC_TEXT_HDR is a critical reference point for a wide array of tables in both the Process Manufacturing (GMD) and Quality (QC) schemas. Key dependent objects include:
- GMD_GRADES_B, GMD_TESTS_B, GMD_TEST_VALUES_B, GMD_UNITS_B: Core Process Manufacturing definition tables for grades, tests, test values, and units.
- QC_SPEC_MST, QC_SMPL_MST, QC_RSLT_MST, QC_ACTN_MST: Central Quality Management tables for specifications, samples, results, and actions.
- QC_ASSY_TYP, QC_ASSY_VAL, QC_GRAD_MST, QC_HRES_MST, QC_UNIT_MST: Additional quality reference tables for assembly types/values, grades, result types, and units.
This extensive network of foreign keys underscores the table's fundamental role in linking descriptive text to the quality management lifecycle.
-
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_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_VAL
12.1.1
product: GMD - Process Manufacturing Product Development , description: Valid QC assay values. , implementation_dba_data: Not implemented in this database ,
-
Table: GMD_TESTS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_TESTS_B, object_name:GMD_TESTS_B, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: GMD.GMD_TESTS_B ,
-
Table: GMD_TESTS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_TESTS_B, object_name:GMD_TESTS_B, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: GMD.GMD_TESTS_B ,
-
Table: QC_ACTN_MST
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_ACTN_MST, object_name:QC_ACTN_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC action codes. , implementation_dba_data: GMD.QC_ACTN_MST ,
-
Table: QC_HRES_MST
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_HRES_MST, object_name:QC_HRES_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC hold reason code master. , implementation_dba_data: GMD.QC_HRES_MST ,
-
Table: QC_GRAD_MST
12.1.1
product: GMD - Process Manufacturing Product Development , description: QC grade code master. , implementation_dba_data: Not implemented in this database ,
-
Table: QC_GRAD_MST
12.2.2
product: GMD - Process Manufacturing Product Development , description: QC grade code master. , implementation_dba_data: Not implemented in this database ,
-
Table: GMD_TEST_VALUES_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_TEST_VALUES_B, object_name:GMD_TEST_VALUES_B, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: GMD.GMD_TEST_VALUES_B ,
-
Table: GMD_UNITS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_UNITS_B, object_name:GMD_UNITS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Units of measure for QC assays. , implementation_dba_data: GMD.GMD_UNITS_B ,
-
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: QC_HRES_MST
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_HRES_MST, object_name:QC_HRES_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC hold reason code master. , implementation_dba_data: GMD.QC_HRES_MST ,
-
Table: QC_ACTN_MST
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_ACTN_MST, object_name:QC_ACTN_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC action codes. , implementation_dba_data: GMD.QC_ACTN_MST ,
-
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: GMD_TEST_VALUES_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_TEST_VALUES_B, object_name:GMD_TEST_VALUES_B, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: GMD.GMD_TEST_VALUES_B ,
-
Table: GMD_UNITS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_UNITS_B, object_name:GMD_UNITS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Units of measure for QC assays. , implementation_dba_data: GMD.GMD_UNITS_B ,
-
Table: QC_SMPL_MST
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_SMPL_MST, object_name:QC_SMPL_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC sample master. , implementation_dba_data: GMD.QC_SMPL_MST ,
-
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_ASSY_TYP
12.2.2
product: GMD - Process Manufacturing Product Development , description: QC assay master. , implementation_dba_data: Not implemented in this database ,
-
Table: GMD_GRADES_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_GRADES_B, object_name:GMD_GRADES_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC grade code master. , implementation_dba_data: GMD.GMD_GRADES_B ,
-
Table: QC_SMPL_MST
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_SMPL_MST, object_name:QC_SMPL_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC sample master. , implementation_dba_data: GMD.QC_SMPL_MST ,
-
Table: GMD_GRADES_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_GRADES_B, object_name:GMD_GRADES_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC grade code master. , implementation_dba_data: GMD.GMD_GRADES_B ,
-
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_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 ,
-
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 ,