EGO_CHANGE_TYPE_ORGANIZATIONS
Organization hierarchies and change type intersection table
Details
-
Schema: FUSION
-
Object owner: EGO
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
EGO_CHANGE_TYPE_ORGANIZAT_PK |
TYPE_ORG_ASSOCIATION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| TYPE_ORG_ASSOCIATION_ID | NUMBER | 18 | Yes | Change type organization internal id | |
| CHANGE_TYPE_ID | NUMBER | 18 | Yes | Identifier determining the change type to which the propagation organizations are setup | |
| ORGANIZATION_ID | NUMBER | 18 | Yes | Identifier determining the organization for which propagation is setup | |
| 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. | |
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| EGO_CHANGE_TYPE_ORGANIZATIONS | ego_change_types_b | CHANGE_TYPE_ID |
| ego_type_org_properties | ego_change_type_organizations | TYPE_ORG_ASSOCIATION_ID |
Indexes
| Index | Uniqueness | Columns |
|---|---|---|
| EGO_CHANGE_TYPE_ORGANIZAT_UK1 | Unique | CHANGE_TYPE_ID, ORGANIZATION_ID |
| EGO_CHANGE_TYPE_ORGS_PK | Unique | TYPE_ORG_ASSOCIATION_ID |