Search Results fm_oprn_dtl
Overview
The FM_OPRN_DTL table is a core data object within the Process Manufacturing Product Development (GMD) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It functions as the detailed repository for defining the specific resources and activities required for a manufacturing operation. While the master operation (FM_OPRN_MST) defines the overall step, this table details its constituent elements, specifying what resources (e.g., equipment, labor) and activities (e.g., setup, processing) are consumed, and in what quantities. This granular data is fundamental for creating accurate process formulas, routings, and subsequently, for production costing, scheduling, and execution within the Process Manufacturing suite.
Key Information Stored
The table's primary purpose is to link an operation to its required resources and activities. Its key columns, as indicated by its primary and foreign keys, establish these critical relationships. The OPRN_ID column foreign key to FM_OPRN_MST ties each detail line to its parent operation. The RESOURCES and ACTIVITY columns are foreign keys to CR_RSRC_MST and FM_ACTV_MST respectively, identifying the specific resource and activity being utilized. The OPRN_LINE_ID serves as a unique identifier for each detail record. Additional important columns support costing and measurement: COST_ANALYSIS_CODE and COST_CMPNTCLS_ID link to costing master tables (CM_ALYS_MST, CM_CMPT_MST), while USAGE_UM (linked to SY_UOMS_MST) defines the unit of measure for the resource or activity consumption.
Common Use Cases and Queries
This table is central to queries that analyze or report on the detailed composition of manufacturing operations. A common use case is generating a bill of resources for a process routing or formula. Technical consultants often query this table to troubleshoot data issues or build custom reports for production analysis. A typical SQL pattern retrieves all detail lines for a specific operation, joining to the relevant master tables for descriptive information:
- SELECT fdtl.*, fmst.oprn_no, rsrc.resources_code, actv.activity_code FROM fm_oprn_dtl fdtl JOIN fm_oprn_mst fmst ON fdtl.oprn_id = fmst.oprn_id JOIN cr_rsrc_mst rsrc ON fdtl.resources = rsrc.resources JOIN fm_actv_mst actv ON fdtl.activity = actv.activity WHERE fmst.oprn_no = '<OPRN_NUMBER>';
Another critical use case is cost roll-up calculations, where the usage quantities from FM_OPRN_DTL are combined with resource and activity cost rates to determine operational cost.
Related Objects
FM_OPRN_DTL sits at the intersection of several key EBS Process Manufacturing tables, as evidenced by its foreign key constraints. Its primary relationship is with the operation master (FM_OPRN_MST). It directly references master data for resources (CR_RSRC_MST), activities (FM_ACTV_MST), cost analysis codes (CM_ALYS_MST), cost components (CM_CMPT_MST), and units of measure (SY_UOMS_MST). The link to FM_TEXT_HDR allows for attaching descriptive text. A notable relationship is with PM_OPRN_DTL, indicating that detail lines from this development table may be propagated or referenced in production execution tables. This network of relationships underscores its role as a foundational specification table for manufacturing processes.
-
Table: FM_OPRN_DTL
12.2.2
product: GMD - Process Manufacturing Product Development , description: Operation details. Specifies the resources, activities and their usage. , implementation_dba_data: Not implemented in this database ,
-
Table: FM_OPRN_DTL
12.1.1
product: GMD - Process Manufacturing Product Development , description: Operation details. Specifies the resources, activities and their usage. , implementation_dba_data: Not implemented in this database ,
-
APPS.OPI_EDW_JOB_RSRC_FOPM_SZ dependencies on FM_OPRN_DTL
12.1.1
-
APPS.GMD_OPRN_MIGRATION dependencies on GMD_RECIPE_MIGRATION
12.2.2
-
APPS.GMD_OPRN_MIGRATION dependencies on GMD_RECIPE_MIGRATION
12.1.1
-
VIEW: APPS.FM_OPRN_DTL_DFV
12.1.1
-
VIEW: APPS.FM_OPRN_DTL_DFV
12.2.2
-
APPS.GMD_OPRN_MIGRATION dependencies on GMD_OPERATION_RESOURCES
12.1.1
-
APPS.GMD_OPRN_MIGRATION dependencies on GMD_OPERATION_RESOURCES
12.2.2
-
VIEW: APPS.PMIBV_RESOURCE_PLAN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_RESOURCE_PLAN_V, object_name:PMIBV_RESOURCE_PLAN_V, status:VALID,
-
VIEW: APPS.PMIFV_RESOURCE_PLAN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_RESOURCE_PLAN_V, object_name:PMIFV_RESOURCE_PLAN_V, status:VALID,
-
VIEW: APPS.PMIBV_RESOURCE_PLAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIBV_RESOURCE_PLAN_V, object_name:PMIBV_RESOURCE_PLAN_V, status:VALID,
-
APPS.OPI_EDW_JOB_RSRC_FOPM_SZ dependencies on CR_RSRC_DTL
12.1.1
-
Table: FM_ACTV_MST
12.1.1
product: GMD - Process Manufacturing Product Development , description: Activity master. Defines activities which are performed in operations. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PMIFV_RESOURCE_PLAN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_RESOURCE_PLAN_V, object_name:PMIFV_RESOURCE_PLAN_V, status:VALID,
-
APPS.OPI_EDW_JOB_RSRC_FOPM_SZ dependencies on FM_OPRN_MST
12.1.1
-
Table: FM_ACTV_MST
12.2.2
product: GMD - Process Manufacturing Product Development , description: Activity master. Defines activities which are performed in operations. , implementation_dba_data: Not implemented in this database ,
-
APPS.OPI_EDW_JOB_RSRC_FOPM_SZ dependencies on EDW_LOCAL_INSTANCE
12.1.1
-
SYNONYM: APPS.FM_OPRN_DTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FM_OPRN_DTL, status:VALID,
-
SYNONYM: APPS.FM_OPRN_DTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FM_OPRN_DTL, status:VALID,
-
Table: PM_OPRN_DTL
12.2.2
owner:GME, object_type:TABLE, fnd_design_data:GME.PM_OPRN_DTL, object_name:PM_OPRN_DTL, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch operation details. , implementation_dba_data: GME.PM_OPRN_DTL ,
-
Table: PM_OPRN_DTL
12.1.1
owner:GME, object_type:TABLE, fnd_design_data:GME.PM_OPRN_DTL, object_name:PM_OPRN_DTL, status:VALID, product: GME - Process Manufacturing Process Execution , description: Batch operation details. , implementation_dba_data: GME.PM_OPRN_DTL ,
-
Table: CR_RSRC_MST
12.1.1
product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: Not implemented in this database ,
-
APPS.OPI_EDW_JOB_RSRC_FOPM_SZ dependencies on GL_SETS_OF_BOOKS
12.1.1
-
Table: FM_OPRN_MST
12.1.1
product: GMD - Process Manufacturing Product Development , description: Operation master , implementation_dba_data: Not implemented in this database ,
-
Table: FM_OPRN_MST
12.2.2
product: GMD - Process Manufacturing Product Development , description: Operation master , implementation_dba_data: Not implemented in this database ,
-
Table: CR_RSRC_MST
12.2.2
product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FM_OPRN_DTL_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:FM_OPRN_DTL_DFV, status:VALID,
-
VIEW: APPS.FM_OPRN_DTL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:FM_OPRN_DTL_DFV, status:VALID,
-
Table: CM_CMPT_MST
12.1.1
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.OPI_EDW_JOB_RSRC_FOPM_SZ
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OPI_EDW_JOB_RSRC_FOPM_SZ, status:VALID,
-
APPS.GMD_OPRN_MIGRATION SQL Statements
12.2.2
-
Table: CM_ALYS_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ALYS_MST, object_name:CM_ALYS_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Analysis Code Master Table. , implementation_dba_data: GMF.CM_ALYS_MST ,
-
APPS.OPI_EDW_JOB_RSRC_FOPM_SZ dependencies on IC_WHSE_MST
12.1.1
-
APPS.OPI_EDW_JOB_RSRC_FOPM_SZ dependencies on MTL_SYSTEM_ITEMS
12.1.1
-
APPS.OPI_EDW_JOB_RSRC_FOPM_SZ dependencies on SY_ORGN_MST
12.1.1
-
APPS.GMD_OPRN_MIGRATION dependencies on GMD_OPERATION_ACTIVITIES
12.1.1
-
APPS.OPI_EDW_JOB_RSRC_FOPM_SZ dependencies on GL_PLCY_MST
12.1.1
-
Table: CM_CMPT_MST
12.2.2
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
Table: FM_TEXT_HDR
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_TEXT_HDR, object_name:FM_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store text types for Formula Model , implementation_dba_data: GMD.FM_TEXT_HDR ,
-
Table: CM_ALYS_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ALYS_MST, object_name:CM_ALYS_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Analysis Code Master Table. , implementation_dba_data: GMF.CM_ALYS_MST ,
-
APPS.GMD_OPRN_MIGRATION dependencies on GMD_OPERATION_ACTIVITIES
12.2.2
-
APPS.GMD_OPRN_MIGRATION SQL Statements
12.1.1
-
Table: FM_TEXT_HDR
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_TEXT_HDR, object_name:FM_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table used to store text types for Formula Model , implementation_dba_data: GMD.FM_TEXT_HDR ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.OPI_EDW_OPM_JOB_RSRC_FCV
12.1.1
-
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: SY_UOMS_MST
12.1.1
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 ,
-
PACKAGE BODY: APPS.GMD_OPRN_MIGRATION
12.1.1