Search Results gmd_operation_resources
Overview
The GMD_OPERATION_RESOURCES table is a core data object within the Oracle E-Business Suite (EBS) Process Manufacturing (GMD) Product Development module. It serves as a master repository for defining and storing the specific resources required to execute a manufacturing operation within a recipe or process. In the context of Process Manufacturing, a resource is any asset—such as equipment, labor, or tools—necessary to perform a step in the production process. This table establishes the critical link between an operation step (defined elsewhere) and the physical or personnel resources needed to carry it out, forming a foundational element for production planning, scheduling, and costing.
Key Information Stored
The table's structure is designed to capture the essential details of the resource assignment. While the provided metadata specifies key columns rather than a full list, the primary and foreign key relationships are clearly defined. The primary key is a composite of OPRN_LINE_ID and RESOURCES, ensuring a unique definition for each resource assigned to an operation line. The OPRN_LINE_ID column links back to the parent operation definition, while the RESOURCES column identifies the specific resource code from the manufacturing resource master. Typical supplementary columns in such a table, though not explicitly listed, would include fields for usage quantity, unit of measure, activity (setup, run), cost basis, and scheduling priority.
Common Use Cases and Queries
This table is central to several operational and analytical functions. A primary use case is the generation of a Bill of Resources for a recipe or process, which is vital for capacity planning and detailed scheduling. Production supervisors may query this table to verify resource availability before releasing a batch. Cost accountants rely on its data to calculate operational resource costs that roll up into the total standard cost of a product. Common SQL queries include listing all resources for a given operation or process, and identifying which recipes utilize a specific, potentially constrained, piece of equipment.
- Sample Query:
SELECT resources, usage_quantity FROM gmd_operation_resources WHERE oprn_line_id = :line_id ORDER BY resources; - Reporting Use Case: Cross-referencing data from GMD_OPERATION_RESOURCES with WIP and inventory tables to analyze resource utilization and identify bottlenecks.
Related Objects
As indicated by the foreign key constraints, GMD_OPERATION_RESOURCES has direct relationships with key transactional tables. The tables GMD_OPRN_PROCESS_PARAMETERS and GMD_RECIPE_PROCESS_PARAMETERS reference it, meaning that resource definitions are integral to both the master process/recipe parameters and their specific operational instances. The table is a child of the operation definition tables (such as GMD_OPERATIONS) via the OPRN_LINE_ID. It also has an inherent dependency on the master resource definition table (often BOM_RESOURCES or a GMD equivalent) through the RESOURCES column. APIs within the GMD product development suite will read from and write to this table during recipe and process design.
-
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_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_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 ,
-
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_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: 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_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: 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 ,
-
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 ,