Data Dictionary
>
FPSINPUT Tables
> FPSINPUT.RM_W_RET_STKR_NEXT_DEST_LOG
Table FPSINPUT.RM_W_RET_STKR_NEXT_DEST_LOG"
Log history of next destination for each call to the RM_RETICLE_STOCKER_NEXT_DEST procedure.
-
Schema: FPSINPUT
-
Tablespace: FPSDATAHIST
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
COMMENTS |
VARCHAR2(200) |
A comment field allowing a user to document the source or reason of the values populated in the table (* from FPSAPP.GP_C_RSEC_PROCESS_ROUTE) |
|
|
CURR_ID |
VARCHAR2(50) |
||
|
CURR_ID_TYPE |
VARCHAR2(9) |
||
|
CURR_POSITION |
VARCHAR2(7) |
||
|
DEST_ID |
VARCHAR2(32) |
||
|
DEST_ID_TYPE |
VARCHAR2(9) |
||
|
DEST_POSITION |
VARCHAR2(7) |
||
|
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) |
|
|
INPUT_KEY |
VARCHAR2(60) |
||
|
INSERTED_TIME |
TIMESTAMP(6) |
Timestamp field set by trigger storing SYSTIMESTAMP when record was inserted in the table. (* from FPSINPUT.WIP_EVENT_HIST) |
|
|
POD |
VARCHAR2(32) |
||
|
POD_LOAD_ORDER |
NUMBER(3) |
||
|
POD_NUM_LOADS |
NUMBER(3) |
||
|
POD_NUM_UNLOADS |
NUMBER(3) |
||
|
POD_UNLOAD_ORDER |
NUMBER(3) |
||
|
RETICLE |
VARCHAR2(36) |
||
|
RETICLE_PRIORITY |
NUMBER(2) |
||
|
STOCKER |
VARCHAR2(16) |
Stocker is effectively similar to a rack except that it stores carriers internally and has input and output ports. (* from FPSINPUT.MHS_STOCKERS) |
|
|
STOCKER_LOAD_ORDER |
NUMBER(3) |
||
|
STOCKER_NUM_LOADS |
NUMBER(3) |
||
|
STOCKER_NUM_UNLOADS |
NUMBER(3) |