Search Results gmp_process_parameter_set_b
Overview
The GMP_PROCESS_PARAMETER_SET_B table is a core data entity within the Oracle E-Business Suite (EBS) Process Manufacturing Process Planning (GMP) module. It functions as the base table for storing master definitions of Process Parameter Sets. In the context of process manufacturing, a parameter set is a logical grouping of critical process variables—such as temperature, pressure, flow rate, or pH—that define the operational envelope for a specific manufacturing step or a complete process operation. This table is essential for establishing standardized, reusable process control definitions that can be consistently applied across recipes and production schedules, ensuring product quality and manufacturing repeatability.
Key Information Stored
The table's primary purpose is to uniquely identify and define each parameter set. Its central column is the PARAMETER_SET_ID, which serves as the system-generated primary key and unique identifier for each set. While the provided ETRM metadata does not list additional columns, a typical base table in this context would also contain audit columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY to track record history. The business-specific attributes for the parameter set, such as its name and description, are stored in the corresponding translation table, GMP_PROCESS_PARAMETER_SET_TL, linked via the PARAMETER_SET_ID. This design follows the standard Oracle EBS multilingual table architecture.
Common Use Cases and Queries
The primary use case involves the creation and maintenance of process parameter libraries for use in process plans and recipes. A common reporting requirement is to list all defined parameter sets along with their descriptive names. This typically requires a join to the translation table. A fundamental query pattern is:
- Listing Parameter Sets:
SELECT b.PARAMETER_SET_ID, tl.PARAMETER_SET_NAME FROM GMP.GMP_PROCESS_PARAMETER_SET_B b, GMP.GMP_PROCESS_PARAMETER_SET_TL tl WHERE b.PARAMETER_SET_ID = tl.PARAMETER_SET_ID AND tl.LANGUAGE = USERENV('LANG');
This table is also frequently referenced in queries to analyze which parameter sets are assigned to specific process operations or to audit changes in process definitions over time by examining the audit columns.
Related Objects
The GMP_PROCESS_PARAMETER_SET_B table is central to a small hierarchy of related objects. It has a direct foreign key relationship with the GMP_PROCESS_PARAMETER_SETS table, which likely serves as an interface or transactional table. Its most critical relationship is with the GMP_PROCESS_PARAMETER_SET_TL table, which holds the translated names and descriptions for the sets. The existence of the primary key constraint GMP_PROCESS_PARAM_SET_B_PK on PARAMETER_SET_ID ensures data integrity. In a full process planning implementation, the PARAMETER_SET_ID from this table would be referenced by other entities, such as process operation definitions or recipe steps, to apply the predefined set of control parameters.
-
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_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 ,
-
APPS.GMP_PROCESS_PARAMETER_SET_PKG dependencies on GMP_PROCESS_PARAMETER_SET_B
12.2.2
-
APPS.GMP_PROCESS_PARAMETER_SET_PKG dependencies on GMP_PROCESS_PARAMETER_SET_B
12.1.1
-
SYNONYM: APPS.GMP_PROCESS_PARAMETER_SET_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GMP_PROCESS_PARAMETER_SET_B, status:VALID,
-
VIEW: GMP.GMP_PROCESS_PARAMETER_SET_B#
12.2.2
owner:GMP, object_type:VIEW, object_name:GMP_PROCESS_PARAMETER_SET_B#, status:VALID,
-
APPS.GMP_PROCESS_PARAMETER_SET_PKG SQL Statements
12.2.2
-
APPS.GMP_PROCESS_PARAMETER_SET_PKG SQL Statements
12.1.1
-
VIEW: GMP.GMP_PROCESS_PARAMETER_SET_B#
12.2.2
-
VIEW: APPS.GMP_PROCESS_PARAMETER_SET_VL
12.1.1
-
VIEW: APPS.GMP_PROCESS_PARAMETER_SET_VL
12.2.2
-
TABLE: GMP.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,
-
SYNONYM: APPS.GMP_PROCESS_PARAMETER_SET_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GMP_PROCESS_PARAMETER_SET_B, status:VALID,
-
PACKAGE BODY: APPS.GMP_PROCESS_PARAMETER_SET_PKG
12.2.2
-
PACKAGE BODY: APPS.GMP_PROCESS_PARAMETER_SET_PKG
12.1.1
-
TABLE: GMP.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,
-
View: GMP_PROCESS_PARAMETER_SET_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SET_VL, object_name:GMP_PROCESS_PARAMETER_SET_VL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Process parameter set view , implementation_dba_data: APPS.GMP_PROCESS_PARAMETER_SET_VL ,
-
Table: GMP_PROCESS_PARAMETER_SET_TL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SET_TL, object_name:GMP_PROCESS_PARAMETER_SET_TL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Process Parameter Sets , implementation_dba_data: GMP.GMP_PROCESS_PARAMETER_SET_TL ,
-
Table: GMP_PROCESS_PARAMETER_SET_TL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SET_TL, object_name:GMP_PROCESS_PARAMETER_SET_TL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table for Process Parameter Sets , implementation_dba_data: GMP.GMP_PROCESS_PARAMETER_SET_TL ,
-
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 ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GMP_PROCESS_PARAMETER_SET_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_PROCESS_PARAMETER_SET_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: GMP_PROCESS_PARAMETER_SET_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SET_VL, object_name:GMP_PROCESS_PARAMETER_SET_VL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Process parameter set view , implementation_dba_data: APPS.GMP_PROCESS_PARAMETER_SET_VL ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GMP_PROCESS_PARAMETER_SET_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMP_PROCESS_PARAMETER_SET_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.GMP_PROCESS_PARAMETER_SET_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SET_VL, object_name:GMP_PROCESS_PARAMETER_SET_VL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.GMP_PROCESS_PARAMETER_SET_PKG dependencies on GMP_PROCESS_PARAMETER_SET_TL
12.1.1
-
VIEW: APPS.GMP_PROCESS_PARAMETER_SET_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMP.GMP_PROCESS_PARAMETER_SET_VL, object_name:GMP_PROCESS_PARAMETER_SET_VL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
APPS.GMP_PROCESS_PARAMETER_SET_PKG dependencies on GMP_PROCESS_PARAMETER_SET_TL
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,
-
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.GMP_PLANT_RSRC_PARAMETERS
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PLANT_RSRC_PARAMETERS, object_name:GMP_PLANT_RSRC_PARAMETERS, 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,
-
TABLE: GMD.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,
-
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.GMP_PLANT_RSRC_PARAMETERS
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.GMP_PLANT_RSRC_PARAMETERS, object_name:GMP_PLANT_RSRC_PARAMETERS, status:VALID,
-
TABLE: GMD.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,
-
TABLE: GMD.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,
-
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,
-
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,
-
TABLE: GMD.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,