EGP_DELETE_ENTITIES

EGP_DELETE_ENTITIES stores information about items, bills, or routings you choose to delete in your delete group. . Oracle Bills of Material stores the item number and description of the item you delete in ITEM_CONCAT_SEGMENTS and ITEM_DESCRIPTION. These values are stored to report and query on if you delete the item. . PRIOR_PROCESS_FLAG stores whether the row originates from the user or is automatically created by Oracle Bills of Material. If a user entered the row, the Delete Item User-exit process does not affect the row. . .

Details

  • Schema: FUSION

  • Object owner: EGP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGP_DELETE_ENTITIES_PK

DELETE_ENTITY_SEQUENCE_ID

Columns

Name Datatype Length Precision Not-null Comments
DELETE_ENTITY_SEQUENCE_ID NUMBER 18 Yes Delete entity unique identifier
DELETE_GROUP_SEQUENCE_ID NUMBER 18 Yes The Delete group unique identifier
ENTITY_SEQUENCE_NUMBER NUMBER 18 Ignore this column. Not used in Fusion.
DELETE_ENTITY_TYPE NUMBER 3 Type of delete entity like Item, Change Order etc
PK1_VALUE NUMBER 18 Unique identifier of the object that is added to the delete group.
PK2_VALUE NUMBER 18 Name of the structure added to delete group
PK3_VALUE NUMBER 18 List of all parties that provides a product in return for what may or may not require some type of payment.
PK4_VALUE NUMBER 18 This refers to all supplier addresses on the delete group page.
PK5_VALUE NUMBER 18 Unique identifier of the object that is added to the delete group.
DELETE_STATUS_TYPE NUMBER 1 Current status of the Delete Group
DELETE_DATE DATE Date indicating when the entity was deleted
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.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or 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.
PROGRAM_NAME VARCHAR2 30 Identifies the concurrent program
PROGRAM_APP_NAME VARCHAR2 50 Identifies the Application name spawning the Concurrent Request
THREAD_ITERATION NUMBER 18 This column indicates the iteration number of the thread through which the entity got deleted.

Foreign Keys

Table Foreign Table Foreign Key Column
EGP_DELETE_ENTITIES egp_delete_groups DELETE_GROUP_SEQUENCE_ID
egp_delete_errors egp_delete_entities DELETE_ENTITY_SEQUENCE_ID

Indexes

Index Uniqueness Tablespace Columns
EGP_DELETE_ENTITIES_N2 Non Unique FUSION_TS_TX_DATA DELETE_GROUP_SEQUENCE_ID, ENTITY_SEQUENCE_NUMBER
EGP_DELETE_ENTITIES_N3 Non Unique FUSION_TS_TX_DATA DELETE_GROUP_SEQUENCE_ID, THREAD_ITERATION
EGP_DELETE_ENTITIES_U1 Unique FUSION_TS_TX_DATA DELETE_ENTITY_SEQUENCE_ID