EGO_ROUTE_ASSOC_ATTRS_

Change Route Association's Required Attributes and stores definition meta data for NIR and approval data for NIR and CO also

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGO_ROUTE_ASSOC_ATTRS_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 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 Used to store the route_assoc_id from ego_route_assocs table to which these attribute belongs
OBJECT_NAME VARCHAR2 120 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 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 Internal name of the attribute being defined
ATTR_NAME VARCHAR2 320 No longer used.
ATTR_TYPE VARCHAR2 30 Used to store the type of the attribute, i.e., EGO_ITEM, EGO_ITEM_EFF
ATTR_GROUP_INTERNAL_NAME VARCHAR2 320 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 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Who column: indicates the impersonator who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
EGO_ROUTE_ASSOC_ATTRSN1_ Non Unique Default ROUTE_ATTR_ID
EGO_ROUTE_ASSOC_ATTRS_PK_ Unique FUSION_TS_TX_DATA LAST_UPDATE_DATE, LAST_UPDATED_BY, ROUTE_ATTR_ID
EGO_ROUTE_ASSOC_ATTRS_U1_ Unique FUSION_TS_TX_DATA LAST_UPDATE_DATE, LAST_UPDATED_BY, ROUTE_ASSOC_ID, ATTR_GROUP_INTERNAL_NAME, ATTR_INTERNAL_NAME
EGO_ROUTE_ASSOC_ATTRS_N2_ Non Unique Default AUDIT_ACTION_TYPE_