Search Results gmd_grades_b
Overview
The GMD_GRADES_B table serves as the master repository for Quality Control (QC) grade codes within Oracle E-Business Suite Process Manufacturing (GMD). It is a foundational data object that defines the discrete quality classifications that can be assigned to items, lots, and transactions. Its primary role is to enforce data integrity and provide a centralized reference for quality grading across manufacturing, inventory, and procurement modules. The table's integrity is maintained by the primary key GMD_GRADES_B_PK on the QC_GRADE column, ensuring each grade code is unique.
Key Information Stored
While the provided ETRM excerpt does not list specific columns beyond the key, the table's description as a "QC grade code master" indicates it stores the core attributes defining a grade. Based on standard EBS patterns, the table typically contains the QC_GRADE (primary key), a descriptive name, an effective date range (enabled/disabled status), and a TEXT_CODE linking to descriptive flexfield text in QC_TEXT_HDR. The grade code itself is a critical piece of master data referenced throughout the supply chain to signify the quality level or conformance of a material.
Common Use Cases and Queries
This table is central to quality and inventory management processes. Common use cases include validating grade codes during lot creation, filtering inventory searches by grade, and reporting on the distribution of materials by quality level. A typical query would join GMD_GRADES_B to inventory or transaction tables to retrieve meaningful grade descriptions. For example, to find all lots with a specific grade, one might use:
- SELECT lot_number, item_id, gb.qc_grade FROM ic_lots_mst lm, gmd_grades_b gb WHERE lm.qc_grade = gb.qc_grade AND gb.qc_grade = 'A';
The user's search for "op_cntr_dtl" directly relates to a documented foreign key, indicating a use case where grade codes are tracked against operation completion details in manufacturing execution.
Related Objects
As documented in the foreign key relationships, GMD_GRADES_B is referenced by numerous transactional and master tables across Process Manufacturing (GMD), Inventory (IC), and Purchasing (PO). Key relationships include:
- IC_ITEM_MST_B: Links via IC_ITEM_MST_B.QC_GRADE to define a default grade for an item.
- IC_LOTS_MST: Links via IC_LOTS_MST.QC_GRADE to store the actual grade assigned to a specific inventory lot.
- OP_CNTR_DTL: Links via OP_CNTR_DTL.QC_GRADE, as per the user's search, to record the grade produced or consumed in a manufacturing operation.
- OP_ORDR_DTL / PO_ORDR_DTL: Links via QC_GRADE_WANTED to specify the desired grade on manufacturing and purchase orders.
- IC_TRAN_PND / IC_TRAN_CMP / IC_TRAN_ARC: Links via QC_GRADE to track the grade on pending, completed, and archived inventory transactions.
- QC_TEXT_HDR: Links via GMD_GRADES_B.TEXT_CODE for descriptive flexfield text storage.
-
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: 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 ,
-
APPS.GMA_MIGRATION_UTILS dependencies on GMD_GRADES_B
12.1.1
-
APPS.INV_GMI_MIGRATION dependencies on GMD_GRADES_B
12.1.1
-
APPS.GMD_GRADES_PKG dependencies on GMD_GRADES_B
12.2.2
-
APPS.GMD_GRADES_PVT dependencies on GMD_GRADES_B
12.2.2
-
APPS.GMA_MIGRATION_UTILS dependencies on GMD_GRADES_B
12.2.2
-
APPS.GMD_GRADES_PVT dependencies on GMD_GRADES_B
12.1.1
-
APPS.GMD_GRADES_PKG dependencies on GMD_GRADES_B
12.1.1
-
APPS.INV_GMI_MIGRATION dependencies on GMD_GRADES_B
12.2.2
-
VIEW: APPS.GMD_GRADES_B_DFV
12.2.2
-
APPS.GMD_GRADES_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.GMD_GRADES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMD_GRADES_B, status:VALID,
-
VIEW: APPS.GMD_GRADES_B_DFV
12.1.1
-
APPS.GMD_GRADES_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.GMD_GRADES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMD_GRADES_B, status:VALID,
-
VIEW: GMD.GMD_GRADES_B#
12.2.2
owner:GMD, object_type:VIEW, object_name:GMD_GRADES_B#, status:VALID,
-
VIEW: APPS.GMD_GRADES_VL
12.1.1
-
VIEW: APPS.GMD_GRADES_VL
12.2.2
-
PACKAGE BODY: APPS.GMD_GRADES_PKG
12.2.2
-
PACKAGE BODY: APPS.GMD_GRADES_PKG
12.1.1
-
VIEW: GMD.GMD_GRADES_B#
12.2.2
-
APPS.GMD_GRADES_PVT SQL Statements
12.2.2
-
APPS.INV_GMI_MIGRATION dependencies on GMD_GRADES_TL
12.1.1
-
Table: IC_PHYS_CNT
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PHYS_CNT, object_name:IC_PHYS_CNT, status:VALID, product: GMI - Process Manufacturing Inventory , description: Physical inventory and cycle counts , implementation_dba_data: GMI.IC_PHYS_CNT ,
-
Table: OP_CNTR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_DTL, object_name:OP_CNTR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Item prices on a contract. , implementation_dba_data: GML.OP_CNTR_DTL ,
-
APPS.INV_GMI_MIGRATION dependencies on GMD_GRADES_TL
12.2.2
-
Table: IC_PHYS_CNT
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PHYS_CNT, object_name:IC_PHYS_CNT, status:VALID, product: GMI - Process Manufacturing Inventory , description: Physical inventory and cycle counts , implementation_dba_data: GMI.IC_PHYS_CNT ,
-
Table: OP_ALOT_PRM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ALOT_PRM, object_name:OP_ALOT_PRM, status:VALID, product: GML - Process Manufacturing Logistics , description: Allocation parameters by customer and item class. , implementation_dba_data: GML.OP_ALOT_PRM ,
-
Table: IC_ADJS_JNL
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ADJS_JNL, object_name:IC_ADJS_JNL, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory adjustment detail , implementation_dba_data: GMI.IC_ADJS_JNL ,
-
Table: IC_TRAN_ARC
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_ARC, object_name:IC_TRAN_ARC, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory transaction archive , implementation_dba_data: GMI.IC_TRAN_ARC ,
-
Table: OP_ALOT_PRM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ALOT_PRM, object_name:OP_ALOT_PRM, status:VALID, product: GML - Process Manufacturing Logistics , description: Allocation parameters by customer and item class. , implementation_dba_data: GML.OP_ALOT_PRM ,
-
VIEW: APPS.GMD_GRADES_B_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:GMD_GRADES_B_DFV, status:VALID,
-
Table: OP_PRCE_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_ITM, object_name:OP_PRCE_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Item prices on a pricelist. , implementation_dba_data: GML.OP_PRCE_ITM ,
-
Table: OP_PRCE_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_ITM, object_name:OP_PRCE_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Item prices on a pricelist. , implementation_dba_data: GML.OP_PRCE_ITM ,
-
APPS.GMD_GRADES_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GMD_GRADES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_GRADES_PVT, status:VALID,
-
PACKAGE BODY: APPS.GMD_GRADES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_GRADES_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_GRADES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_GRADES_PKG, status:VALID,
-
PACKAGE BODY: APPS.GMD_GRADES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_GRADES_PVT, status:VALID,
-
APPS.GMA_MIGRATION_UTILS dependencies on MTL_GRADES_B
12.1.1
-
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 ,
-
APPS.GMA_MIGRATION_UTILS dependencies on MTL_GRADES_B
12.2.2
-
Table: IC_TRAN_PND
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_PND, object_name:IC_TRAN_PND, status:VALID, product: GMI - Process Manufacturing Inventory , description: Pending inventory transactions , implementation_dba_data: GMI.IC_TRAN_PND ,
-
Table: OP_CNTR_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_DTL, object_name:OP_CNTR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Item prices on a contract. , implementation_dba_data: GML.OP_CNTR_DTL ,
-
VIEW: APPS.GMD_GRADES_B_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:GMD_GRADES_B_DFV, status:VALID,
-
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: PO_ORDR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_ORDR_DTL, object_name:PO_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Purchase order lines. , implementation_dba_data: GML.PO_ORDR_DTL ,
-
Table: IC_TRAN_ARC
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_ARC, object_name:IC_TRAN_ARC, status:VALID, product: GMI - Process Manufacturing Inventory , description: Inventory transaction archive , implementation_dba_data: GMI.IC_TRAN_ARC ,
-
Table: IC_TRAN_PND
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TRAN_PND, object_name:IC_TRAN_PND, status:VALID, product: GMI - Process Manufacturing Inventory , description: Pending inventory transactions , implementation_dba_data: GMI.IC_TRAN_PND ,