HEX_PARAM_FEATURE_OVERRIDE
The table stores the details of the features/parameters used in the extract configuration groups.
Details
-
Schema: FUSION
-
Object owner: HEX
-
Object type: TABLE
-
Tablespace: FUSION_TS_SEED
Primary Key
Name | Columns |
---|---|
HEX_PARAM_FEATURE_OVERRIDE_PK |
PARAM_FEATURE_OVERRIDE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PARAM_FEATURE_OVERRIDE_ID | NUMBER | 18 | Yes | System generated Primary Key. Uniquely identifies a record. | |
ENTERPRISE_ID | NUMBER | 18 | Yes | Identifier of Enterprise, used for multi-tenancy partitioning. Foreign key to HR_ORGANIZATION_UNITS. | |
BASE_PARAM_FEATURE_CODE | VARCHAR2 | 30 | The column indicates the code for the feature/parameter. | ||
PARAM_FEATURE_DEFAULT_VALUE | VARCHAR2 | 2000 | The column indicates the value for the feature/parameter. | ||
ENABLED_FLAG | VARCHAR2 | 10 | ENABLED/HIDE/DEPRECATED/DISABLED (Default :ENABLED) | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
HEX_PARAM_FEATURE_OVERRIDE_N1 | Non Unique | FUSION_TS_SEED | BASE_PARAM_FEATURE_CODE |
HEX_PARAM_FEATURE_OVERRIDE_PK | Unique | FUSION_TS_SEED | PARAM_FEATURE_OVERRIDE_ID |