EGO_ROUTE_ASSOC_ATTRS
Change Route Association's Required Attributes and stores definition meta data for NIR Definition.
Details
-
Schema: FUSION
-
Object owner: EGO
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
EGO_ROUTE_ASSOC_ATTRS_PK |
ROUTE_ATTR_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ROUTE_ATTR_ID | NUMBER | 18 | Yes | Unique identifier for the association attributes defined in this table | |
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. | |
ROUTE_ASSOC_ID | NUMBER | 18 | Yes | Used to store the route_assoc_id from ego_route_assocs table to which these attribute belongs | |
OBJECT_NAME | VARCHAR2 | 120 | Yes | Used to store the object name to which this association attribute belongs to, i.e., EGO_NEW_ITEM or EGO_CATALOG_GROUP | |
OBJECT_PK1 | NUMBER | 18 | Yes | Used to store inventory_item_id or item_class_id based on the object_name being new item(ego_new_item) or item class(ego_catalog_group) | |
OBJECT_PK2 | NUMBER | 18 | Used to refer any other identifiers from other tables | ||
OBJECT_PK3 | NUMBER | 18 | Used to refer any other identifiers from other tables | ||
OBJECT_PK4 | NUMBER | 18 | Used to refer any other identifiers from other tables | ||
OBJECT_PK5 | NUMBER | 18 | Used to refer any other identifiers from other tables | ||
ATTR_INTERNAL_NAME | VARCHAR2 | 320 | Yes | Internal name of the attribute being defined | |
ATTR_NAME | VARCHAR2 | 320 | No longer used. | ||
ATTR_TYPE | VARCHAR2 | 30 | Yes | Used to store the type of the attribute, i.e., EGO_ITEM, EGO_ITEM_EFF | |
ATTR_GROUP_INTERNAL_NAME | VARCHAR2 | 320 | Yes | Internal name of the attribute group being defined | |
INHERITED_FLAG | VARCHAR2 | 4 | Used to store the flag which identifies if the attribute is inherited | ||
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
EGO_ROUTE_ASSOC_ATTRS | ego_route_assocs | ROUTE_ASSOC_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
EGO_ROUTE_ASSOC_ATTRS_N2 | Non Unique | FUSION_TS_TX_DATA | OBJECT_VERSION_NUMBER |
EGO_ROUTE_ASSOC_ATTRS_PK | Unique | FUSION_TS_TX_DATA | ROUTE_ATTR_ID |
EGO_ROUTE_ASSOC_ATTRS_U1 | Unique | FUSION_TS_TX_DATA | ROUTE_ASSOC_ID, ATTR_GROUP_INTERNAL_NAME, ATTR_INTERNAL_NAME |