data-dictionary

FPSINPUT.SCH_G_CFG_SCHED_GROUPS_EVL

Data Dictionary

>

FPSINPUT Tables

> FPSINPUT.SCH_G_CFG_SCHED_GROUPS_EVL

Table FPSINPUT.SCH_G_CFG_SCHED_GROUPS_EVL"

This table is used to store the default evaluation information for each sched group.

  • Schema: FPSINPUT

  • Tablespace: FPSDATA

  • Foreign keys: SCH_G_CFG_SGPS_EVL_FK_EID: EVALUATION_ID REFERENCES FPSAPP.SCH_G_EVALUATIONS (EVALUATION_ID)


Column

Type

Nullable

Comment

SCHED_GROUP

VARCHAR2(36)

This is the grouping of tools and processes which the FPS Scheduler schedules together. Since this is a parent of tool via tool->process_group and a parent of process via process->process_group, by definition each tool and each process can only be in one sched group. We need all related tools and processes to be in the same sched group for efficient scheduling. One example is sinks and furnaces because of queue times and batching. Another example is for smaller facilities like Assembly or Test where we might schedule the entire facility together. (* from FPSINPUT.RTG_PROCESS_GROUPS)

EVALUATION_ID

VARCHAR2(50)

CURR_WEIGHTS

NUMBER

EVALUATION_METHOD

VARCHAR2(8)

Used to define how the scheduler will evaluate each lot for scheduling if it has multiple steps to schedule once, for example for the timer lot. The available options: FIRST: it will take the first step of the sequence of steps to calcualte the lot score CURRENT: it will take the current step (the next step to schedule) of the sequence of steps to calcualte the lot score LAST: it will take the last step of the sequence of steps to calcualte the lot score AVERAGE: it will take the average score from each step in this sequence for the lot score MAX: it will take the maximum score from each step in this sequence for the lot score MIN: it will take the minimum score from each step in this sequence for the lot score for example, lot A has step 1, 2 3 to schedule, and currently the first lot to be scheduled is 2: FIRST: 1 CURRENT: 2 LAST: 3 AVERAGE: avg(1, 2, 3) MAX: max(1, 2, 3) MIN: min(1, 2, 3) (* from FPSAPP.SCH_C_CFG_SCHED_GROUPS_EVL)

FOR_LOT_SCORE

CHAR(1)

FOR_TOOL_SCORE

CHAR(1)

NORMALIZATION_RATIO

NUMBER