EGO_BULK_DELETE_RECORDS

EGO_BULK_DELETE_RECORDS stores information about items, Change Orders, Structure, Component, Revision, Supplier Association, Supplier Site Association, Item Relationships that are deleted from the system.

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EGO_BULK_DELETE_RECORDS_PK

DELETE_ENTITY_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
DELETE_ENTITY_ROW_ID NUMBER 18 Yes Attribute that uniquely indicates the entity row that got deleted. This is the Primary Key.
DELETE_GROUP_ID NUMBER 18 Yes Attribute that indicates the foreign key reference to the egp_delete_groups table. If the item is not deleted using the delete groups, then -1 will be the default value.
REQUEST_INSTANCE_ID NUMBER 18 Attribute that indicates the request id of the SOA composite when the item was deleted using delete group. If the item was deleted using a ESS then this attribute indicates the ESS request id.
DELETE_ENTITY_ID NUMBER 18 Yes Attribute that indicates the foreign key reference to the egp_delete_entities table. If the item is not deleted using the delete groups, then -1 will be default value..
ENTITY_TYPE VARCHAR2 4000 Attribute that indicates the entity that got deleted.
DELETE_MODE VARCHAR2 2 Attribute indicating the deletion mode of the items that were deleted.
PK1_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing inventory_item_id of the item that is deleted using delete group.
PK2_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing organization_id of the item that is deleted using delete group.
PK3_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing any other identifiers from other tables
PK4_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing any other identifiers from other tables
PK5_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing any other identifiers from other tables
ALT_KEY_1_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_2_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_3_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_4_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_5_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_6_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_7_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_8_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_9_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_10_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_11_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_12_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_13_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_14_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_15_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_16_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_17_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_18_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_19_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_20_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_21_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_22_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_23_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_24_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_25_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_26_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_27_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_28_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_29_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_30_VALUE VARCHAR2 4000 Attribute indicating the Identifier representing alternate identifiers from other tables
ALT_KEY_LONG_VALUE CLOB Attribute indicating the Identifier representing alternate identifiers from other tables
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_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.
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.

Indexes

Index Uniqueness Tablespace Columns
EGO_BULK_DELETE_RECORDS_N1 Non Unique Default DELETE_GROUP_ID, REQUEST_INSTANCE_ID, ENTITY_TYPE
EGO_BULK_DELETE_RECORDS_N2 Non Unique Default LAST_UPDATE_DATE
EGO_BULK_DELETE_RECORDS_U1 Unique Default DELETE_ENTITY_ROW_ID