CZ_UI_CONDITIONS

CZ_UI_CONDITIONS stores display and enabled conditions for UI elements.

Details

  • Schema: FUSION

  • Object owner: CZ

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

CZ_UI_CONDITIONS_PK

UI_CONDITION_ID, START_OBJECT_VERSION

Columns

Name Datatype Length Precision Not-null Comments
UI_CONDITION_ID NUMBER 18 Yes System generated unique id for a condition
VERSIONED_OBJECT_ID NUMBER 18 Yes Id of the versioned object i.e. model or UI template
VERSIONED_OBJECT_TYPE VARCHAR2 30 Yes Indicates the Configurator Versioned Object Type. The valid values are: MODEL, UI_TEMPLATE.
START_OBJECT_VERSION NUMBER 18 Yes Start version of the versioned entity i.e. model or UI template
END_OBJECT_VERSION NUMBER 18 End version of the versioned entity i.e. model or UI template
UI_COND_SOURCE_OBJ_TYPE VARCHAR2 30 Yes UI_HINT , UI_ITEM or UI_TEMPLATE_ELEMENT depending on whether the condition is defined on a model node, UI item or within a UI template.
UI_ID NUMBER 18 Id of the UI the condition is defined in; null in case the condition is defined on a model node or in a UI template
UI_CONDITION_TYPE VARCHAR2 50 Yes 'D'= Display Condition 'E'= Enabled Condition
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.
DELETED_FLAG NUMBER 18 Yes A non zero value indicates a logically deleted record. Default Value: 0
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.

Indexes

Index Uniqueness Tablespace Columns
CZ_UI_CONDITIONS_N1 Non Unique Default UI_ID, START_OBJECT_VERSION
CZ_UI_CONDITIONS_N2 Non Unique Default UI_CONDITION_ID, START_OBJECT_VERSION, END_OBJECT_VERSION, DELETED_FLAG
CZ_UI_CONDITIONS_U1 Unique Default UI_CONDITION_ID, START_OBJECT_VERSION