data-dictionary

FPSINPUT.RTG_DURABLE_GROUPS

Data Dictionary

>

FPSINPUT Tables

> FPSINPUT.RTG_DURABLE_GROUPS

Table FPSINPUT.RTG_DURABLE_GROUPS"

List of durable groups for foreign key.

  • Schema: FPSINPUT

  • Tablespace: FPSDATA

  • Primary key: FACILITY, DURABLE_GROUP

  • Foreign keys: RTG_DURABLE_GROUPS_FK_CLASS: FACILITY, DURABLE_CLASS REFERENCES FPSINPUT.RTG_DURABLE_CLASSES (FACILITY, DURABLE_CLASS)

  • Referenced by: FPSINPUT.RTG_DURABLE_FAMILIES (FACILITY, DURABLE_GROUP)


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)

DURABLE_GROUP

VARCHAR2(64)

N

Durable group is the parent of family and the child of class and its only use is to track the time to change durables. In many cases, group will be the same as class. An example where group would be different than class is where we have different reticles for different stepper manufacturers so the durable_group would be Nikon or Canon or ASML while the durable_class would be DURABLE.

DURABLE_CLASS

VARCHAR2(36)

The class of the durable becomes important when we have multiple durables assigned in RTG_DURABLE_ASSIGNMENTS. If these durables are in different classes then we know that both of them are required. For example, a tester might require both a probe card and an electrical board. If these durables are in the same class then we use the is_multiple_required field to determine whether we will choose either or need both. (* from FPSINPUT.RTG_DURABLE_CLASSES)