EGO_RL_RULE_IMPACT_RUNS_B

Stores rows of rules impact analysis runs.

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EGO_RL_RULE_IMPACT_RUNS_B_PK

SIMULATION_ID

Columns

Name Datatype Length Precision Not-null Comments
SIMULATION_CODE VARCHAR2 50 Yes Code to identify a simulation run.
IMPORT_STATUS VARCHAR2 20 Status of Import process launched Rules Impact.
AUTO_UPDATE_REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the Item Import job when PROCESS_PROD_ITEMS_FLAG is 'Y' (Perform Auto Updates on Production Items).
AUTO_UPDATE_BATCH_ID NUMBER 18 The batch ID of the Item Import job when PROCESS_PROD_ITEMS_FLAG is 'Y' (Perform Auto Updates on Production Items).
PROCESS_PROD_ITEMS_FLAG VARCHAR2 1 Flag indicates whether the simulation results must be pushed to Production.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
SUBMITTED_BY VARCHAR2 64 The identifier of the user who sumitted the simulation run
SUBMITTED_DATE TIMESTAMP The date the simulation run was submitted
SIMULATION_ID NUMBER 18 Yes Simulation Identifier corresponding to particular batch of items
STATUS VARCHAR2 20 Yes Status of the Simulation Run launched by Rules Impact
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
ego_rl_rule_impact_runs_tl ego_rl_rule_impact_runs_b SIMULATION_ID
ego_rl_rule_impact_entities ego_rl_rule_impact_runs_b SIMULATION_ID

Indexes

Index Uniqueness Tablespace Columns
EGO_RL_RULE_IMPACT_RUNS_U1 Unique Default SIMULATION_CODE
EGO_RL_RULE_IMPACT_RUNS_U2 Unique Default SIMULATION_ID