Search Results pm_matl_dtl
Overview
The PM_MATL_DTL table is a core data object within the Oracle E-Business Suite Process Manufacturing Process Execution (GME) module. It serves as the detailed repository for all material components associated with a manufacturing batch or a Fixed Process Order (FPO). This table captures the specific items, quantities, and units of measure required or produced during the execution of a batch, linking the theoretical bill of material to the actual material transactions. Its role is critical for tracking material consumption, yield, and cost analysis within process manufacturing operations.
Key Information Stored
The table's structure is defined by its primary and foreign keys, which anchor it within the manufacturing schema. The primary key is a composite of BATCH_ID and LINE_ID, ensuring each material line is uniquely identified within a batch. Key columns include LINE_ID for the transaction line sequence, ITEM_ID linking to the master item definition in IC_ITEM_MST, and BATCH_ID linking to the parent batch header in PM_BTCH_HDR. The ITEM_UM and ITEM_UM2 columns store the primary and secondary units of measure, referencing SY_UOMS_MST. The TEXT_CODE column links to descriptive text in PM_TEXT_HDR. Notably, the metadata indicates the table is not implemented in the queried database, suggesting it may be a legacy or reference object in certain versions, though its logical purpose remains.
Common Use Cases and Queries
This table is central to material-related reporting and reconciliation in Process Manufacturing. Common use cases include generating batch material pick lists, analyzing actual versus planned material usage (variance reporting), and supporting cost roll-ups. A typical query would join PM_MATL_DTL to the batch header and item master to list all materials for a specific batch. For example:
- SELECT pmd.line_id, iim.item_no, pmd.plan_qty, pmd.actual_qty, uom.um_code FROM pm_matl_dtl pmd JOIN ic_item_mst iim ON pmd.item_id = iim.item_id JOIN sy_uoms_mst uom ON pmd.item_um = uom.um_id WHERE pmd.batch_id = :batch_id ORDER BY pmd.line_id;
Another critical pattern involves tracing material lineage by joining through PM_BTCH_PKG or PM_ROUT_MTL to understand bulk material allocations or routing step associations.
Related Objects
PM_MATL_DTL is intricately connected to several key tables in the GME schema, as defined by its foreign key relationships. The primary parent table is PM_BTCH_HDR, which defines the batch. It references IC_ITEM_MST for item attributes and SY_UOMS_MST for unit of measure definitions. It is also referenced by PM_BTCH_PKG (for bulk material packaging details) and PM_ROUT_MTL (for routing-specific material requirements), forming a network for detailed material tracking. The relationship with PM_BTCH_HDR via the PARENTLINE_ID column suggests a hierarchical structure for co-product or by-product lines within a batch.
-
Table: PM_MATL_DTL
12.1.1
product: GME - Process Manufacturing Process Execution , description: Batch or FPO material details. , implementation_dba_data: Not implemented in this database ,
-
Table: PM_MATL_DTL
12.2.2
product: GME - Process Manufacturing Process Execution , description: Batch or FPO material details. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMI_ICR04_XMLP_PKG dependencies on PM_MATL_DTL
12.2.2
-
APPS.GMI_ICR03_XMLP_PKG dependencies on PM_MATL_DTL
12.2.2
-
APPS.OPI_EDW_OPM_JOB_DETAIL_F_C dependencies on PM_MATL_DTL
12.1.1
-
APPS.GMI_ICR03_XMLP_PKG dependencies on PM_MATL_DTL
12.1.1
-
APPS.OPI_EDW_JOB_DETAIL_FOPM_SZ dependencies on PM_MATL_DTL
12.1.1
-
APPS.GMI_ICR04_XMLP_PKG dependencies on PM_MATL_DTL
12.1.1
-
APPS.GMIALLOC dependencies on PM_MATL_DTL
12.2.2
-
APPS.OPI_EDW_OPM_PRD_PKG dependencies on PM_MATL_DTL
12.1.1
-
APPS.OPI_EDW_JOB_RSRC_FOPM_SZ dependencies on PM_MATL_DTL
12.1.1
-
APPS.GMIALLOC dependencies on PM_MATL_DTL
12.1.1
-
APPS.OPI_EDW_OPM_PRD_PKG dependencies on IC_ITEM_MST
12.1.1
-
APPS.GMI_ICR03_XMLP_PKG dependencies on PM_BTCH_HDR
12.2.2
-
APPS.OPI_EDW_OPM_PRD_PKG SQL Statements
12.1.1
-
APPS.GMI_ICR03_XMLP_PKG dependencies on FM_FORM_MST
12.2.2
-
APPS.GMI_ICR03_XMLP_PKG dependencies on PM_BTCH_HDR
12.1.1
-
APPS.OPI_EDW_OPM_PRD_PKG dependencies on PM_BTCH_HDR
12.1.1
-
APPS.GMI_ICR03_XMLP_PKG dependencies on FM_FORM_MST
12.1.1
-
APPS.GMA_PURGE_COPY dependencies on GMA_PURGE_DDL
12.1.1
-
APPS.GMA_PURGE_COPY dependencies on GMA_PURGE_DDL
12.2.2
-
VIEW: APPS.QC_TRAN_VW1
12.1.1
-
VIEW: APPS.QC_TRAN_VW2
12.2.2
-
VIEW: APPS.QC_TRAN_VW1
12.2.2
-
VIEW: APPS.QC_TRAN_VW2
12.1.1
-
APPS.OPI_EDW_JOB_DETAIL_FOPM_SZ dependencies on FM_ROUT_HDR
12.1.1
-
Table: PM_BTCH_HDR
12.2.2
product: GME - Process Manufacturing Process Execution , description: Batch/FPO header. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMI_ICR04_XMLP_PKG dependencies on IC_TRAN_PND
12.2.2
-
Table: PM_BTCH_HDR
12.1.1
product: GME - Process Manufacturing Process Execution , description: Batch/FPO header. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMI_ICR04_XMLP_PKG SQL Statements
12.2.2
-
APPS.OPI_EDW_JOB_DETAIL_FOPM_SZ dependencies on PM_BTCH_HDR
12.1.1
-
APPS.GMI_ICR04_XMLP_PKG SQL Statements
12.1.1
-
APPS.GMI_ICR04_XMLP_PKG dependencies on IC_TRAN_PND
12.1.1
-
APPS.GMI_ICR04_XMLP_PKG dependencies on IC_TRAN_CMP
12.2.2
-
APPS.GMI_ICR04_XMLP_PKG dependencies on IC_TRAN_CMP
12.1.1
-
APPS.GMIALLOC dependencies on IC_TRAN_PND
12.1.1
-
View: QC_TRAN_VW2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.QC_TRAN_VW2, object_name:QC_TRAN_VW2, status:VALID, product: GMD - Process Manufacturing Product Development , description: Where-used view. , implementation_dba_data: APPS.QC_TRAN_VW2 ,
-
View: QC_TRAN_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.QC_TRAN_VW1, object_name:QC_TRAN_VW1, status:VALID, product: GMD - Process Manufacturing Product Development , description: Lot source view. , implementation_dba_data: APPS.QC_TRAN_VW1 ,
-
View: QC_TRAN_VW2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.QC_TRAN_VW2, object_name:QC_TRAN_VW2, status:VALID, product: GMD - Process Manufacturing Product Development , description: Where-used view. , implementation_dba_data: APPS.QC_TRAN_VW2 ,
-
View: QC_TRAN_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.QC_TRAN_VW1, object_name:QC_TRAN_VW1, status:VALID, product: GMD - Process Manufacturing Product Development , description: Lot source view. , implementation_dba_data: APPS.QC_TRAN_VW1 ,
-
Table: PM_BTCH_PKG
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.PM_BTCH_PKG, object_name:PM_BTCH_PKG, status:VALID, product: GME - Process Manufacturing Process Execution , description: * NOT USED * , implementation_dba_data: GME.PM_BTCH_PKG ,
-
APPS.GMI_ICR04_XMLP_PKG dependencies on DUAL
12.1.1
-
APPS.GMI_ICR04_XMLP_PKG dependencies on DUAL
12.2.2
-
APPS.GMIALLOC dependencies on IC_TRAN_PND
12.2.2
-
Table: PM_TEXT_HDR
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.PM_TEXT_HDR, object_name:PM_TEXT_HDR, status:VALID, product: GME - Process Manufacturing Process Execution , description: Table used to store text types for Production Management , implementation_dba_data: GME.PM_TEXT_HDR ,
-
Table: PM_BTCH_PKG
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.PM_BTCH_PKG, object_name:PM_BTCH_PKG, status:VALID, product: GME - Process Manufacturing Process Execution , description: * NOT USED * , implementation_dba_data: GME.PM_BTCH_PKG ,
-
Table: SY_UOMS_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
Table: PM_ROUT_MTL
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.PM_ROUT_MTL, object_name:PM_ROUT_MTL, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch steps to batch lines relationships. , implementation_dba_data: GME.PM_ROUT_MTL ,
-
Table: PM_ROUT_MTL
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.PM_ROUT_MTL, object_name:PM_ROUT_MTL, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch steps to batch lines relationships. , implementation_dba_data: GME.PM_ROUT_MTL ,
-
SYNONYM: APPS.PM_MATL_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PM_MATL_DTL, status:VALID,