Data Dictionary
>
FPSADMIN Tables
> FPSADMIN.EQP_MNT_SCHED_STATUSES
Table FPSADMIN.EQP_MNT_SCHED_STATUSES"
List of FPS universal schedule statuses for maintenance events.
-
Schema: FPSADMIN
-
Tablespace: FPSDATA
-
Primary key: MNT_SCHED_STATUS
-
Foreign keys: EQP_MNT_SCHED_S_BG_COLOR_FK: BG_COLOR REFERENCES FPSADMIN.GEN_COLORS (COLOR)
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
MNT_SCHED_STATUS |
VARCHAR2(5) |
N |
|
|
BG_COLOR |
VARCHAR2(24) |
N |
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) |
|
DESCRIPTION |
VARCHAR2(256) |
N |
Tool desciption. This value is only used to display in the Dashboard. (* from FPSINPUT.EQP_TOOLS) |
|
MNT_SCHED_STATUS_DISPLAY |
VARCHAR2(20) |
N |