CZ_SS_VS_VALUES_B

This table contains value set value snapshots.

Details

  • Schema: FUSION

  • Object owner: CZ

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CZ_SS_VS_VALUES_B_PK

VALUE_ID, PRODUCTION_FLAG, ENTERPRISE_ID

Columns

Name Datatype Length Precision Not-null Comments
VALUE_ID NUMBER 18 Yes VALUE_ID
EFFECTIVITY_CHANGE_DATE DATE This field will contain the date at which the production snapshot behavior will change upon snapshot release. The field will be null for production records, and non-null for non-production (aka development) records.
PRODUCTION_FLAG VARCHAR2 1 Yes PRODUCTION_FLAG
VALUE_SET_ID NUMBER 18 Yes VALUE_SET_ID
VALUE VARCHAR2 150 Yes VALUE
VALUE_NUMBER NUMBER VALUE_NUMBER
VALUE_DATE DATE VALUE_DATE
VALUE_TIMESTAMP TIMESTAMP VALUE_TIMESTAMP
ENABLED_FLAG VARCHAR2 1 Yes ENABLED_FLAG
START_DATE_ACTIVE DATE START_DATE_ACTIVE
END_DATE_ACTIVE DATE END_DATE_ACTIVE
SORT_ORDER NUMBER 18 SORT_ORDER
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

Foreign Keys

Table Foreign Table Foreign Key Column
cz_ss_vs_values_tl cz_ss_vs_values_b VALUE_ID, PRODUCTION_FLAG, ENTERPRISE_ID

Indexes

Index Uniqueness Tablespace Columns
CZ_SS_VS_VALUES_B_N1 Non Unique Default VALUE_SET_ID, VALUE, PRODUCTION_FLAG, ENTERPRISE_ID
CZ_SS_VS_VALUES_B_U1 Unique Default VALUE_ID, PRODUCTION_FLAG, ENTERPRISE_ID