EGO_TYPE_ORG_PROPERTIES
Change type organization properties
Details
-
Schema: FUSION
-
Object owner: EGO
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
EGO_TYPE_ORG_PROPERTIES_PK |
TYPE_ORG_PROPERTY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
TYPE_ORG_PROPERTY_ID | NUMBER | 18 | Yes | Change Type Organization Properties Identifier | |
OBJECT_NAME | VARCHAR2 | 30 | Yes | Object Name like hierarchy or organization list | |
TYPE_ORG_ASSOCIATION_ID | NUMBER | 18 | Yes | Change type To Organization Association id | |
DEFAULT_HEIRARCHY_FLAG | VARCHAR2 | 1 | Flag identifying if this is the default organization to which propagation has to be done | ||
AUTO_PROPAGATE_FLAG | VARCHAR2 | 1 | Flag to indicate if the status should be automatically propagated | ||
PROPAGATION_STATUS_CODE | NUMBER | 18 | Status of the change order during which propagation is triggered | ||
DEFAULT_PROPAGATED_STATUS | NUMBER | 18 | Default Status of the propagated change orders | ||
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_TYPE_ORG_PROPERTIES | ego_change_type_organizations | TYPE_ORG_ASSOCIATION_ID |
ego_change_local_orgs | ego_type_org_properties | TYPE_ORG_PROPERTY_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
EGO_TYPE_ORG_PROPERTIES_PK | Unique | Default | TYPE_ORG_PROPERTY_ID |