Search Results oprn_line_id
Overview
The GMD_RECIPE_PROCESS_PARAMETERS table is a core data object within Oracle E-Business Suite Process Manufacturing (GMD) Product Development. It functions as a junction table that establishes the critical association between a specific process parameter and a manufacturing resource within the context of a recipe. This table is essential for defining and controlling the precise operational conditions, such as temperature, pressure, or duration, that must be maintained by a resource (like a reactor or mixer) during a specific step in a production routing. Its existence enables the detailed specification and enforcement of quality and process standards, which are fundamental to regulated manufacturing environments.
Key Information Stored
The table's structure is defined by a composite primary key that uniquely identifies each parameter assignment. The key columns are RECIPE_ID, ORGANIZATION_ID, ROUTINGSTEP_ID, OPRN_LINE_ID, PARAMETER_ID, and RESOURCES. These fields collectively pinpoint the exact recipe, the executing organization, the specific routing step, the operational resource line, the parameter being controlled, and the resource itself. The PARAMETER_ID is a foreign key to GMP_PROCESS_PARAMETERS_B, linking to the master definition of the parameter, including its name, data type, and valid value ranges. The table also includes a column, ORGN_CODE, which is linked to SY_ORGN_MST_B, potentially for additional organizational context.
Common Use Cases and Queries
A primary use case is the generation of batch-specific manufacturing instructions or process control documentation. For instance, a report listing all parameters for a given recipe and routing step would join this table to the recipe, routing, resource, and parameter master tables. A typical query pattern involves filtering by RECIPE_ID and ROUTINGSTEP_ID to retrieve the associated resources and their mandated parameters. This data is also crucial for validation scripts that ensure parameter values defined in a recipe fall within the acceptable limits specified in the parameter master. Furthermore, integration with Manufacturing Execution Systems (MES) or Historian software often extracts data from this table to configure real-time process monitoring points.
Related Objects
The table maintains integral relationships with several master and transactional tables via foreign keys, as documented in the ETRM metadata. Key relationships include:
- GMD_RECIPES_B: Via RECIPE_ID. This is the master recipe definition.
- FM_ROUT_DTL: Via ROUTINGSTEP_ID. This links to the detailed routing step definition.
- GMD_OPERATION_RESOURCES: Via OPRN_LINE_ID and RESOURCES. This identifies the specific resource assigned to the operation.
- GMP_PROCESS_PARAMETERS_B: Via PARAMETER_ID. This is the master table defining the parameter's characteristics.
- SY_ORGN_MST_B: Via ORGN_CODE. This provides organizational master data.
-
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 ,
-
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 ,
-
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: GMD_OPERATION_ACTIVITIES
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATION_ACTIVITIES, object_name:GMD_OPERATION_ACTIVITIES, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operation Activity details , implementation_dba_data: GMD.GMD_OPERATION_ACTIVITIES ,
-
Table: GMD_OPERATION_ACTIVITIES
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATION_ACTIVITIES, object_name:GMD_OPERATION_ACTIVITIES, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operation Activity details , implementation_dba_data: GMD.GMD_OPERATION_ACTIVITIES ,
-
Table: GMD_RECIPE_ORGN_ACTIVITIES
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_RECIPE_ORGN_ACTIVITIES, object_name:GMD_RECIPE_ORGN_ACTIVITIES, status:VALID, product: GMD - Process Manufacturing Product Development , description: This table stores updates to operation activity details at the recipe level. , implementation_dba_data: GMD.GMD_RECIPE_ORGN_ACTIVITIES ,
-
Table: GMD_RECIPE_ORGN_RESOURCES
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_RECIPE_ORGN_RESOURCES, object_name:GMD_RECIPE_ORGN_RESOURCES, status:VALID, product: GMD - Process Manufacturing Product Development , description: This table stores updates to operation resources at the recipe level. , implementation_dba_data: GMD.GMD_RECIPE_ORGN_RESOURCES ,
-
Table: GMD_RECIPE_ORGN_RESOURCES
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_RECIPE_ORGN_RESOURCES, object_name:GMD_RECIPE_ORGN_RESOURCES, status:VALID, product: GMD - Process Manufacturing Product Development , description: This table stores updates to operation resources at the recipe level. , implementation_dba_data: GMD.GMD_RECIPE_ORGN_RESOURCES ,
-
Table: GMD_RECIPE_ORGN_ACTIVITIES
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_RECIPE_ORGN_ACTIVITIES, object_name:GMD_RECIPE_ORGN_ACTIVITIES, status:VALID, product: GMD - Process Manufacturing Product Development , description: This table stores updates to operation activity details at the recipe level. , implementation_dba_data: GMD.GMD_RECIPE_ORGN_ACTIVITIES ,
-
Table: GMD_OPERATION_RESOURCES
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATION_RESOURCES, object_name:GMD_OPERATION_RESOURCES, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operation Resource details , implementation_dba_data: GMD.GMD_OPERATION_RESOURCES ,
-
Table: GMD_OPERATION_RESOURCES
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPERATION_RESOURCES, object_name:GMD_OPERATION_RESOURCES, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operation Resource details , implementation_dba_data: GMD.GMD_OPERATION_RESOURCES ,
-
Table: GMD_OPRN_PROCESS_PARAMETERS
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPRN_PROCESS_PARAMETERS, object_name:GMD_OPRN_PROCESS_PARAMETERS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table associating process parameters to operation resource , implementation_dba_data: GMD.GMD_OPRN_PROCESS_PARAMETERS ,
-
Table: GMD_OPRN_PROCESS_PARAMETERS
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_OPRN_PROCESS_PARAMETERS, object_name:GMD_OPRN_PROCESS_PARAMETERS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Table associating process parameters to operation resource , implementation_dba_data: GMD.GMD_OPRN_PROCESS_PARAMETERS ,
-
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_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 ,
-
View: GMD_OPRN_PROCESS_PARAMETERS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_OPRN_PROCESS_PARAMETERS_V1, object_name:GMD_OPRN_PROCESS_PARAMETERS_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: View of joining the overrides from operation resource and generic resource , implementation_dba_data: APPS.GMD_OPRN_PROCESS_PARAMETERS_V1 ,
-
View: GMD_OPRN_PROCESS_PARAMETERS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_OPRN_PROCESS_PARAMETERS_V1, object_name:GMD_OPRN_PROCESS_PARAMETERS_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: View of joining the overrides from operation resource and generic resource , implementation_dba_data: APPS.GMD_OPRN_PROCESS_PARAMETERS_V1 ,
-
View: FM_OPRN_DTL_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.FM_OPRN_DTL_VW1, object_name:FM_OPRN_DTL_VW1, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operation detail view , implementation_dba_data: APPS.FM_OPRN_DTL_VW1 ,
-
View: FM_OPRN_DTL_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.FM_OPRN_DTL_VW1, object_name:FM_OPRN_DTL_VW1, status:VALID, product: GMD - Process Manufacturing Product Development , description: Operation detail view , implementation_dba_data: APPS.FM_OPRN_DTL_VW1 ,