CN_RATE_DIM_TIERS_ALL
This is the table that holds all the tiers for the rate dimension.
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CN_RATE_DIM_TIERS_ALL_PK |
RATE_DIM_TIER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RATE_DIM_TIER_ID | NUMBER | 18 | Yes | RATE_DIM_TIER_ID | |
| 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. | |
| RATE_DIMENSION_ID | NUMBER | 18 | Yes | RATE_DIMENSION_ID | |
| ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| TIER_SEQUENCE | NUMBER | 9 | Yes | TIER_SEQUENCE | |
| DIM_UNIT_CODE | VARCHAR2 | 30 | DIM_UNIT_CODE | ||
| MINIMUM_AMOUNT | NUMBER | MINIMUM_AMOUNT | |||
| MAXIMUM_AMOUNT | NUMBER | MAXIMUM_AMOUNT | |||
| STRING_VALUE | VARCHAR2 | 30 | STRING_VALUE | ||
| MIN_EXP_ID | NUMBER | 18 | MIN_EXP_ID | ||
| MAX_EXP_ID | NUMBER | 18 | MAX_EXP_ID | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CN_RATE_DIM_TIERS_ALL | cn_rate_dimensions_all_b | RATE_DIMENSION_ID |
| CN_RATE_DIM_TIERS_ALL | cn_expressions_all_b | MIN_EXP_ID, ORG_ID |
| CN_RATE_DIM_TIERS_ALL | cn_expressions_all_b | MAX_EXP_ID, ORG_ID |
| cn_tp_measure_results_all | cn_rate_dim_tiers_all | TIER_SPLITS |
| cn_tp_earnings_all | cn_rate_dim_tiers_all | TIER_SPLITS |
| cn_sim_earnings_all | cn_rate_dim_tiers_all | TIER_SPLITS |
| cn_sim_measure_results_all | cn_rate_dim_tiers_all | TIER_SPLITS |
| cn_tp_earnings_all_h | cn_rate_dim_tiers_all | TIER_SPLITS |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CN_RATE_DIM_TIERS_ALL_N1 | Non Unique | Default | RATE_DIMENSION_ID |
| CN_RATE_DIM_TIERS_ALL_U1 | Unique | Default | RATE_DIM_TIER_ID |