Data Dictionary
>
FPSBASE Tables
> FPSBASE.MSO_DECISION_PARAMETERS
Table FPSBASE.MSO_DECISION_PARAMETERS"
This table contains a predifined list of parameters that the MES will accept when the MSO system makes a decision to skip or measure at metrology.
-
Schema: FPSBASE
-
Tablespace: FPSDATA
-
Primary key: PARAMETER_NAME
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
PARAMETER_NAME |
VARCHAR2(50) |
N |
Name of the parameter that will be updated in the MES. |
|
IS_DEFAULT_PARAMETER |
CHAR(1) |
N |
Flag indicating if the parameter is the default parameter to be set. For the UI this will be the default parameter selected. |
|
PARAMETER_SKIP_VALUE |
VARCHAR2(50) |
N |
Parameter value that will be set when a lot is to skip the metrolgoy step. |
|
PARAMETER_TAG_VALUE |
VARCHAR2(50) |
N |
Parameter value that will be set when a lot is to be measured/inspected at the metrology step. |