Search Results fm_rout_dtl
Overview
The FM_ROUT_DTL table is a core data object within the Oracle E-Business Suite Process Manufacturing (GMD) module, specifically under the Product Development family. It serves as the detailed repository for routing steps, which define the sequence of operations required to manufacture a product. A routing is a master recipe that specifies the process flow, and this table stores the granular, step-by-step instructions that constitute that flow. Its primary role is to maintain the operational blueprint for production, linking individual process steps to a parent routing header and defining critical execution parameters. The table's integrity is enforced through its primary and foreign key relationships, making it a central hub for process definition data that feeds into production execution, quality management, and recipe management.
Key Information Stored
The table's structure is designed to capture the specifics of each step in a manufacturing process. The metadata indicates a composite primary key (FM_ROUT_DTL_PK) based on ROUTING_ID and ROUTINGSTEP_NO, uniquely identifying each step within a routing. A surrogate key, ROUTINGSTEP_ID, is also defined as a primary key (FM_ROUT_DTLI1), likely used for internal system references. Essential columns, inferred from foreign key relationships, include OPRN_ID, which links the step to a master operation definition in the FM_OPRN_MST table, and TEXT_CODE, which associates descriptive text from the FM_TEXT_HDR table. The table's design facilitates the definition of step sequences, dependencies, and associated process controls.
Common Use Cases and Queries
This table is fundamental for generating production instructions, analyzing process flows, and configuring recipes. Common operational scenarios include retrieving the complete sequence of steps for a given routing for shop floor documentation, or identifying all steps that use a specific operation for impact analysis. A typical reporting query would join FM_ROUT_DTL with the routing header (FM_ROUT_HDR) and operations master (FM_OPRN_MST) to produce a human-readable process sheet. For technical analysis, one might query step dependencies by joining with the FM_ROUT_DEP table. A sample SQL pattern to list routing steps is:
- SELECT hdr.routing_no, dtl.routingstep_no, oprn.oprn_no, dtl.oprn_id FROM gmd.fm_rout_dtl dtl, gmd.fm_rout_hdr hdr, gmd.fm_oprn_mst oprn WHERE dtl.routing_id = hdr.routing_id AND dtl.oprn_id = oprn.oprn_id AND hdr.routing_no = '<ROUTING_NAME>' ORDER BY dtl.routingstep_no;
Related Objects
As evidenced by the extensive foreign key relationships, FM_ROUT_DTL is a pivotal table integrated with several key Process Manufacturing and Quality modules. Its primary parent is the FM_ROUT_HDR (and GMD_ROUTINGS_B) table, which defines the routing master record. It references FM_OPRN_MST for operation details and FM_TEXT_HDR for descriptive text. Crucially, it is referenced by numerous child objects: FM_ROUT_DEP for defining step dependencies, GMD_RECIPE_PROCESS_PARAMETERS for attaching process parameters to a step, and PM_ROUT_DTL for production batch execution. Furthermore, integration with Quality (QC) modules is shown through QC_RSLT_MST, QC_SMPL_MST, and QC_SPEC_MST, allowing quality specifications, samples, and results to be linked directly to specific routing steps.
-
Table: FM_ROUT_DTL
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_ROUT_DTL, object_name:FM_ROUT_DTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing details , implementation_dba_data: GMD.FM_ROUT_DTL ,
-
Table: FM_ROUT_DTL
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_ROUT_DTL, object_name:FM_ROUT_DTL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing details , implementation_dba_data: GMD.FM_ROUT_DTL ,
-
Table: FM_ROUT_DEP
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_ROUT_DEP, object_name:FM_ROUT_DEP, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing step dependencies , implementation_dba_data: GMD.FM_ROUT_DEP ,
-
Table: FM_ROUT_DEP
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.FM_ROUT_DEP, object_name:FM_ROUT_DEP, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing step dependencies , implementation_dba_data: GMD.FM_ROUT_DEP ,
-
View: FM_ROUT_DTL_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.FM_ROUT_DTL_V1, object_name:FM_ROUT_DTL_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routingstep Number View , implementation_dba_data: APPS.FM_ROUT_DTL_V1 ,
-
View: FM_ROUT_DTL_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.FM_ROUT_DTL_V1, object_name:FM_ROUT_DTL_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routingstep Number View , implementation_dba_data: APPS.FM_ROUT_DTL_V1 ,
-
Table: GMD_ROUTINGS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ROUTINGS_B, object_name:GMD_ROUTINGS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing header base table. , implementation_dba_data: GMD.GMD_ROUTINGS_B ,
-
Table: FM_ROUT_HDR
12.2.2
product: GMD - Process Manufacturing Product Development , description: Routing header , implementation_dba_data: Not implemented in this database ,
-
Table: GMD_ROUTINGS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ROUTINGS_B, object_name:GMD_ROUTINGS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing header base table. , implementation_dba_data: GMD.GMD_ROUTINGS_B ,
-
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: GMD_RECIPE_PROCESS_PARAMETERS
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_RECIPE_PROCESS_PARAMETERS, object_name:GMD_RECIPE_PROCESS_PARAMETERS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table associating process parameters to Recipe orgn resource , implementation_dba_data: GMD.GMD_RECIPE_PROCESS_PARAMETERS ,
-
Table: GMD_RECIPE_PROCESS_PARAMETERS
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_RECIPE_PROCESS_PARAMETERS, object_name:GMD_RECIPE_PROCESS_PARAMETERS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table associating process parameters to Recipe orgn resource , implementation_dba_data: GMD.GMD_RECIPE_PROCESS_PARAMETERS ,
-
View: GMD_ERES_MATERIALS_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_ERES_MATERIALS_VW, object_name:GMD_ERES_MATERIALS_VW, status:VALID, product: GMD - Process Manufacturing Product Development , description: View of recipe material association , implementation_dba_data: APPS.GMD_ERES_MATERIALS_VW ,
-
View: GMD_ERES_MATERIALS_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_ERES_MATERIALS_VW, object_name:GMD_ERES_MATERIALS_VW, status:VALID, product: GMD - Process Manufacturing Product Development , description: View of recipe material association , implementation_dba_data: APPS.GMD_ERES_MATERIALS_VW ,
-
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_ROUT_HDR
12.1.1
product: GMD - Process Manufacturing Product Development , description: Routing header , implementation_dba_data: Not implemented in this database ,
-
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: 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 ,
-
View: FM_ROUT_MTL_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.FM_ROUT_MTL_VW1, object_name:FM_ROUT_MTL_VW1, status:VALID, product: GMD - Process Manufacturing Product Development , description: Backward compatibility view so existing GME code can continue looking at the FM_ROUT_MTL table rather than at GMD_RECIPE_STEP_MATERIALS. , implementation_dba_data: APPS.FM_ROUT_MTL_VW1 ,
-
View: FM_ROUT_MTL_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.FM_ROUT_MTL_VW1, object_name:FM_ROUT_MTL_VW1, status:VALID, product: GMD - Process Manufacturing Product Development , description: Backward compatibility view so existing GME code can continue looking at the FM_ROUT_MTL table rather than at GMD_RECIPE_STEP_MATERIALS. , implementation_dba_data: APPS.FM_ROUT_MTL_VW1 ,
-
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 ,
-
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: 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: GMD_MBR_STEP_OPRN_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_STEP_OPRN_V1, object_name:GMD_MBR_STEP_OPRN_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: This view is used to retrieve Step information to generate Master Batch Record XML , implementation_dba_data: APPS.GMD_MBR_STEP_OPRN_V1 ,
-
View: GMD_MBR_OPRN_ACTIVITIY_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_OPRN_ACTIVITIY_V1, object_name:GMD_MBR_OPRN_ACTIVITIY_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: This view is used to retrieve Operation Activities information for Master BAtch Record XML generation , implementation_dba_data: APPS.GMD_MBR_OPRN_ACTIVITIY_V1 ,
-
View: GMD_MBR_STEP_OPRN_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_STEP_OPRN_V1, object_name:GMD_MBR_STEP_OPRN_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: This view is used to retrieve Step information to generate Master Batch Record XML , implementation_dba_data: APPS.GMD_MBR_STEP_OPRN_V1 ,
-
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 ,
-
View: GMD_MBR_OPRN_ACTIVITIY_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_OPRN_ACTIVITIY_V1, object_name:GMD_MBR_OPRN_ACTIVITIY_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: This view is used to retrieve Operation Activities information for Master BAtch Record XML generation , implementation_dba_data: APPS.GMD_MBR_OPRN_ACTIVITIY_V1 ,
-
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 ,
-
View: GMD_MBR_RECIPE_RSRC_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_RECIPE_RSRC_V1, object_name:GMD_MBR_RECIPE_RSRC_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: This view is used to retrieve Resource Requirements Information for Master Batch Record XML generation. , implementation_dba_data: APPS.GMD_MBR_RECIPE_RSRC_V1 ,
-
View: GMD_MBR_RECIPE_RSRC_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_RECIPE_RSRC_V1, object_name:GMD_MBR_RECIPE_RSRC_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: This view is used to retrieve Resource Requirements Information for Master Batch Record XML generation. , implementation_dba_data: APPS.GMD_MBR_RECIPE_RSRC_V1 ,
-
View: GMD_MBR_STEP_MATERIAL_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_STEP_MATERIAL_V1, object_name:GMD_MBR_STEP_MATERIAL_V1, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_MBR_STEP_MATERIAL_V1 ,
-
View: GMD_MBR_STEP_MATERIAL_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_STEP_MATERIAL_V1, object_name:GMD_MBR_STEP_MATERIAL_V1, status:VALID, product: GMD - Process Manufacturing Product Development , implementation_dba_data: APPS.GMD_MBR_STEP_MATERIAL_V1 ,