Search Results cn_rate_dimensions_all
Overview
The CN_RATE_DIMENSIONS_ALL table is a core data object within the Oracle E-Business Suite Incentive Compensation (CN) module. It serves as the master repository for defining rate dimensions, which are the key business variables or metrics used to calculate compensation rates and commissions. These dimensions form the foundational axes of a multi-dimensional rate matrix, enabling the creation of complex, tiered incentive plans based on performance against multiple criteria. Its role is critical for configuring the compensation engine's logic, as rate dimensions are referenced by rate schedules and their associated tiers to determine final payout percentages or amounts.
Key Information Stored
While the provided ETRM excerpt does not list specific columns, the primary key and foreign key relationships indicate the core data structure. The central column is RATE_DIMENSION_ID, a unique system-generated identifier for each dimension definition. Based on standard module functionality, typical columns would include a name (e.g., DIMENSION_NAME), a description, and attributes defining the dimension's data type (e.g., numeric range, discrete values), ordering, and status. The table is multi-org enabled, as indicated by the "_ALL" suffix, meaning it stores data for multiple operating units, with an ORG_ID column controlling data access and security.
Common Use Cases and Queries
This table is primarily accessed during the design and administration of compensation plans. Common use cases include listing all available dimensions for building a new rate schedule, auditing dimension definitions, and troubleshooting rate calculation issues by tracing the dimension back to its source data. A typical reporting query would join this table to its related schedule mapping table to analyze which dimensions are used in active plans.
SELECT rd.dimension_name, rd.description, rsd.rate_schedule_id
FROM cn_rate_dimensions_all rd,
cn_rate_sch_dims_all rsd
WHERE rd.rate_dimension_id = rsd.rate_dimension_id
AND rd.org_id = :p_org_id
AND rsd.org_id = :p_org_id;
Related Objects
The table maintains documented foreign key relationships with two critical child tables, as per the provided metadata:
- CN_RATE_DIM_TIERS_ALL: This table stores the specific threshold values or levels (tiers) defined for a given rate dimension. It joins to CN_RATE_DIMENSIONS_ALL via the RATE_DIMENSION_ID column.
- CN_RATE_SCH_DIMS_ALL: This table acts as a mapping or junction table, linking rate dimensions to specific rate schedules. It also joins to CN_RATE_DIMENSIONS_ALL via the RATE_DIMENSION_ID column, defining which dimensions are used in a particular compensation plan structure.
These relationships establish a hierarchy where a dimension (CN_RATE_DIMENSIONS_ALL) can have multiple tiers (CN_RATE_DIM_TIERS_ALL) and can be associated with multiple rate schedules (via CN_RATE_SCH_DIMS_ALL).
-
Table: CN_RATE_DIMENSIONS_ALL
12.1.1
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_RATE_DIMENSIONS_ALL, object_name:CN_RATE_DIMENSIONS_ALL, status:VALID, product: CN - Incentive Compensation , description: Contains information about rate dimensions. , implementation_dba_data: CN.CN_RATE_DIMENSIONS_ALL ,
-
Table: CN_RATE_DIMENSIONS_ALL
12.2.2
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_RATE_DIMENSIONS_ALL, object_name:CN_RATE_DIMENSIONS_ALL, status:VALID, product: CN - Incentive Compensation , description: Contains information about rate dimensions. , implementation_dba_data: CN.CN_RATE_DIMENSIONS_ALL ,
-
APPS.CN_PLANCOPY_UTIL_PVT dependencies on CN_RATE_DIMENSIONS_ALL
12.2.2
-
APPS.CN_MULTI_RATE_SCHEDULES_PVT dependencies on CN_RATE_DIMENSIONS_ALL
12.1.1
-
APPS.CN_PLANCOPY_UTIL_PVT dependencies on CN_RATE_DIMENSIONS_ALL
12.1.1
-
APPS.CN_FORMULA_COMMON_PKG dependencies on CN_RATE_DIMENSIONS_ALL
12.2.2
-
APPS.CN_FORMULA_GEN_PKG dependencies on CN_RATE_DIMENSIONS_ALL
12.1.1
-
APPS.CN_FORMULA_COMMON_PKG dependencies on CN_RATE_DIMENSIONS_ALL
12.1.1
-
APPS.CN_MULTI_RATE_SCHEDULES_PVT dependencies on CN_RATE_DIMENSIONS_ALL
12.2.2
-
APPS.CN_FORMULA_GEN_PKG dependencies on CN_RATE_DIMENSIONS_ALL
12.2.2
-
APPS.CN_FORMULA_GEN_PKG dependencies on CN_RATE_SCH_DIMS_ALL
12.2.2
-
SYNONYM: APPS.CN_RATE_DIMENSIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CN_RATE_DIMENSIONS_ALL, status:VALID,
-
VIEW: CN.CN_RATE_DIMENSIONS_ALL#
12.2.2
owner:CN, object_type:VIEW, object_name:CN_RATE_DIMENSIONS_ALL#, status:VALID,
-
APPS.CN_FORMULA_GEN_PKG dependencies on CN_RATE_SCH_DIMS_ALL
12.1.1
-
APPS.CN_MULTI_RATE_SCHEDULES_PVT dependencies on CN_RATE_DIM_TIERS_ALL
12.2.2
-
APPS.CN_MULTI_RATE_SCHEDULES_PVT dependencies on CN_CALC_SQL_EXPS
12.2.2
-
SYNONYM: APPS.CN_RATE_DIMENSIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CN_RATE_DIMENSIONS_ALL, status:VALID,
-
APPS.CN_MULTI_RATE_SCHEDULES_PVT dependencies on CN_RATE_DIM_TIERS_ALL
12.1.1
-
APPS.CN_MULTI_RATE_SCHEDULES_PVT dependencies on CN_CALC_SQL_EXPS
12.1.1
-
VIEW: CN.CN_RATE_DIMENSIONS_ALL#
12.2.2
-
APPS.CN_MULTI_RATE_SCHEDULES_PVT dependencies on CN_RATE_DIMENSIONS
12.1.1
-
APPS.CN_FORMULA_COMMON_PKG dependencies on CN_RATE_SCH_DIMS_ALL
12.2.2
-
APPS.CN_MULTI_RATE_SCHEDULES_PVT dependencies on CN_RATE_DIMENSIONS
12.2.2
-
APPS.CN_FORMULA_COMMON_PKG dependencies on CN_RATE_SCH_DIMS_ALL
12.1.1
-
Table: CN_RATE_SCH_DIMS_ALL
12.2.2
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_RATE_SCH_DIMS_ALL, object_name:CN_RATE_SCH_DIMS_ALL, status:VALID, product: CN - Incentive Compensation , description: Contains information about rate dimensions assigned to each rate table , implementation_dba_data: CN.CN_RATE_SCH_DIMS_ALL ,
-
Table: CN_RATE_DIM_TIERS_ALL
12.1.1
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_RATE_DIM_TIERS_ALL, object_name:CN_RATE_DIM_TIERS_ALL, status:VALID, product: CN - Incentive Compensation , description: Contains information about tiers for each rate dimension. , implementation_dba_data: CN.CN_RATE_DIM_TIERS_ALL ,
-
Table: CN_RATE_DIM_TIERS_ALL
12.2.2
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_RATE_DIM_TIERS_ALL, object_name:CN_RATE_DIM_TIERS_ALL, status:VALID, product: CN - Incentive Compensation , description: Contains information about tiers for each rate dimension. , implementation_dba_data: CN.CN_RATE_DIM_TIERS_ALL ,
-
Table: CN_RATE_SCH_DIMS_ALL
12.1.1
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_RATE_SCH_DIMS_ALL, object_name:CN_RATE_SCH_DIMS_ALL, status:VALID, product: CN - Incentive Compensation , description: Contains information about rate dimensions assigned to each rate table , implementation_dba_data: CN.CN_RATE_SCH_DIMS_ALL ,
-
TRIGGER: APPS.CN_RATE_DIM_TIERS_T1
12.2.2
owner:APPS, object_type:TRIGGER, object_name:CN_RATE_DIM_TIERS_T1, status:VALID,
-
TRIGGER: APPS.CN_RATE_DIM_TIERS_T1
12.1.1
owner:APPS, object_type:TRIGGER, object_name:CN_RATE_DIM_TIERS_T1, status:VALID,
-
APPS.CN_MULTI_RATE_SCHEDULES_PVT dependencies on CN_RATE_DIM_TIERS
12.1.1
-
APPS.CN_MULTI_RATE_SCHEDULES_PVT dependencies on CN_RATE_DIM_TIERS
12.2.2
-
PACKAGE BODY: APPS.CN_PLANCOPY_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CN_PLANCOPY_UTIL_PVT, status:VALID,
-
TABLE: CN.CN_RATE_DIMENSIONS_ALL
12.2.2
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_RATE_DIMENSIONS_ALL, object_name:CN_RATE_DIMENSIONS_ALL, status:VALID,
-
SYNONYM: APPS.CN_RATE_DIMENSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CN_RATE_DIMENSIONS, status:VALID,
-
SYNONYM: APPS.CN_RATE_DIMENSIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CN_RATE_DIMENSIONS, status:VALID,
-
PACKAGE BODY: APPS.CN_PLANCOPY_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CN_PLANCOPY_UTIL_PVT, status:VALID,
-
TABLE: CN.CN_RATE_DIMENSIONS_ALL
12.1.1
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_RATE_DIMENSIONS_ALL, object_name:CN_RATE_DIMENSIONS_ALL, status:VALID,
-
APPS.CN_PLANCOPY_UTIL_PVT dependencies on CN_CALC_FORMULAS_ALL
12.2.2
-
APPS.CN_PLANCOPY_UTIL_PVT dependencies on CN_CALC_FORMULAS_ALL
12.1.1
-
APPS.CN_PLANCOPY_UTIL_PVT dependencies on CN_CALC_SQL_EXPS_ALL
12.1.1
-
PACKAGE BODY: APPS.CN_FORMULA_GEN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CN_FORMULA_GEN_PKG, status:VALID,
-
PACKAGE BODY: APPS.CN_FORMULA_GEN_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CN_FORMULA_GEN_PKG, status:VALID,
-
PACKAGE BODY: APPS.CN_MULTI_RATE_SCHEDULES_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CN_MULTI_RATE_SCHEDULES_PVT, status:VALID,
-
PACKAGE BODY: APPS.CN_FORMULA_COMMON_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CN_FORMULA_COMMON_PKG, status:VALID,
-
PACKAGE BODY: APPS.CN_MULTI_RATE_SCHEDULES_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CN_MULTI_RATE_SCHEDULES_PVT, status:VALID,
-
TRIGGER: APPS.CN_RATE_DIM_TIERS_T1
12.2.2
-
PACKAGE BODY: APPS.CN_FORMULA_COMMON_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CN_FORMULA_COMMON_PKG, status:VALID,
-
APPS.CN_PLANCOPY_UTIL_PVT dependencies on CN_RATE_SCHEDULES_ALL
12.2.2
-
APPS.CN_PLANCOPY_UTIL_PVT dependencies on CN_RATE_SCHEDULES_ALL
12.1.1