CN_RS_DENORM_RULES_ALL
This table uses to store denorm rules for transaction processing
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CN_RS_DEN_RUL_ALL_PK |
RULE_ID, RELATED_RULE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| USAGE_ID | NUMBER | Yes | FK to the table cn_rs_usages_all_b. | ||
| RULE_ID | NUMBER | Yes | FK to cn_rs_rules_all_b | ||
| ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| ABSOLUTE_RANK | NUMBER | Absolute rank | |||
| RELATIVE_RANK | NUMBER | Relative rank | |||
| RELATED_RULE_ID | NUMBER | Yes | Related rule id | ||
| START_DATE | DATE | Start date | |||
| END_DATE | DATE | End date | |||
| RANK | NUMBER | rank | |||
| LEVEL_FROM_ROOT | NUMBER | level from root | |||
| LEVEL_FROM_PARENT | NUMBER | level from parent | |||
| IMMEDIATE_PARENT_FLAG | VARCHAR2 | 1 | immediate parent flag | ||
| TOP_LEVEL_RULE_ID | NUMBER | top level rule id | |||
| NUM_WINNERS | NUMBER | number of winner | |||
| 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_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. | |
| 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. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CN_RS_DENORM_RULES_ALL | cn_rs_rules_all_b | RULE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CN_RS_DENORM_RULES_N1 | Non Unique | Default | RULE_ID, START_DATE, END_DATE |
| CN_RS_DENORM_RULES_N2 | Non Unique | Default | RELATED_RULE_ID, START_DATE, END_DATE |
| CN_RS_DENORM_RULES_N3 | Non Unique | Default | RULE_ID, USAGE_ID, LEVEL_FROM_ROOT, NUM_WINNERS |
| CN_RS_DENORM_RULES_N4 | Non Unique | Default | TOP_LEVEL_RULE_ID |
| CN_RS_DENORM_RULES_U1 | Unique | Default | RULE_ID, RELATED_RULE_ID |