data-dictionary

FPSADMIN.RTG_PRDS_PLUS

Data Dictionary

>

FPSADMIN Tables

> FPSADMIN.RTG_PRDS_PLUS

Table FPSADMIN.RTG_PRDS_PLUS"

See comments in RTG_REF_PRDS_PLUS view.

  • Schema: FPSADMIN

  • Tablespace: FPSDATA

  • Primary key: FACILITY, PRD


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)

ACTIVE_VERSION

VARCHAR2(12)

The most recent version of the route. (* from FPSINPUT.RTG_ROUTES)

BG_COLOR

VARCHAR2(24)

Background color assigned. BG_COLOR is in English like red or blue or light green and we look up the HTML color like #FF0000 in the GEN_COLORS table. BG_COLOR must be set manually but the FPSADMIN view BLD_POPULATE_COLORS will generate queries to randomly set bg_color for all values in a table. (* from FPSINPUT.GEN_CUSTOMERS)

COMMIT_CT_DAYS

NUMBER(5,1)

Number of days of cycle time committed to the customer for the prd or bank. This commit is published externally. This should be greater than or equal to the target. (* from FPSINPUT.RTG_BANKS)

DEFAULT_CUSTOMER

VARCHAR2(64)

DEFAULT_PLANPRD

VARCHAR2(64)

The normal or most frequently used planprd for this prd. At most sites each prd will only use one planprd which is this default_planprd but multiple planprds is allowed. For detailed information, see table comments in RTG_PLANPRDS. (* from FPSINPUT.RTG_PRDS)

DESCRIPTION

VARCHAR2(256)

Tool desciption. This value is only used to display in the Dashboard. (* from FPSINPUT.EQP_TOOLS)

GROSS_DIE_PER_WFR

NUMBER(6)

Expected gross die per wafer for the product. This is a critical field for planning die shipments. Note this is gross so we multiply by line yield and by sort yield for remaining steps of remaining products. (* from FPSINPUT.RTG_PRDS)

IS_TW_ONLY

CHAR(1)

IS_TW_ONLY indicates that a PRD or ROUTE has only test wafer lots. This flag is slightly different than IS_TW, which is associated with lots via their LOT_GROUP. Some PRDS/ROUTEs are mixed and this is set to N if there are any non-TW lots. (* from FPSBASE.RTG_ACTIVE_PRD_ROUTES_BASE)

KEEP_ACTIVE

CHAR(1)

N

Manual flag to keep record active even if no activity for the prd-route (* from FPSINPUT.RTG_PRDS)

LINE_SECTION_IF_NO_MAIN_RT

VARCHAR2(32)

Line section is in RTG_ROUTE_STEPS but the Dashboard uses this filter for the bank spotlight too so this allows us to put lots of this prd which are in a bank and not on a main route into a specific line section. (* from FPSINPUT.RTG_PRDS)

OUTSIDE_SOURCE

VARCHAR2(50)

For all PRDs that are externally sourced (e.g. purchased or produced at an external site), this field describes their source. (* from FPSINPUT.RTG_PRDS)

OVR_PROC_CT_DAYS_FOR_FLCT_XF

NUMBER(5,1)

Some sites prefer to use a fixed number for the processing time of each prd in the denominator of their X-Factor calculation. The FLCT app will use this value if populated in the X-Factor calculation instead of the calculation processing time. For sites which combine prd in the same facility to report a sequence of prds in FLCT, this value must be populated for the last prd in the same sequence but it should have the value of the total processing time for all prds in the sequence. (* from FPSINPUT.RTG_PRDS)

PRD_MSO_GROUP

VARCHAR2(64)

N

Product group to be used for the Metrology Sampling Optimizer, generally based on similarity of technology or volume. (* from FPSINPUT.RTG_PRDS)

PRD_TO_USE_FOR_CT

VARCHAR2(64)

We often have many prds and routes which are similar and we want to report CT as a group and we can use this field for this. You either enter the target_ct_days and commit_ct_days or you enter prd_to_use_for_ct to use the target and commit for another prd. For example we have prds A and B which are similar. You enter 80 days as target and commit for A then enter A as the prd_to_use_for_ct for B. Then all lots of A and B will be reported with the CT for A and we will not report CT for B. (* from FPSINPUT.RTG_PRDS)

PRD_TO_USE_FOR_PROBE_CARD

VARCHAR2(64)

Use value from another product for the probe card required (* from FPSINPUT.RTG_PRDS)

PRODUCT_SCORE

NUMBER(2)

Scheduler Evaluation slider value for product priority slider (* from FPSINPUT.RTG_PRDS)

RETICLE_SET

VARCHAR2(64)

Reticle set used for the product. (* from FPSINPUT.RTG_PRDS)

RORP

VARCHAR2(256)

The Capacity Model does its calculations by rorp which stands for "route or prd" although it could technically be something in between route and prd. This is controlled by the ovr_rorp column in FPSINPUT.RTG_PRDS. In FPSBASE.RTG_PRDS_PLUS, rorp is set to prd by default if ovr_rorp is null. Populating ovr_rorp in the ETL (with route, for example) will override the default and set rorp = ovr_rorp. (* from FPSAPP.CM_P_RORP_STEP_EQPTYPES)

ROUTE

VARCHAR2(256)

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

ROUTE_FAMILY

VARCHAR2(36)

Route_family indicates that all routes within the family have similar or even identical steps and have the same segments. At facilities where various prds share the same route it is likely that the route will be the route_family. This is sometimes referred to as the main process flow. It is used on Segment Summary and Line Viewer to group similar routes. (* from FPSINPUT.RTG_ROUTE_FAMILIES)

ROUTE_GROUP

VARCHAR2(36)

Route_group is the parent of route_family. Route_group is used on the Dashboard and other applications as a large grouping for filtering. At many sites this is referred to as technology. (* from FPSINPUT.RTG_ROUTE_GROUPS)

SMP_GROUP

VARCHAR2(64)

Product group to be used for sampling, generally something like high/medium/low based on volume of the product. (* from FPSINPUT.RTG_PRDS)

TARGET_CT_DAYS

NUMBER(5,1)

Number of days of cycle time targeted for the prd or bank. This target is only published internally which often means it is not even published to corporate planning. This should be less than or equal to the commit. (* from FPSINPUT.RTG_BANKS)

UPDATED_INST

DATE

N

Time when the record was updated according to the source data. Note this is not the time when the record was actually updated in this table - it will almost always be earlier. (* from FPSINPUT.GEN_FACILITIES)

WAFER_SIZE

VARCHAR2(8)

If the facility only has one wafer size then this column should be null in both RTG_PRDS and EQP_TYPES. If the facility has more than one wafer size then a value of null in EQP_TYPES means that those tools can run all wafer sizes. See column IS_ANY_WAFER_SIZE for details. (* from FPSINPUT.GEN_WAFER_SIZES)