EGO_RL_RULE_IMPACT_ENTITIES
Stores the entities used by a rules impact analysis row.
Details
-
Schema: FUSION
-
Object owner: EGO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
Name | Columns |
---|---|
EGO_RL_RULE_IMPACT_ENTITIES_PK |
SIMULATION_ITEM_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments | Status |
---|---|---|---|---|---|---|
SIMULATION_ITEM_ID | NUMBER | 18 | Yes | Identifier which uniquely identified the combination of PK1_Value , PK2_Value and Simulation_Id. | Active | |
SIMULATION_ID | NUMBER | 18 | Yes | Simualtion Identifier corrosponding to particular batch of items. | Active | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
OBJ_NAME | VARCHAR2 | 30 | Identifies the Object for which the simulation is to be run | |||
PK1_VALUE | NUMBER | 18 | Specifies part of the primary key of the entity. | |||
PK2_VALUE | NUMBER | 18 | Specifies part of the primary key of the entity. | |||
PK3_VALUE | NUMBER | 18 | Specifies part of the primary key of the entity. | |||
PK4_VALUE | NUMBER | 18 | Specifies part of the primary key of the entity. | |||
PK5_VALUE | NUMBER | 18 | Specifies part of the primary key of the entity. | |||
THREAD_NUM | NUMBER | 18 | Thread that the entity should be processed in during the impact analysis run. | |||
BATCH_NUM | NUMBER | 18 | Batch that the entity should be processed in within its thread. | |||
PROCESSED | VARCHAR2 | 1 | Tracks if rules have been run for this entity in the current simulation. | |||
BATCH_PROCESS_TIME | NUMBER | 18 | Time in miliseconds spent processing the batch. | |||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | |||
ORDER_IN_BATCH | NUMBER | 18 | The order the entity should be processed within its batch. | |||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active | ||
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. | Active | |
SAVED_SEARCH_CODE | VARCHAR2 | 64 | Internal Name of the saved-search used also as view-criteria name. | |||
SAVED_SEARCH_NAME | VARCHAR2 | 64 | Display Name of saved-search entity. | |||
SAVED_SEARCH_DESCRIPTION | VARCHAR2 | 64 | User entered description for the saved-search entity. | |||
GLOBAL_SS_FLAG | VARCHAR2 | 1 | Flag that identifies a Global Saved Search vs a User Saved Search. | |||
SS_ITEM_FLAG | VARCHAR2 | 1 | Flag that differentiates a user added Item entity vs saved-search created Item entity. | |||
SS_ITEM_CLASS_CODE | VARCHAR2 | 800 | Item Class Code for the Saved Search entity. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
EGO_RL_RULE_IMPACT_ENTITIES | ego_rl_rule_impact_runs_b | SIMULATION_ID |
ego_rl_rule_impact_results | ego_rl_rule_impact_entities | SIMULATION_ITEM_ID |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
EGO_RL_RULE_IMPACT_ENTITIES_N1 | Non Unique | Default | SIMULATION_ID, THREAD_NUM | |
EGO_RL_RULE_IMPACT_ENTITIES_U1 | Unique | FUSION_TS_TX_IDX | SIMULATION_ID, SIMULATION_ITEM_ID | Active |
EGO_RL_RULE_IMPACT_ENTITIES_U2 | Unique | Default | SIMULATION_ITEM_ID |