Data Dictionary
>
FPSAPP Tables
> FPSAPP.MSO_EXTL_PROC_SUB_GROUP_LINKS
Table FPSAPP.MSO_EXTL_PROC_SUB_GROUP_LINKS"
List of all additional MSO processes in the process sub group populated through ETL. Group can be assigned to a rule through the MSOUI.
-
Schema: FPSAPP
-
Tablespace: FPSDATA
-
Foreign keys: MSO_EXTL_PROC_S_GROUP_FK_GROUP: FACILITY, PROCESS_SUB_GROUP REFERENCES FPSINPUT.MSO_EXTL_PROCESS_SUB_GROUPS (FACILITY, PROCESS_SUB_GROUP)
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
FACILITY |
VARCHAR2(6) |
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) |
|
|
PROCESS_SUB_GROUP |
VARCHAR2(64) |
PROCESS_SUB_GROUP for the process sub. |
|
|
TO_MSO_PROCESS |
VARCHAR2(100) |
MSO Process that will clear the counter for the rule using PROCESS_SUB_GROUP. |
|
|
IS_SUB_DECISION_TAG |
CHAR(1) |
This flag should be set to Y if the sub should count to reset the skip / take counter for the decisions history. Setting the flag to Y will mean the sub counts as a take decision. Setting the flag to N will reset the at risk count, but will not change any skip / take decisions. |