Data Dictionary
>
FPSAPP Tables
> FPSAPP.RTG_PRD_FACILITY_FLUSH
Table FPSAPP.RTG_PRD_FACILITY_FLUSH"
See comments in RTG_REF_PRD_FACILITY_FLUSH view.
-
Schema: FPSAPP
-
Tablespace: FPSDATA
-
Primary key: FACILITY, PRD, BANK, FUTURE_FACILITY, FUTURE_PRD, FUTURE_BANK
|
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) |
|
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) |
|
FUTURE_FACILITY |
VARCHAR2(6) |
N |
|
|
FUTURE_PRD |
VARCHAR2(64) |
N |
|
|
FUTURE_BANK |
VARCHAR2(36) |
N |
|
|
CONSUMABLE_TYPE |
VARCHAR2(36) |
For assembly only, this optional field stores what type of consumable is being assembled into another part. (* from FPSINPUT.RTG_PRD_FACILITY_NEXT) |
|
|
EDGE_MOVES |
NUMBER(10) |
||
|
FLUSH_PATH |
VARCHAR2(4000) |
||
|
FUTURE_MAIN_ROUTE |
VARCHAR2(256) |
||
|
OVR_FUTURE_PLANPRD |
VARCHAR2(64) |
||
|
PRD_FAC_BANK_SEQ_DESC |
NUMBER(2) |
||
|
PRD_FAC_BANK_SEQ_NUM |
NUMBER(2) |