Data Dictionary
>
FPSAPP Tables
> FPSAPP.FBK_W_FEEDBACKS
Table FPSAPP.FBK_W_FEEDBACKS"
Table stores information about all feedbacks from all applications.
-
Schema: FPSAPP
-
Tablespace: FPSDATA
-
Primary key: ID
-
Referenced by: FPSAPP.FBK_W_FEEDBACK_COMMENTS (ID)
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
ID |
VARCHAR2(50) |
N |
|
|
APPLICATION |
VARCHAR2(30) |
Application that the user is allowed or able to log events. (* from FPSINPUT.GEN_USERS) |
|
|
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) |
|
|
FB_PRIORITY |
VARCHAR2(10) |
This could be used for 0 through 10 or HIGH, MED, LOW but is left unconstrained for any site to use as they wish. We have considered adding a second table with would be the possible values that could be configured that is for a later time. |
|
|
FEEDBACK_COMMENT |
VARCHAR2(512) |
||
|
INST |
DATE |
Time when the event occurred. (* from FPSINPUT.WIP_EVENT_HIST) |
|
|
ISSUE_TYPE |
VARCHAR2(12) |
||
|
JIRA_ID |
VARCHAR2(12) |
||
|
MESSAGE |
VARCHAR2(4000) |
||
|
PAGE |
VARCHAR2(1000) |
||
|
RESPONDED_BY |
VARCHAR2(64) |
||
|
SENDER |
VARCHAR2(100) |
||
|
SNAPSHOT_LINK |
VARCHAR2(1000) |
||
|
STATUS |
VARCHAR2(13) |