CZ_SS_VALUE_SETS
This table contains value set snapshots.
Details
-
Schema: FUSION
-
Object owner: CZ
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
CZ_SS_VALUE_SETS_PK |
VALUE_SET_ID, PRODUCTION_FLAG, ENTERPRISE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| VALUE_SET_ID | NUMBER | 18 | Yes | VALUE_SET_ID | |
| PRODUCTION_FLAG | VARCHAR2 | 1 | Yes | PRODUCTION_FLAG | |
| VALUE_SET_CODE | VARCHAR2 | 60 | Yes | VALUE_SET_CODE | |
| DESCRIPTION | VARCHAR2 | 240 | DESCRIPTION | ||
| VALIDATION_TYPE | VARCHAR2 | 30 | Yes | VALIDATION_TYPE | |
| VALUE_DATA_TYPE | VARCHAR2 | 30 | Yes | VALUE_DATA_TYPE | |
| VALUE_SUBTYPE | VARCHAR2 | 30 | VALUE_SUBTYPE | ||
| PRECISION | NUMBER | 2 | PRECISION | ||
| SCALE | NUMBER | 3 | SCALE | ||
| MINIMUM_VALUE | VARCHAR2 | 150 | MINIMUM_VALUE | ||
| MAXIMUM_VALUE | VARCHAR2 | 150 | MAXIMUM_VALUE | ||
| ZERO_FILL_FLAG | VARCHAR2 | 1 | Used for format-only character value sets with a value subtype of ???TEXT???. ???Y??? if zeroes should be prepended to user specified value to the maximum length of the value set, ???N??? if not. | ||
| UPPERCASE_ONLY_FLAG | VARCHAR2 | 1 | Used for format-only character value sets with subtype ???TEXT???. ???Y??? if only uppercase characters are allowed, ???N??? if not. | ||
| MAXIMUM_LENGTH | NUMBER | 4 | Maximum length of string that can be provided for format-only character value set. | ||
| DELETED_FLAG | NUMBER | Yes | DELETED_FLAG | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| ENTERPRISE_ID | NUMBER | 18 | Yes | ENTERPRISE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CZ_SS_VALUE_SETS_N1 | Non Unique | Default | UPPER("VALUE_SET_CODE") |
| CZ_SS_VALUE_SETS_U1 | Unique | Default | VALUE_SET_ID, PRODUCTION_FLAG, ENTERPRISE_ID |
| CZ_SS_VALUE_SETS_U2 | Unique | Default | VALUE_SET_CODE, PRODUCTION_FLAG, ENTERPRISE_ID |