ATC_RELATIVE_EFFECTIVITIES
Stores relative effectivity values for toplevel resources
Details
-
Schema: FUSION
-
Object owner: ATC
-
Object type: TABLE
-
Tablespace: Default
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| REL_EFFECTIVITY_ID | NUMBER | 18 | Yes | Unique row id for relative effectivity | |
| START_REL_EVENT | VARCHAR2 | 200 | Relative event for start relative date | ||
| START_REL_OFFSET_UNIT | VARCHAR2 | 200 | Unit for start relative date | ||
| START_REL_OFFSET_VAL | NUMBER | Value for start relative date | |||
| END_REL_EVENT | VARCHAR2 | 200 | Relative event for end relative date | ||
| END_REL_OFFSET_UNIT | VARCHAR2 | 200 | Unit for end relative date | ||
| END_REL_OFFSET_VAL | NUMBER | Value for relative end date | |||
| ENTITY_ID | NUMBER | 18 | Yes | Indicates the identifier of the entity to which it is associated to | |
| ENTITY_TYPE | VARCHAR2 | 200 | Resource type of top level entity | ||
| ENTITY_NAME | VARCHAR2 | 100 | Yes | Indicates the type of the entity to which it is associated to | |
| 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_relative_effectivity_N1 | Non Unique | Default | ENTITY_NAME |
| atc_relative_effectivity_N2 | Non Unique | Default | ENTITY_TYPE |
| atc_relative_effectivity_PK | Unique | Default | REL_EFFECTIVITY_ID |