Search Results pay_balance_dimensions
Overview
The PAY_BALANCE_DIMENSIONS table is a core configuration table within the Oracle E-Business Suite Payroll module (PAY). It serves as the master repository for defining the different contexts or "dimensions" in which payroll balances can be calculated and stored. A balance dimension defines the scope of summation for a balance, such as a calendar year-to-date, a payroll period-to-date, or an assignment-level lifetime total. This table is critical for the payroll engine's ability to accurately accumulate and report on earnings, deductions, and other payroll results across various timeframes and organizational contexts, forming the structural basis for all defined balances in the system.
Key Information Stored
The table stores the metadata that defines each unique summation context. Key columns include BALANCE_DIMENSION_ID (the primary key surrogate identifier), DIMENSION_NAME (the unique name of the dimension, often descriptive like "Assignment Lifetime to Date" or "Calendar Year to Date"), and LEGISLATION_CODE (which ties the dimension to a specific country's legislative requirements). The BUSINESS_GROUP_ID column allows for dimension definitions at the business group level. The table also maintains a foreign key, ROUTE_ID, which links to the FF_ROUTES table, indicating the FastFormula used by the payroll engine to determine the database period (e.g., specific payroll period or date range) for balance calculations when processing a run.
Common Use Cases and Queries
This table is primarily referenced during payroll configuration, balance definition, and complex reporting. A common use case is identifying all system-defined dimensions for a specific legislation to understand available balance contexts. For troubleshooting or auditing, one might query which dimensions are used by specific defined balances. A typical reporting query joins PAY_BALANCE_DIMENSIONS to PAY_DEFINED_BALANCES to list all balances and their calculation dimensions.
- Listing dimensions for a legislation:
SELECT dimension_name, balance_dimension_id FROM pay_balance_dimensions WHERE legislation_code = 'US'; - Finding dimensions used by a specific balance feed:
SELECT pbd.dimension_name FROM pay_balance_dimensions pbd, pay_defined_balances pdb WHERE pdb.balance_dimension_id = pbd.balance_dimension_id AND pdb.defined_balance_id = &balance_id;
Related Objects
The PAY_BALANCE_DIMENSIONS table has integral relationships with several other payroll tables, as documented by its foreign key constraints.
- PAY_DEFINED_BALANCES: A defined balance must be associated with a single dimension. Joined via PAY_DEFINED_BALANCES.BALANCE_DIMENSION_ID.
- PAY_DIMENSION_ROUTES: This table uses PAY_BALANCE_DIMENSIONS twice. It links a balance dimension (BALANCE_DIMENSION_ID) to the specific run dimension (RUN_DIMENSION_ID) that controls the period for payroll runs.
- PAY_BAL_ATTRIBUTE_DEFAULTS: Stores default values for balance attributes specific to a dimension. Joined via PAY_BAL_ATTRIBUTE_DEFAULTS.BALANCE_DIMENSION_ID.
- FF_ROUTES: Contains the FastFormula used to determine the database period for the dimension. Joined via PAY_BALANCE_DIMENSIONS.ROUTE_ID.
-
Table: PAY_BALANCE_DIMENSIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BALANCE_DIMENSIONS, object_name:PAY_BALANCE_DIMENSIONS, status:VALID, product: PAY - Payroll , description: Information allowing the summation of a balance. , implementation_dba_data: HR.PAY_BALANCE_DIMENSIONS ,
-
Table: PAY_BALANCE_DIMENSIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BALANCE_DIMENSIONS, object_name:PAY_BALANCE_DIMENSIONS, status:VALID, product: PAY - Payroll , description: Information allowing the summation of a balance. , implementation_dba_data: HR.PAY_BALANCE_DIMENSIONS ,
-
Table: PAY_DIMENSION_ROUTES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_DIMENSION_ROUTES, object_name:PAY_DIMENSION_ROUTES, status:VALID, product: PAY - Payroll , description: Stores balance dimension relationships. , implementation_dba_data: HR.PAY_DIMENSION_ROUTES ,
-
Table: PAY_DIMENSION_ROUTES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_DIMENSION_ROUTES, object_name:PAY_DIMENSION_ROUTES, status:VALID, product: PAY - Payroll , description: Stores balance dimension relationships. , implementation_dba_data: HR.PAY_DIMENSION_ROUTES ,
-
Table: PAY_DEFINED_BALANCES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_DEFINED_BALANCES, object_name:PAY_DEFINED_BALANCES, status:VALID, product: PAY - Payroll , description: Intersection between PAY_BALANCE_TYPES and PAY_BALANCE_DIMENSIONS. , implementation_dba_data: HR.PAY_DEFINED_BALANCES ,
-
Table: PAY_DEFINED_BALANCES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_DEFINED_BALANCES, object_name:PAY_DEFINED_BALANCES, status:VALID, product: PAY - Payroll , description: Intersection between PAY_BALANCE_TYPES and PAY_BALANCE_DIMENSIONS. , implementation_dba_data: HR.PAY_DEFINED_BALANCES ,
-
View: PAY_US_W2_BOX14_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_W2_BOX14_V, object_name:PAY_US_W2_BOX14_V, status:VALID, product: PAY - Payroll , description: Used in W2 Report. , implementation_dba_data: APPS.PAY_US_W2_BOX14_V ,
-
View: PAY_US_W2_BOX14_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_W2_BOX14_V, object_name:PAY_US_W2_BOX14_V, status:VALID, product: PAY - Payroll , description: Used in W2 Report. , implementation_dba_data: APPS.PAY_US_W2_BOX14_V ,
-
View: PAY_US_OTHER_W2C_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_OTHER_W2C_V, object_name:PAY_US_OTHER_W2C_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_OTHER_W2C_V ,
-
View: PAY_US_OTHER_W2C_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_OTHER_W2C_V, object_name:PAY_US_OTHER_W2C_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_OTHER_W2C_V ,
-
View: PAY_PAYGBBAL_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYGBBAL_VALUES_V, object_name:PAY_PAYGBBAL_VALUES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_PAYGBBAL_VALUES_V ,
-
View: PAY_PAYGBBAL_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYGBBAL_VALUES_V, object_name:PAY_PAYGBBAL_VALUES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_PAYGBBAL_VALUES_V ,
-
View: PAY_IE_BALANCE_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_BALANCE_VALUES_V, object_name:PAY_IE_BALANCE_VALUES_V, status:VALID, product: PAY - Payroll , description: Used for displaying Balance values in IE SOE Form , implementation_dba_data: APPS.PAY_IE_BALANCE_VALUES_V ,
-
Table: PAY_BAL_ATTRIBUTE_DEFAULTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BAL_ATTRIBUTE_DEFAULTS, object_name:PAY_BAL_ATTRIBUTE_DEFAULTS, status:VALID, product: PAY - Payroll , description: Balance attribution defaulted according to values in this table. , implementation_dba_data: HR.PAY_BAL_ATTRIBUTE_DEFAULTS ,
-
View: PAY_IE_BALANCE_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IE_BALANCE_VALUES_V, object_name:PAY_IE_BALANCE_VALUES_V, status:VALID, product: PAY - Payroll , description: Used for displaying Balance values in IE SOE Form , implementation_dba_data: APPS.PAY_IE_BALANCE_VALUES_V ,
-
Table: PAY_BAL_ATTRIBUTE_DEFAULTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BAL_ATTRIBUTE_DEFAULTS, object_name:PAY_BAL_ATTRIBUTE_DEFAULTS, status:VALID, product: PAY - Payroll , description: Balance attribution defaulted according to values in this table. , implementation_dba_data: HR.PAY_BAL_ATTRIBUTE_DEFAULTS ,
-
View: PAY_DEFINED_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_DEFINED_BALANCES_V, object_name:PAY_DEFINED_BALANCES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_DEFINED_BALANCES_V ,
-
View: PAY_DEFINED_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_DEFINED_BALANCES_V, object_name:PAY_DEFINED_BALANCES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_DEFINED_BALANCES_V ,
-
View: PAY_PURGE_ROLLUP_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PURGE_ROLLUP_BALANCES_V, object_name:PAY_PURGE_ROLLUP_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_PURGE_ROLLUP_BALANCES_V ,
-
View: PAY_HK_BALANCES_BY_DATE_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_BALANCES_BY_DATE_V2, object_name:PAY_HK_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_BALANCES_BY_DATE_V2 ,
-
View: PAY_HK_BALANCES_BY_DATE_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_HK_BALANCES_BY_DATE_V2, object_name:PAY_HK_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , description: Hong Kong localisation view. , implementation_dba_data: APPS.PAY_HK_BALANCES_BY_DATE_V2 ,
-
View: PAY_PURGE_ROLLUP_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PURGE_ROLLUP_BALANCES_V, object_name:PAY_PURGE_ROLLUP_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_PURGE_ROLLUP_BALANCES_V ,
-
View: PAY_PAYNZBAL_VALUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYNZBAL_VALUES_V, object_name:PAY_PAYNZBAL_VALUES_V, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_PAYNZBAL_VALUES_V ,
-
View: PAY_PAYNZBAL_VALUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_PAYNZBAL_VALUES_V, object_name:PAY_PAYNZBAL_VALUES_V, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_PAYNZBAL_VALUES_V ,
-
View: PAY_BALANCE_DEFINED_DIMENSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BALANCE_DEFINED_DIMENSIONS, object_name:PAY_BALANCE_DEFINED_DIMENSIONS, status:VALID, product: PAY - Payroll , description: - Retrofitted , implementation_dba_data: APPS.PAY_BALANCE_DEFINED_DIMENSIONS ,
-
View: PAYLV_BALANCE_DIMENSION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYLV_BALANCE_DIMENSION_V, object_name:PAYLV_BALANCE_DIMENSION_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYLV_BALANCE_DIMENSION_V ,
-
View: PAYLV_BALANCE_DIMENSION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYLV_BALANCE_DIMENSION_V, object_name:PAYLV_BALANCE_DIMENSION_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYLV_BALANCE_DIMENSION_V ,
-
View: PAY_BALANCE_DEFINED_DIMENSIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BALANCE_DEFINED_DIMENSIONS, object_name:PAY_BALANCE_DEFINED_DIMENSIONS, status:VALID, product: PAY - Payroll , description: - Retrofitted , implementation_dba_data: APPS.PAY_BALANCE_DEFINED_DIMENSIONS ,
-
View: PAY_BALANCE_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BALANCE_ATTRIBUTES_V, object_name:PAY_BALANCE_ATTRIBUTES_V, status:VALID, product: PAY - Payroll , description: Supports user interface for balance attributes , implementation_dba_data: APPS.PAY_BALANCE_ATTRIBUTES_V ,
-
View: PAY_BALANCE_DIMENSIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BALANCE_DIMENSIONS_VL, object_name:PAY_BALANCE_DIMENSIONS_VL, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_BALANCE_DIMENSIONS_VL ,
-
View: PAY_BALANCE_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BALANCE_ATTRIBUTES_V, object_name:PAY_BALANCE_ATTRIBUTES_V, status:VALID, product: PAY - Payroll , description: Supports user interface for balance attributes , implementation_dba_data: APPS.PAY_BALANCE_ATTRIBUTES_V ,
-
View: PAY_CA_RB_SUPP_EARNINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_RB_SUPP_EARNINGS_V, object_name:PAY_CA_RB_SUPP_EARNINGS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_RB_SUPP_EARNINGS_V ,
-
View: PAY_AU_BALANCES_BY_DATE_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_BALANCES_BY_DATE_V2, object_name:PAY_AU_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_BALANCES_BY_DATE_V2 ,
-
View: PAY_BALANCE_DIMENSIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_BALANCE_DIMENSIONS_VL, object_name:PAY_BALANCE_DIMENSIONS_VL, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_BALANCE_DIMENSIONS_VL ,
-
View: PAY_AU_BALANCES_BY_DATE_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_AU_BALANCES_BY_DATE_V2, object_name:PAY_AU_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , description: Australian localisation view. , implementation_dba_data: APPS.PAY_AU_BALANCES_BY_DATE_V2 ,
-
View: PAY_CA_RB_SUPP_EARNINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_RB_SUPP_EARNINGS_V, object_name:PAY_CA_RB_SUPP_EARNINGS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_RB_SUPP_EARNINGS_V ,
-
View: PAY_NZ_BALANCES_BY_DATE_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_BALANCES_BY_DATE_V2, object_name:PAY_NZ_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_NZ_BALANCES_BY_DATE_V2 ,
-
View: PAY_NZ_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_BALANCES_V, object_name:PAY_NZ_BALANCES_V, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_NZ_BALANCES_V ,
-
View: PAY_NZ_BALANCES_BY_DATE_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_BALANCES_BY_DATE_V2, object_name:PAY_NZ_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_NZ_BALANCES_BY_DATE_V2 ,
-
View: PAY_JP_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_BALANCES_V, object_name:PAY_JP_BALANCES_V, status:VALID, product: PAY - Payroll , description: This is a balance view. This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_BALANCES_V ,
-
View: PAY_GB_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_BALANCES_V, object_name:PAY_GB_BALANCES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_GB_BALANCES_V ,
-
View: PAY_GB_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_BALANCES_V, object_name:PAY_GB_BALANCES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_GB_BALANCES_V ,
-
View: PAY_NZ_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_NZ_BALANCES_V, object_name:PAY_NZ_BALANCES_V, status:VALID, product: PAY - Payroll , description: New Zealand localisation view. , implementation_dba_data: APPS.PAY_NZ_BALANCES_V ,
-
View: PAY_DEFINED_BALANCES_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_DEFINED_BALANCES_V2, object_name:PAY_DEFINED_BALANCES_V2, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_DEFINED_BALANCES_V2 ,
-
View: PAY_RUN_BALANCE_STATUS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_RUN_BALANCE_STATUS_V, object_name:PAY_RUN_BALANCE_STATUS_V, status:VALID, product: PAY - Payroll , description: Holds details about defined balances that are marked to store run balances , implementation_dba_data: APPS.PAY_RUN_BALANCE_STATUS_V ,
-
View: PAY_JP_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_JP_BALANCES_V, object_name:PAY_JP_BALANCES_V, status:VALID, product: PAY - Payroll , description: This is a balance view. This view is used for Japanese localization only. , implementation_dba_data: APPS.PAY_JP_BALANCES_V ,
-
View: PAY_DEFINED_BALANCES_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_DEFINED_BALANCES_V2, object_name:PAY_DEFINED_BALANCES_V2, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_DEFINED_BALANCES_V2 ,
-
View: PAY_RUN_BALANCE_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_RUN_BALANCE_STATUS_V, object_name:PAY_RUN_BALANCE_STATUS_V, status:VALID, product: PAY - Payroll , description: Holds details about defined balances that are marked to store run balances , implementation_dba_data: APPS.PAY_RUN_BALANCE_STATUS_V ,
-
View: PAY_GB_BALANCES_BY_DATE_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_BALANCES_BY_DATE_V2, object_name:PAY_GB_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_BALANCES_BY_DATE_V2 ,
-
View: PAY_GB_BALANCES_BY_DATE_V2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_GB_BALANCES_BY_DATE_V2, object_name:PAY_GB_BALANCES_BY_DATE_V2, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_GB_BALANCES_BY_DATE_V2 ,