EGO_REV_ITEM_ASSOCIATIONS

Table used to store modifications to Item Associations in a Engineering Change Order.

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGO_REV_ITEM_ASSOCIATIONS_PK

CHANGE_LINE_ID, ASSOCIATION_ID

Columns

Name Datatype Length Precision Not-null Comments
CHANGE_LINE_ID NUMBER 18 Yes No longer used.
ASSOCIATION_ID NUMBER 18 Yes No longer used.
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.
ACD_TYPE VARCHAR2 40 Yes No longer used.
INVENTORY_ITEM_ID NUMBER 18 Yes Association Inventory Item Identifier
ORGANIZATION_ID NUMBER 18 Yes Association Organization Identifier
DATA_LEVEL_ID NUMBER Association Data Level Identifier
PK1_VALUE NUMBER 18 No longer used.
PK2_VALUE NUMBER 18 No longer used.
STATUS_CODE NUMBER 18 No longer used.
PRIMARY_FLAG VARCHAR2 1 No longer used.
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_REV_ITEM_ASSOCIATIONS ego_change_lines_b CHANGE_LINE_ID

Indexes

Index Uniqueness Tablespace Columns
EGO_REV_ITEM_ASSOCIATIONS_PK Unique Default CHANGE_LINE_ID, ASSOCIATION_ID
EGO_REV_ITEM_ASSOCIATIONS_U1 Unique FUSION_TS_TX_DATA CHANGE_LINE_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, DATA_LEVEL_ID, PK1_VALUE, PK2_VALUE