Data Dictionary
>
FPSINPUT Tables
> FPSINPUT.SCH_G_JOB_TYPES
Table FPSINPUT.SCH_G_JOB_TYPES"
This table is used to indicate the different job type, for example process job and process setup job.
-
Schema: FPSINPUT
-
Tablespace: FPSDATA
-
Primary key: JOB_TYPE
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
JOB_TYPE |
VARCHAR2(50) |
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) |
|
BRD_COLOR |
VARCHAR2(24) |
N |
|
|
DISPLAY_IN_LEGEND |
CHAR(1) |
||
|
JOB_DESC |
VARCHAR2(500) |
||
|
JOB_DISPLAY |
VARCHAR2(500) |
||
|
OTHER_STYLES |
VARCHAR2(500) |
||
|
SORT_ORDER |
NUMBER |
This is used to sort within the grouping. SORT_ORDER always has a deferrable unique key to ensure uniqueness while allowing the user to make changes without erroring until the commit is attempted. Because of this you must be careful to not violate the unique key otherwise you will lose all of your edits. (* from FPSINPUT.GEN_FACILITIES) |