Data Dictionary
>
FPSADMIN Tables
> FPSADMIN.SCH_C_APP_SETTINGS
Table FPSADMIN.SCH_C_APP_SETTINGS"
This table is used to store the app setting details
-
Schema: FPSADMIN
-
Tablespace: FPSDATA
-
Primary key: WEB_CONFIG_ID, APP_SETTING_ID
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
WEB_CONFIG_ID |
VARCHAR2(50) |
N |
|
|
APP_SETTING_ID |
VARCHAR2(50) |
N |
|
|
CURR_VALUE |
VARCHAR2(512) |
||
|
INPUT_DESC |
NVARCHAR2(2000) |
used to set a slider description display that will stay constant within the sched_group (* from FPSAPP.SCH_C_EVALUATIONS) |
|
|
X_SORT |
NUMBER(3) |