Data Dictionary
>
FPSBASE Tables
> FPSBASE.ETP_L1_OPERATIONAL_STATES
Table FPSBASE.ETP_L1_OPERATIONAL_STATES"
Industry standard level 1 operational states. This is the top of the hierarchy so these do not have parent states.
-
Schema: FPSBASE
-
Tablespace: FPSDATA
-
Primary key: OPERATIONAL_STATE
-
Foreign keys: ETP_L1_OPER_FK_BG_COLOR: BG_COLOR REFERENCES FPSADMIN.GEN_COLORS (COLOR)
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
OPERATIONAL_STATE |
VARCHAR2(9) |
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) |
|
LONG_DESCRIPTION |
VARCHAR2(1000) |
||
|
OPERATIONAL_STATE_DISPLAY |
VARCHAR2(48) |
N |