data-dictionary

FPSBASE.CTM_WEEK_HIST

Data Dictionary

>

FPSBASE Tables

> FPSBASE.CTM_WEEK_HIST

Table FPSBASE.CTM_WEEK_HIST"

See comments in CTM_APD_WEEK_HIST view.

  • Schema: FPSBASE

  • Tablespace: FPSDATAHIST

  • Foreign keys: CTM_WEEK_H_FK_STWK: START_WEEK REFERENCES FPSINPUT.CAL_WORK_WEEKS (START_WEEK)


Column

Type

Nullable

Comment

START_WEEK

DATE

Work weeks must be 7 days in duration and the start of the work week must be the start of one of the work days. (* from FPSINPUT.CAL_WORK_WEEKS)

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)

ROUTE

VARCHAR2(256)

Route that has threading requirements (* from FPSINPUT.RTG_STEP_THREADING)

STEP

VARCHAR2(256)

A single processing step within a route representing a single tool visit. Step is often a very complex string and should rarely be displayed. Instead we should use process_display. (* from FPSINPUT.RTG_ROUTE_STEPS)

BANK

VARCHAR2(36)

Lots which are not on a route are considered in a bank and the bank name indicates why the lot is off route. Bank must be NA for lots which are on a route. Our standard filter for active lots is bank = NA. (* from FPSINPUT.RTG_BANKS)

PRD

VARCHAR2(64)

Prd determines the route which is used to process the lot in the facility and what tools, recipes, durables, etc. can be used at each step. Prd also determines the next facility for the lot when it finishes its route. For detailed information on prd vs. planprd see table comments in RTG_PLANPRDS. (* from FPSINPUT.RTG_PRDS)

PLANPRD

VARCHAR2(64)

Planning product used for all planning purposes. All lots with the same planprd are interchangeable to ship to the customer regardless of their prd, route, technology, wafer size, etc. For detailed information on prd vs. planprd see table comments in RTG_PLANPRDS. (* from FPSINPUT.RTG_PLANPRDS)

PRTY_CTM_GROUP

VARCHAR2(7)

This is one of the primary keys of our CTM tables. We use this group rather than the priority because we often have several different priorities which are close and are expected to have the same cycle time. (* from FPSINPUT.WIP_PRIORITIES)

LOT_GROUP

VARCHAR2(8)

Lot_group is a grouping of lot_family and is the highest grouping in the lot type hierarchy. There should be only a few values for lot_group, i.e. Prod, Dev, TW. We group WIP and moves by lot_group on the dashboard and we group cycle time calculations by lot_group so this is an important field. (* from FPSINPUT.WIP_LOT_GROUPS)

IS_NONSTD

CHAR(1)

Our column to indicate non-standard processing at the step. For example, an experiment or a chain that is only active at a particular step or set of steps and then goes back to being normal for the route. If an experiment is severe enough that it affects the final product and has to be planned separately then it will be its own prd or planprd. (* from FPSBASE.WIP_LOT_HIST)

AT_LEAST_ONE_HOLD_SEC_AVG

NUMBER(7)

N

AT_LEAST_ONE_HOLD_SEC_MED

NUMBER(7)

N

NUM_JOBS_COMP

NUMBER(5)

N

NUM_LOTS_AT_LEAST_ONE_HOLD

NUMBER(4)

N

NUM_LOTS_DSKIP

NUMBER(5)

N

NUM_LOTS_DTONLY

NUMBER(5)

N

NUM_LOTS_ENDWIP

NUMBER(6)

N

NUM_LOTS_ISKIP

NUMBER(5)

N

NUM_LOTS_RT_OR_PRD

NUMBER(5)

N

PROCESS_FAMILY

VARCHAR2(50)

See https://help.inficonims.com/display/DW/Guide+to+Process+Families. (* from FPSINPUT.RTG_PROCESS_FAMILIES)

PRTY_CTM_FACTOR

NUMBER(3,2)

N

Factor to multiply cycle time for this priority group compared to other groups if not known. For example, if this factor is 1.5 and we know the CTM is 6 hours for another priority group whose factor is 1.0 then we would estimate it to be 9 hours for this group. (* from FPSINPUT.WIP_PRTY_CTM_GROUPS)

QTY_AT_LEAST_ONE_HOLD

NUMBER(9)

N

QTY_COMP

NUMBER(9)

N

QTY_DSKIP

NUMBER(9)

N

QTY_DTONLY

NUMBER(10)

N

QTY_ENDWIP

NUMBER(12)

N

QTY_ISKIP

NUMBER(9)

N

QTY_RT_OR_PRD

NUMBER(9)

N

STEP_SEC_MED_NOT_ISKIP

NUMBER(7)

N

TCT_SEC

NUMBER(7)

Theoretical cycle time in seconds (* from FPSBASE.WIP_LOT_HIST)

TOTAL_BLOCK_SEC_COMP

NUMBER(38)

N

TOTAL_DISP_SEC_COMP

NUMBER(38)

N

TOTAL_ENDED_SEC_COMP

NUMBER(38)

N

TOTAL_HOLD_SEC_COMP

NUMBER(38)

N

TOTAL_HOLD_SEC_DSKIP

NUMBER(38)

N

TOTAL_HOLD_SEC_DTONLY

NUMBER(38)

N

TOTAL_HOLD_SEC_RT_OR_PRD

NUMBER(38)

N

TOTAL_PROC_SEC_COMP

NUMBER(38)

N

TOTAL_STEP_SEC

NUMBER(38)

N

Total number of unit-seconds accumulated by lots on hold at this step during the period including lots which moved out during the period and lots which remain at the end of the period. For example, if a 25 wafer lot is on hold at the step for 2 hours then it accumulates 25 wafers * 7200 seconds = 180000 wafer-seconds of hold time. (* from FPSBASE.WIP_END_SHIFT_HIST)

TOTAL_STEP_SEC_ISKIP

NUMBER(38)

N

TOTAL_WAIT_SEC_COMP

NUMBER(38)

N

TOTAL_WAIT_SEC_DSKIP

NUMBER(38)

N

TOTAL_WAIT_SEC_DTONLY

NUMBER(38)

N

TOTAL_WAIT_SEC_RT_OR_PRD

NUMBER(38)

N