Data Dictionary
>
FPSINPUT Tables
> FPSINPUT.EQP_PATTERN_MATCH
Table FPSINPUT.EQP_PATTERN_MATCH"
this is the configuration table to define how specific recipe sequences should be applied by the scheduler. by default the scheduler will apply the sequence to the eqp_type. if tool is provided the the pattern is specific to the tool and will only be applied to the tool id provided.
-
Schema: FPSINPUT
-
Tablespace: FPSDATA
-
Primary key: FACILITY, PATTERN_ID
-
Foreign keys: EQP_PATTERN_FK_EQP_TYPE: FACILITY, EQP_TYPE REFERENCES FPSINPUT.EQP_TYPES (FACILITY, EQP_TYPE)
-
Referenced by: FPSINPUT.EQP_PATTERN_MATCH_SEQ (FACILITY, PATTERN_ID)
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
FACILITY |
VARCHAR2(6) |
N |
Facility is included in almost every join in the DWH so this represents a definitive split. A route must have all steps on tools in the same facility. A tool must process all lots in the same facility. If your site has multiple buildings where lots run on routes using tools in multiple buildings then everything should be one facility. For example, multiple Fab buildings. But if your site has independent facilities like Fab and Test and Assembly where lot may progress from one to the next but on different routes then these should be different facilities. Since this column is in virtually every table it is critical that the value here is exactly matches what is in the MES if the MES has facility. Use facility_display for the display friendly name displayed in applications. See site_name comment for client/site/facility example. (* from FPSINPUT.GEN_FACILITIES) |
|
PATTERN_ID |
VARCHAR2(32) |
N |
unique key to identify the recipe sequence |
|
DESCRIPTION |
VARCHAR2(256) |
Tool desciption. This value is only used to display in the Dashboard. (* from FPSINPUT.EQP_TOOLS) |
|
|
EQP_TYPE |
VARCHAR2(50) |
N |
the equipment type to which this recipe sequence applies. |
|
PROCESS_CHANGE_TYPE |
VARCHAR2(64) |
defines what change type each value in the sequence represents. setup/recipe/recipe_family/recipe_group. note: cannot mix change_types |
|
|
TOOL |
VARCHAR2(16) |
the tool to which recipe sequence applies if provided. should only be provided if the recipe sequence is unique to the tool |