ATC_LIFECYCLE_STATES

store the lifecycle states of a lifecycle configuration

Details

  • Schema: FUSION

  • Object owner: ATC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

atc_lifecycle_states_PK

LIFECYCLE_STATE_ID

Columns

Name Datatype Length Precision Not-null Comments
LIFECYCLE_STATE_ID NUMBER 18 Yes Unique row id for lifecycle state
LIFECYCLE_STATE_NAME VARCHAR2 200 Yes Indicates name of the lifecycle state
LIFECYCLE_STATE_DESCRIPTION VARCHAR2 4000 Indicates description of the lifecycle state
EDIT_FLAG VARCHAR2 1 Yes An indicator that specifies that the project is editable in this state
ENABLED_FLAG VARCHAR2 1 Indicates if the lifecycle state is disabled or not
EDIT_CONTENT_FLAG VARCHAR2 1 Yes An indicator that specifies that the entity in the project is editable in this state
APPROVAL_FLAG VARCHAR2 1 Yes An indicator that specifies this state needs approval to movre tro next state
PUBLISH_FLAG VARCHAR2 1 Yes An indicator that specifies the publish is allowed in this state
SHARE_FLAG VARCHAR2 1 Yes An indicator that specifies the entity can be shared with other projects during this state
CUSTOM_FLAG VARCHAR2 1 Yes An indicator that specifies the state is user defined and can be altered, removed.
STATE_SEQ NUMBER 3 The sequence number of the state that shows the transition
ERROR_STATE VARCHAR2 100 Indicates the state it will end up during transition if error happens for automatic transition like approval or publish
USER_ACTION_NAME VARCHAR2 200 The name of the action for user triggered state transition
LIFECYCLE_CONFIG_ID NUMBER 18 Yes lifecycle config Id with which it is associated
AT_TYPE VARCHAR2 200 Represent the actual class type of an entity
AT_BASE_TYPE VARCHAR2 200 Represent the base class of a given resource that has been extended
AT_SCHEMA_LOCATION VARCHAR2 1000 Indicates a url which points to a schema which allow specifying user-defined properties of an Entity or to specify the expected characteristics of an entity
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.
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.

Indexes

Index Uniqueness Tablespace Columns
atc_lifecycle_states_N1 Non Unique Default ENABLED_FLAG
atc_lifecycle_states_PK Unique Default LIFECYCLE_STATE_ID
atc_lifecycle_states_U1 Unique Default LIFECYCLE_STATE_NAME, LIFECYCLE_CONFIG_ID