CN_TP_SIM_PC_RESULTS_ALL
This table stores Calculation Simulations results aggregated at plan component level.
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
cn_tp_sim_pc_results_all_PK |
SIM_PC_RESULT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SIM_PC_RESULT_ID | NUMBER | 18 | Yes | Unique identifier of the simulation's aggregated result by plan component. | |
| SIMULATION_ID | NUMBER | 18 | Yes | Identifier of the simulation associated to the row. | |
| ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
| SRP_COMP_PLAN_ID | NUMBER | 18 | Identifier of the association between the sales rep and the compensation plan related to the row. | ||
| COMP_PLAN_ID | NUMBER | 18 | Identifier of the compensation plan associated to the row. | ||
| PLAN_COMPONENT_ID | NUMBER | 18 | Identifier of the plan component associated to the row. | ||
| FORMULA_ID | NUMBER | 18 | Identifier of the incentive formula associated to the row. | ||
| PAY_PERIOD_ID | NUMBER | 18 | Identifier of the payment period associated to the row. | ||
| CURRENT_EARNINGS_SUM_CALC | NUMBER | The sum of the earnings in calculation currency already earned by a participant before the calculation simulation. | |||
| CURRENT_EARNINGS_SUM_HOME | NUMBER | The sum of the earnings in home currency already earned by a participant before the calculation simulation. | |||
| CURRENT_EARNINGS_SUM_FUNC | NUMBER | The sum of the earnings in functional currency already earned by a participant before the calculation simulation. | |||
| GAIN_SUM_CALC | NUMBER | The sum of the gain in calculation currency calculated during the calculation simulation. | |||
| GAIN_SUM_HOME | NUMBER | The sum of the gain in home currency calculated during the calculation simulation. | |||
| GAIN_SUM_FUNC | NUMBER | The sum of the gain in functional currency calculated during the calculation simulation. | |||
| CALC_CURRENCY_CODE | VARCHAR2 | 15 | Calculation currency code. | ||
| HOME_CURRENCY_CODE | VARCHAR2 | 15 | Participant's home currency code. | ||
| 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_SIM_PC_RESULTS_N1 | Non Unique | Default | SIMULATION_ID |
| CN_TP_SIM_PC_RESULTS_U1 | Unique | Default | SIM_PC_RESULT_ID |