Data Dictionary
>
FPSBASE Tables
> FPSBASE.WIP_FLUSH_ADD_SHUTD
Table FPSBASE.WIP_FLUSH_ADD_SHUTD"
See comments in WIP_REF_FLUSH_ADD_SHUTD view.
-
Schema: FPSBASE
-
Tablespace: FPSDATA
-
Primary key: LOT, FACILITY, PRD, BANK
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
LOT |
VARCHAR2(128) |
N |
A lot is a group of units that process together. Usually lot_id or lot_number in MES. All units in a lot are in the same carrier but there may be multiple lots in a carrier. (* from FPSINPUT.WIP_LOTS_STATIC) |
|
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) |
|
PRD |
VARCHAR2(64) |
N |
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) |
|
BANK |
VARCHAR2(36) |
N |
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) |
|
EOL_INST_2D_WAVG |
DATE |
Date/time when the lot is estimated to finish the specified route/bank using weighted average cycle time from the last 2 days. (* from FPSBASE.WIP_FLUSH) |
|
|
EOL_INST_7D_MED |
DATE |
Date/time when the lot is estimated to finish the specified route/bank using median cycle time from the last 7 days. (* from FPSBASE.WIP_FLUSH) |
|
|
EOL_INST_7D_WAVG |
DATE |
Date/time when the lot is estimated to finish the specified route/bank using weighted average cycle time from the last 7 days. (* from FPSBASE.WIP_FLUSH) |
|
|
EOL_INST_COMMIT |
DATE |
Date/time when the lot is estimated to finish the specified route/bank using Commit cycle time. (* from FPSBASE.WIP_FLUSH) |
|
|
EOL_INST_FIFO |
DATE |
Date/time when the lot is estimated to finish the specified route/bank using FIFO cycle time. (* from FPSBASE.WIP_FLUSH) |
|
|
EOL_INST_FULL_WAVG |
DATE |
Date/time when the lot is estimated to finish the specified route/bank using weighted average cycle time from the Full period. (* from FPSBASE.WIP_FLUSH) |
|
|
EOL_INST_LONG_WAVG |
DATE |
Date/time when the lot is estimated to finish the specified route/bank using weighted average cycle time from the Long period. (* from FPSBASE.WIP_FLUSH) |
|
|
EOL_INST_NOHOLD_FOR_WSF |
DATE |
||
|
EOL_INST_TARGET |
DATE |
Date/time when the lot is estimated to finish the specified route/bank using Target cycle time. (* from FPSBASE.WIP_FLUSH) |
|
|
SHUTD_NOTE_2D_WAVG |
VARCHAR2(1000) |
||
|
SHUTD_NOTE_7D_MED |
VARCHAR2(1000) |
||
|
SHUTD_NOTE_7D_WAVG |
VARCHAR2(1000) |
||
|
SHUTD_NOTE_COMMIT |
VARCHAR2(1000) |
||
|
SHUTD_NOTE_FIFO |
VARCHAR2(1000) |
||
|
SHUTD_NOTE_FULL_WAVG |
VARCHAR2(1000) |
||
|
SHUTD_NOTE_LONG_WAVG |
VARCHAR2(1000) |
||
|
SHUTD_NOTE_NOHOLD_FOR_WSF |
VARCHAR2(1000) |
||
|
SHUTD_NOTE_TARGET |
VARCHAR2(1000) |
||
|
START_INST_2D_WAVG |
DATE |
Date/time when the lot is estimated to start the specified route/bank using weighted average cycle time from the last 2 days. For the current route/bank this is the date/time when it started. (* from FPSBASE.WIP_FLUSH) |
|
|
START_INST_7D_MED |
DATE |
Date/time when the lot is estimated to start the specified route/bank using median cycle time from the last 7 days. For the current route/bank this is the date/time when it started. (* from FPSBASE.WIP_FLUSH) |
|
|
START_INST_7D_WAVG |
DATE |
Date/time when the lot is estimated to start the specified route/bank using weighted average cycle time from the last 7 days. For the current route/bank this is the date/time when it started. (* from FPSBASE.WIP_FLUSH) |
|
|
START_INST_COMMIT |
DATE |
Date/time when the lot is estimated to start the specified route/bank using Commit cycle time. For the current route/bank this is the date/time when it started. (* from FPSBASE.WIP_FLUSH) |
|
|
START_INST_FIFO |
DATE |
Date/time when the lot is estimated to start the specified route/bank using FIFO cycle time. For the current route/bank this is the date/time when it started. (* from FPSBASE.WIP_FLUSH) |
|
|
START_INST_FULL_WAVG |
DATE |
Date/time when the lot is estimated to start the specified route/bank using weighted average cycle time from the Full period. For the current route/bank this is the date/time when it started. (* from FPSBASE.WIP_FLUSH) |
|
|
START_INST_LONG_WAVG |
DATE |
Date/time when the lot is estimated to start the specified route/bank using weighted average cycle time from the Long period. For the current route/bank this is the date/time when it started. (* from FPSBASE.WIP_FLUSH) |
|
|
START_INST_NOHOLD_FOR_WSF |
DATE |