CST_PUBCONFIG (ver 15.5.1)
This table is a standalone table and stores configuration information for the publishing framework. Note: Each entry must have a unique CST_PUBPROFILEID, CST_SUBDISTRICTSID and SETTINGNAME. This table is available for all states/provinces and may or may not be utilized for your state/province.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 15.5.1 | NUMBER(19,0) | The internal ID for the CST_PUBCONFIG record to which the record is associated. Required. (Default – Next value in CST_PUBCONFIG_SQ sequence) |
CST_PUBPROFILEID | 15.5.1 | NUMBER(19,0) | The internal ID for the CST_PUBPROFILE record to which the record is associated. Required. (i.e. 0-Represents a general profile) |
CST_SUBDISTRICTSID | 15.9.3 | NUMBER(10,0) | The internal ID for the CST_SUBDISTRICTS record to which the record is associated. Required. (Default - 0) |
SETTINGNAME | 15.5.1 | VARCHAR2(50) | The name of the setting/configuration. Required. |
SETTINGVALUE | 15.5.1 | VARCHAR2(300) | The value of the setting/configuration. |
DEFAULTVALUE | 15.5.1 | VARCHAR2(300) | The default value of the setting/configuration. |