EGO_RL_RULE_IMPACT_RESULTS
Stores the results of a rules impact analysis run.
Details
-
Schema: FUSION
-
Object owner: EGO
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
EGO_RL_RULE_IMPACT_RESULT_PK |
RULE_RESULT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| RULE_RESULT_ID | NUMBER | 18 | Yes | The primary key of the table. This is also the surrogate key for this entity. | Active | |
| SIMULATION_ITEM_ID | NUMBER | 18 | Yes | Identifier which uniquely identifies InventoryItemId,OrgId and SimulationId. Foreign key to EGO_RL_RULE_IMPACT_ENTITIES. | Active | |
| SIMULATION_ID | NUMBER | 18 | Yes | Foreign key to the parent row in EGO_RL_RULE_IMPACT_RUNS_B. | ||
| RULE_ID | NUMBER | 18 | Yes | Foreign key to the row in EGO_RL_USER_RULES_B. | Active | |
| SEVERITY | VARCHAR2 | 30 | Severity of the rule, for example warning, reject or needs approval. | Active | ||
| DEFAULT_CHANGE_ORDER_TYPE | VARCHAR2 | 30 | The default change order type for a Needs Approval validation rule | |||
| ENFORCE_CHANGE_ORDER_TYPE | VARCHAR2 | 1 | Specifies if the default change order type for a Needs Approval validation rule is optional or mandatory | |||
| ATTRIBUTE_ENTITY_NAME | VARCHAR2 | 30 | Modified attribute's entity name. | |||
| ATTRIBUTE_GROUP_NAME | VARCHAR2 | 80 | Modified attribute's group name. | |||
| ATTRIBUTE_NAME | VARCHAR2 | 60 | Attribute name which is altered during rule execution. | Active | ||
| OLD_VALUE | VARCHAR2 | 4000 | Value of an attribute before rule invocation. | Active | ||
| NEW_VALUE | VARCHAR2 | 4000 | Value of an attribute after rule invocation. | Active | ||
| USER_MESSAGE | VARCHAR2 | 4000 | Message prompted to user when a validation condition fails or an assignment rule updates an attribute. | Active | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| 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 |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| EGO_RL_RULE_IMPACT_RESULTS | ego_rl_rule_impact_entities | SIMULATION_ITEM_ID |
| ego_rl_rule_impact_child_ents | ego_rl_rule_impact_results | RULE_RESULT_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| EGO_RL_RULE_IMPACT_RESULTS_U1 | Unique | Default | RULE_RESULT_ID |
| EGO_RL_RULE_IMPACT_RES_N1 | Non Unique | Default | SIMULATION_ID |