CN_RS_RULES_HIERARCHY_CF_ALL

This table is a Rule Hierarchy column flattened table created for the otbi reports purpose only.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_RS_RULES_HIERARCHY_CF_PK

RULE_HIERARCHY_CF_ID

Columns

Name Datatype Length Precision Not-null Comments
RULE_HIERARCHY_CF_ID NUMBER 18 Yes CN_RS_RULE_HIERARCHY_CF_ID is primary key
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
BASE_RULE_ID NUMBER 18 Yes BASE_RULE_ID used to store the base rule id of the rule hierarchy
BASE_RULE_USAGE_ID NUMBER 18 Yes Rule usage id for identifying the base rule usage
TOP_RULE_ID NUMBER 18 Yes top rule id is used for storing the top rule id of the rule hierarchy
LEVEL_01_RULE_ID NUMBER 18 Yes LEVEL_01_RULE_ID is used for storing the level 1 rule id in the rule hierarchy
LEVEL_02_RULE_ID NUMBER 18 Yes LEVEL_02_RULE_ID is used for storing the level 2 rule id in the rule hierarchy
LEVEL_03_RULE_ID NUMBER 18 Yes LEVEL_03_RULE_ID is used for storing the level 3 rule id in the rule hierarchy
LEVEL_04_RULE_ID NUMBER 18 Yes LEVEL_04_RULE_ID is used for storing the level 4 rule id in the rule hierarchy
LEVEL_05_RULE_ID NUMBER 18 Yes LEVEL_05_RULE_ID is used for storing the level 5 rule id in the rule hierarchy
LEVEL_06_RULE_ID NUMBER 18 Yes LEVEL_06_RULE_ID is used for storing the level 6 rule id in the rule hierarchy
LEVEL_07_RULE_ID NUMBER 18 Yes LEVEL_07_RULE_ID is used for storing the level 7 rule id in the rule hierarchy
LEVEL_08_RULE_ID NUMBER 18 Yes LEVEL_08_RULE_ID is used for storing the level 8 rule id in the rule hierarchy
LEVEL_09_RULE_ID NUMBER 18 Yes LEVEL_09_RULE_ID is used for storing the level 9 rule id in the rule hierarchy
LEVEL_10_RULE_ID NUMBER 18 Yes LEVEL_10_RULE_ID is used for storing the level 10 rule id in the rule hierarchy
LEVEL_11_RULE_ID NUMBER 18 Yes LEVEL_11_RULE_ID is used for storing the level 11 rule id in the rule hierarchy
LEVEL_12_RULE_ID NUMBER 18 Yes LEVEL_12_RULE_ID is used for storing the level 12 rule id in the rule hierarchy
LEVEL_13_RULE_ID NUMBER 18 Yes LEVEL_13_RULE_ID is used for storing the level 13 rule id in the rule hierarchy
LEVEL_14_RULE_ID NUMBER 18 Yes LEVEL_14_RULE_ID is used for storing the level 14 rule id in the rule hierarchy
LEVEL_15_RULE_ID NUMBER 18 Yes LEVEL_15_RULE_ID is used for storing the level 15 rule id in the rule hierarchy
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_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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.

Foreign Keys

Table Foreign Table Foreign Key Column
CN_RS_RULES_HIERARCHY_CF_ALL cn_rs_rules_all_b BASE_RULE_ID

Indexes

Index Uniqueness Tablespace Columns
CN_RS_RULES_HIERARCHY_CF_U1 Unique Default RULE_HIERARCHY_CF_ID
CN_RS_RULES_HIERARCHY_CF_U2 Unique Default BASE_RULE_ID