Search Results gmp_resource_parameters
Overview
The GMP_RESOURCE_PARAMETERS table is a core data structure within the Oracle E-Business Suite Process Manufacturing (GMP) module, specifically for Process Planning. Its primary function is to establish and manage associations between generic resources and process parameters. In the context of manufacturing process definitions, this table acts as a junction, linking the master list of available resources (like equipment or labor) with the specific parameters (such as temperature, pressure, or speed) that are relevant for controlling or monitoring those resources during production. This association is fundamental for defining detailed process instructions and ensuring that operational constraints and targets are properly assigned to the appropriate manufacturing assets.
Key Information Stored
The table's structure is designed to enforce and record the many-to-many relationships between resources and parameters. The critical columns, as defined by its primary and foreign keys, are:
- RESOURCES: This column stores the identifier for a generic resource from the master table (CR_RSRC_MST_B). It represents a specific piece of equipment, labor class, or other asset used in the process.
- PARAMETER_ID: This column stores the identifier for a defined process parameter from the GMP_PROCESS_PARAMETERS_B table. It represents a measurable or controllable aspect of the manufacturing process.
The combination of these two columns forms the table's primary key (GMP_RESOURCE_PARAM_PK), ensuring that each resource-parameter association is unique within the system.
Common Use Cases and Queries
This table is central to process design and operational reporting. A common use case is during process recipe development, where planners define which parameters must be tracked for each resource involved in a routing step. For reporting, it enables queries to list all control parameters for a specific resource or to find all resources capable of handling a particular parameter. A typical SQL query would join this table to its referenced master tables to produce a meaningful report:
SELECT r.RESOURCE_CODE, p.PARAMETER_NAME
FROM GMP_RESOURCE_PARAMETERS rp,
CR_RSRC_MST_B r,
GMP_PROCESS_PARAMETERS_B p
WHERE rp.RESOURCES = r.RESOURCES_ID
AND rp.PARAMETER_ID = p.PARAMETER_ID
ORDER BY r.RESOURCE_CODE;
This data is also critical for integration with manufacturing execution systems (MES) or shop floor systems, providing the necessary mapping for data collection and control.
Related Objects
The GMP_RESOURCE_PARAMETERS table has defined dependencies on two key master tables, as per the provided foreign key constraints:
- CR_RSRC_MST_B: The generic resources master table. The RESOURCES column in GMP_RESOURCE_PARAMETERS references this table to ensure validity of the resource identifier.
- GMP_PROCESS_PARAMETERS_B: The base table for process parameters definition. The PARAMETER_ID column references this table to ensure the associated parameter is defined in the system.
This table is likely referenced by various Process Planning forms, reports, and APIs within the GMP module that manage resource-parameter associations, process routings, and production specifications.
-
Table: GMP_RESOURCE_PARAMETERS
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_RESOURCE_PARAMETERS, object_name:GMP_RESOURCE_PARAMETERS, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Association of Parameters to the Generic Resources , implementation_dba_data: GMP.GMP_RESOURCE_PARAMETERS ,
-
Table: GMP_RESOURCE_PARAMETERS
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_RESOURCE_PARAMETERS, object_name:GMP_RESOURCE_PARAMETERS, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Association of Parameters to the Generic Resources , implementation_dba_data: GMP.GMP_RESOURCE_PARAMETERS ,
-
APPS.GMD_RECIPE_FETCH_PUB dependencies on GMP_RESOURCE_PARAMETERS
12.1.1
-
APPS.GMD_PROC_PARAMS_MIGR dependencies on GMP_RESOURCE_PARAMETERS
12.1.1
-
APPS.GMD_RECIPE_FETCH_PUB dependencies on GMP_RESOURCE_PARAMETERS
12.1.1
-
APPS.GMD_PROC_PARAMS_MIGR dependencies on GMP_RESOURCE_PARAMETERS
12.2.2
-
APPS.GMD_RECIPE_FETCH_PUB dependencies on GMP_RESOURCE_PARAMETERS
12.2.2
-
APPS.GMD_RECIPE_FETCH_PUB dependencies on GMP_RESOURCE_PARAMETERS
12.2.2
-
VIEW: APPS.GMD_OPRN_PROCESS_PARAMETERS_V1
12.1.1
-
VIEW: GMP.GMP_RESOURCE_PARAMETERS#
12.2.2
owner:GMP, object_type:VIEW, object_name:GMP_RESOURCE_PARAMETERS#, status:VALID,
-
VIEW: APPS.GMD_OPRN_PROCESS_PARAMETERS_V1
12.2.2
-
SYNONYM: APPS.GMP_RESOURCE_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMP_RESOURCE_PARAMETERS, status:VALID,
-
SYNONYM: APPS.GMP_RESOURCE_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMP_RESOURCE_PARAMETERS, status:VALID,
-
VIEW: GMP.GMP_RESOURCE_PARAMETERS#
12.2.2
-
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 ,
-
APPS.GMD_RECIPE_FETCH_PUB dependencies on GMP_PROCESS_PARAMETERS
12.2.2
-
APPS.GMD_RECIPE_FETCH_PUB dependencies on GMP_PROCESS_PARAMETERS
12.1.1
-
TABLE: GMP.GMP_RESOURCE_PARAMETERS
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_RESOURCE_PARAMETERS, object_name:GMP_RESOURCE_PARAMETERS, status:VALID,
-
Table: GMP_PROCESS_PARAMETERS_B
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PROCESS_PARAMETERS_B, object_name:GMP_PROCESS_PARAMETERS_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Process Parameters , implementation_dba_data: GMP.GMP_PROCESS_PARAMETERS_B ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: GMP.GMP_RESOURCE_PARAMETERS
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_RESOURCE_PARAMETERS, object_name:GMP_RESOURCE_PARAMETERS, status:VALID,
-
Table: GMP_PROCESS_PARAMETERS_B
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PROCESS_PARAMETERS_B, object_name:GMP_PROCESS_PARAMETERS_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Process Parameters , implementation_dba_data: GMP.GMP_PROCESS_PARAMETERS_B ,
-
12.1.1 DBA Data
12.1.1
-
Table: CR_RSRC_MST_B
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_MST_B, object_name:CR_RSRC_MST_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: GMP.CR_RSRC_MST_B ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GMD_PROC_PARAMS_MIGR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_PROC_PARAMS_MIGR, status:VALID,
-
Table: CR_RSRC_MST_B
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_MST_B, object_name:CR_RSRC_MST_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: GMP.CR_RSRC_MST_B ,
-
PACKAGE BODY: APPS.GMD_PROC_PARAMS_MIGR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_PROC_PARAMS_MIGR, status:VALID,
-
PACKAGE BODY: APPS.GMD_RECIPE_FETCH_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_RECIPE_FETCH_PUB, status:VALID,
-
PACKAGE BODY: APPS.GMD_RECIPE_FETCH_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_RECIPE_FETCH_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE: APPS.GMD_RECIPE_FETCH_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMD_RECIPE_FETCH_PUB, status:VALID,
-
PACKAGE: APPS.GMD_RECIPE_FETCH_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMD_RECIPE_FETCH_PUB, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
APPS.GMD_PROC_PARAMS_MIGR dependencies on GMA_MIGRATION
12.2.2
-
APPS.GMD_PROC_PARAMS_MIGR dependencies on GMA_MIGRATION
12.1.1
-
APPS.GMD_PROC_PARAMS_MIGR SQL Statements
12.1.1
-
APPS.GMD_PROC_PARAMS_MIGR SQL Statements
12.2.2
-
APPS.GMD_PROC_PARAMS_MIGR dependencies on DUAL
12.1.1
-
APPS.GMD_PROC_PARAMS_MIGR dependencies on DUAL
12.2.2
-
PACKAGE BODY: APPS.GMD_PROC_PARAMS_MIGR
12.2.2
-
PACKAGE BODY: APPS.GMD_PROC_PARAMS_MIGR
12.1.1