data-dictionary

FPSAPP.MSO_RULE_GROUPS

Data Dictionary

>

FPSAPP Tables

> FPSAPP.MSO_RULE_GROUPS

Table FPSAPP.MSO_RULE_GROUPS"

This table has list of rule groups for the Metrology Sampling Optimizer rules. Each rule must be assigned to a rule group. The rule group is used for display on the dashboard only. This allows users to group similar rules.

  • Schema: FPSAPP

  • Tablespace: FPSDATA

  • Referenced by: FPSBASE.MSO_RULES (FACILITY, RULE_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)

RULE_GROUP

VARCHAR2(36)

Unique name for the group.

BG_COLOR

VARCHAR2(24)

Background color of the rule group.

DESCRIPTION

VARCHAR2(256)

Brief description of the rule group.

IS_DYNAMIC_TOOLSTATUS_COND_ON

CHAR(1)

Flag that sets the rule group to allow dynamic adjusting of the sample condition and min condition override depending on tool conditions for the rule group.

LINKS_REQ_ALLOWED_TAG_COND

CHAR(1)

N

Define if rule links require an allowed tag condition to be able to tag at the main process step. This is usually set to N unless the metrology step requires recipes to exist in those cases we set to Y to be able to only TAG when an allowed tag condition for the rule link is defined.

RULE_CLASS

VARCHAR2(36)

Unique name for the class. (* from FPSBASE.MSO_RULE_CLASSES)

RULE_GROUP_DISPLAY

VARCHAR2(36)

N

Display name to show on the dashboard.

RULE_GROUP_Q_SKIP_WIP_LIMIT

NUMBER(12)

WIP limit used to trigger post tag skipping of lots for rules where allowed. If WIP for the rule group exceeds this limit, then lots will be allowed to skip by the queue manager if the lots pass checks and rule allows.

RULE_GROUP_SORT

NUMBER(3)

N

Display order of the group on the dashboard.

RULE_GROUP_TOOL_MSO_GROUP

VARCHAR2(64)

Sets the assigned tool mso group for the rule group. This allows us to determine the percent of tools that are up for the rule group.

UPDATED_INST

DATE

Time when the record was updated according to the source data. Note this is not the time when the record was actually updated in this table - it will almost always be earlier. (* from FPSINPUT.GEN_FACILITIES)