CN_TP_RATE_TIER_SPLITS_ALL
This table stores the intermediate calculation results for rate dimensions using split option.
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CN_TP_RATE_TIER_SPLITS_ALL_PK |
RATE_TIER_SPLIT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RATE_TIER_SPLIT_ID | NUMBER | 18 | Yes | Unique identifier of rate tier split. | |
| ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| MEASURE_RESULT_ID | NUMBER | 18 | When the record is related to the calculation of a performance measure, this columns contains the identifier of the related measure result. | ||
| EARNING_ID | NUMBER | 18 | When the record is related to the calculation of a plan component, this columns contains the identifier of the related earning. | ||
| PERIOD_ID | NUMBER | 18 | Identifier of the period of the calculation result related to this record. | ||
| PARTICIPANT_ID | NUMBER | 18 | Identifier of the sales rep of the calculation result related to this record. | ||
| SRP_COMP_PLAN_ID | NUMBER | 18 | Identifier of the sales rep and compensation plan association. | ||
| PLAN_COMPONENT_ID | NUMBER | 18 | Identifier of the plan component of the calculation result related to this record. | ||
| FORMULA_ID | NUMBER | 18 | Identifier of the formula of the calculation result related to this record. | ||
| RATE_TABLE_ID | NUMBER | 18 | Identifier of the rate table. | ||
| RATE_DIMENSION_ID | NUMBER | 18 | Identifier of the rate dimension. | ||
| RATE_TABLE_VALUE_ID | NUMBER | 18 | Identifier of the rate table value. | ||
| TIER_MINIMUM_AMOUNT | NUMBER | Minimum amount of the rate dimension tier. If the dimension is of type expression, this column contains the evaluated amount at the time of the calculation. | |||
| TIER_MAXIMUM_AMOUNT | NUMBER | Maximum amount of the rate dimension tier. If the dimension is of type expression, this column contains the evaluated amount at the time of the calculation. | |||
| TIER_RATE | NUMBER | The commission result assigned to the dimension tier. | |||
| TIER_SEQUENCE | NUMBER | 9 | The number of the tier. | ||
| INPUT_BASE_AMOUNT | NUMBER | The input amount that has been used in previous dimension tiers. | |||
| INPUT_AMOUNT | NUMBER | The input amount received for the calculation before splitting. | |||
| INPUT_USED_IN_TIER | NUMBER | The split input amount used to calculate the output of the current tier. | |||
| SPLIT_RATE | NUMBER | The part of the blended rate coming from this tier. | |||
| 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. | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CN_TP_RATE_TIER_SPLITS_N1 | Non Unique | Default | MEASURE_RESULT_ID |
| CN_TP_RATE_TIER_SPLITS_N2 | Non Unique | Default | EARNING_ID |
| CN_TP_RATE_TIER_SPLITS_U1 | Unique | Default | RATE_TIER_SPLIT_ID |