Search Results gmp_process_parameter_sets
Overview
The GMP_PROCESS_PARAMETER_SETS table is a core data object within the Oracle E-Business Suite (EBS) Process Manufacturing Process Planning (GMP) module. Its primary function is to manage the many-to-many association between individual process parameters and predefined parameter sets. In the context of process manufacturing, a parameter set is a logical grouping of control parameters (such as temperature, pressure, or speed) that define a specific operational step or a complete manufacturing process. This table acts as the junction or intersection entity, enabling a single parameter to be reused across multiple sets and a single set to contain multiple parameters, thereby enforcing data integrity and supporting standardized process definitions.
Key Information Stored
The table's structure is designed to facilitate the association between two key entities. Based on the provided metadata, the critical columns are the foreign keys that establish these relationships. The primary data stored consists of the linkage records themselves. The key columns are:
- PARAMETER_SET_ID: A foreign key referencing the GMP_PROCESS_PARAMETER_SET_B table. This column identifies the specific parameter set to which a parameter is being assigned.
- PARAMETER_ID: A foreign key referencing the GMP_PROCESS_PARAMETERS_B table. This column identifies the specific process parameter being included in the set.
Each row in this table represents a single instance of a parameter being a member of a parameter set. The combination of these two IDs is typically unique, preventing duplicate associations.
Common Use Cases and Queries
This table is central to configuring and querying process plans. A common operational use case is the retrieval of all parameters belonging to a specific parameter set for display in a process instruction or for validation during production transaction entry. Conversely, technical analysts may query which parameter sets utilize a particular parameter to assess the impact of a potential parameter change. A typical reporting query would join this table to its referenced base tables to produce a human-readable list.
Sample SQL Pattern:
SELECT pset.PARAMETER_SET_NAME, param.PARAMETER_NAME
FROM GMP_PROCESS_PARAMETER_SETS assoc,
GMP_PROCESS_PARAMETER_SET_B pset,
GMP_PROCESS_PARAMETERS_B param
WHERE assoc.PARAMETER_SET_ID = pset.PARAMETER_SET_ID
AND assoc.PARAMETER_ID = param.PARAMETER_ID
AND pset.PARAMETER_SET_NAME = 'FINAL_MIX_CYCLE';
Related Objects
The GMP_PROCESS_PARAMETER_SETS table sits at the intersection of two primary master data tables, as defined by its foreign key constraints.
- GMP_PROCESS_PARAMETER_SET_B: This is the base table for parameter set definitions, storing the set's name, description, and other control attributes. The relationship is enforced by the PARAMETER_SET_ID foreign key.
- GMP_PROCESS_PARAMETERS_B: This is the base table for process parameters, storing the parameter's name, data type, UOM, and valid value ranges. The relationship is enforced by the PARAMETER_ID foreign key.
These relationships are fundamental, meaning that parameter sets and their associated parameters are primarily managed through the respective user interfaces for these base tables, which in turn populate this association table.
-
Table: GMP_PROCESS_PARAMETER_SETS
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SETS, object_name:GMP_PROCESS_PARAMETER_SETS, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Association of Parameters to the Parameter Sets , implementation_dba_data: GMP.GMP_PROCESS_PARAMETER_SETS ,
-
Table: GMP_PROCESS_PARAMETER_SETS
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SETS, object_name:GMP_PROCESS_PARAMETER_SETS, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Association of Parameters to the Parameter Sets , implementation_dba_data: GMP.GMP_PROCESS_PARAMETER_SETS ,
-
VIEW: GMP.GMP_PROCESS_PARAMETER_SETS#
12.2.2
owner:GMP, object_type:VIEW, object_name:GMP_PROCESS_PARAMETER_SETS#, status:VALID,
-
SYNONYM: APPS.GMP_PROCESS_PARAMETER_SETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMP_PROCESS_PARAMETER_SETS, status:VALID,
-
SYNONYM: APPS.GMP_PROCESS_PARAMETER_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMP_PROCESS_PARAMETER_SETS, status:VALID,
-
VIEW: GMP.GMP_PROCESS_PARAMETER_SETS#
12.2.2
-
TABLE: GMP.GMP_PROCESS_PARAMETER_SETS
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SETS, object_name:GMP_PROCESS_PARAMETER_SETS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TABLE: GMP.GMP_PROCESS_PARAMETER_SETS
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SETS, object_name:GMP_PROCESS_PARAMETER_SETS, status:VALID,
-
Table: GMP_PROCESS_PARAMETER_SET_B
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SET_B, object_name:GMP_PROCESS_PARAMETER_SET_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Process Parameter Sets , implementation_dba_data: GMP.GMP_PROCESS_PARAMETER_SET_B ,
-
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.1.1 DBA Data
12.1.1
-
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.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
Table: GMP_PROCESS_PARAMETER_SET_B
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SET_B, object_name:GMP_PROCESS_PARAMETER_SET_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Process Parameter Sets , implementation_dba_data: GMP.GMP_PROCESS_PARAMETER_SET_B ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1