Search Results pay_balance_attributes
Overview
The PAY_BALANCE_ATTRIBUTES table is a core configuration table within the Oracle E-Business Suite Payroll module (PAY). It functions as a critical junction table that defines the relationship between balance attributes and defined balances. In Oracle Payroll, a defined balance is a specific accumulation of values, such as "Regular Earnings Paid Year-to-Date." Balance attributes are the individual components or dimensions that can feed into these balances, such as a specific earnings type or deduction classification. This table's primary role is to map which attributes contribute to which defined balances, thereby establishing the fundamental rules for how payroll results are aggregated and reported. Its configuration directly impacts gross-to-net calculations, retroactive pay processing, and statutory reporting.
Key Information Stored
The table stores the essential links between attribute definitions and balance definitions. Its key columns, as defined by its primary and unique keys, are:
- BALANCE_ATTRIBUTE_ID: The primary key identifier for each mapping record.
- ATTRIBUTE_ID: A foreign key referencing PAY_BAL_ATTRIBUTE_DEFINITIONS. This identifies the specific payroll element classification or input value being mapped.
- DEFINED_BALANCE_ID: A foreign key referencing PAY_DEFINED_BALANCES. This identifies the target balance to which the attribute contributes.
- BUSINESS_GROUP_ID and LEGISLATION_CODE: Standard Oracle HRMS columns that provide multi-organization and legislative context, allowing for country-specific and client-specific balance attribute mappings.
Common Use Cases and Queries
This table is central to payroll data integrity and reporting. A primary use case is troubleshooting balance calculations; if a balance is not accumulating as expected, consultants will query this table to verify that the necessary earnings or deduction attributes are correctly mapped. It is also critical during implementations when defining custom balances. A typical diagnostic query would join to the related definition tables to list all attributes feeding a specific balance:
SELECT pba.attribute_id, pbad.attribute_name, pba.defined_balance_id, pdb.defined_balance_name
FROM pay_balance_attributes pba,
pay_bal_attribute_definitions pbad,
pay_defined_balances pdb
WHERE pba.attribute_id = pbad.attribute_id
AND pba.defined_balance_id = pdb.defined_balance_id
AND pdb.defined_balance_name = 'Regular Earnings YTD';
Conversely, to see all balances a particular attribute impacts, one would filter on the ATTRIBUTE_ID. This data is foundational for any custom reports that need to explain the composition of a payroll balance.
Related Objects
PAY_BALANCE_ATTRIBUTES sits at the intersection of two major payroll definition entities, as evidenced by its documented foreign key relationships:
- PAY_BAL_ATTRIBUTE_DEFINITIONS: Related via the ATTRIBUTE_ID column. This table holds the master definition of all balance attributes available in the system.
- PAY_DEFINED_BALANCES: Related via the DEFINED_BALANCE_ID column. This table holds the master definition of all balances configured within the payroll.
-
Table: PAY_BALANCE_ATTRIBUTES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BALANCE_ATTRIBUTES, object_name:PAY_BALANCE_ATTRIBUTES, status:VALID, product: PAY - Payroll , description: Holds mappings between attributes and defined balances. , implementation_dba_data: HR.PAY_BALANCE_ATTRIBUTES ,
-
Table: PAY_BALANCE_ATTRIBUTES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BALANCE_ATTRIBUTES, object_name:PAY_BALANCE_ATTRIBUTES, status:VALID, product: PAY - Payroll , description: Holds mappings between attributes and defined balances. , implementation_dba_data: HR.PAY_BALANCE_ATTRIBUTES ,
-
Table: PAY_BAL_ATTRIBUTE_DEFINITIONS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BAL_ATTRIBUTE_DEFINITIONS, object_name:PAY_BAL_ATTRIBUTE_DEFINITIONS, status:VALID, product: PAY - Payroll , description: Balance attributes help to identify which balances should be usedin which reports. , implementation_dba_data: HR.PAY_BAL_ATTRIBUTE_DEFINITIONS ,
-
Table: PAY_BAL_ATTRIBUTE_DEFINITIONS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BAL_ATTRIBUTE_DEFINITIONS, object_name:PAY_BAL_ATTRIBUTE_DEFINITIONS, status:VALID, product: PAY - Payroll , description: Balance attributes help to identify which balances should be usedin which reports. , implementation_dba_data: HR.PAY_BAL_ATTRIBUTE_DEFINITIONS ,
-
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 ,
-
View: PAYBV_BALANCE_ATTRIBUTE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_BALANCE_ATTRIBUTE_V, object_name:PAYBV_BALANCE_ATTRIBUTE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_BALANCE_ATTRIBUTE_V ,
-
View: PAYBV_BALANCE_ATTRIBUTE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_BALANCE_ATTRIBUTE_V, object_name:PAYBV_BALANCE_ATTRIBUTE_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_BALANCE_ATTRIBUTE_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_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_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 ,
-
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_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_MX_TAX_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_TAX_BALANCES_V, object_name:PAY_MX_TAX_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_TAX_BALANCES_V ,
-
View: PAY_MX_EMPLOYEE_TAXES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_EMPLOYEE_TAXES_V, object_name:PAY_MX_EMPLOYEE_TAXES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_EMPLOYEE_TAXES_V ,
-
View: PAY_MX_TAX_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_TAX_BALANCES_V, object_name:PAY_MX_TAX_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_TAX_BALANCES_V ,
-
View: PAY_MX_DEDUCTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_DEDUCTIONS_V, object_name:PAY_MX_DEDUCTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_DEDUCTIONS_V ,
-
View: PAY_US_ASG_RUN_STATE_TAX_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_STATE_TAX_RBR_V, object_name:PAY_US_ASG_RUN_STATE_TAX_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_STATE_TAX_RBR_V ,
-
View: PAY_MX_OTHER_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_OTHER_BALANCES_V, object_name:PAY_MX_OTHER_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_OTHER_BALANCES_V ,
-
View: PAY_MX_OTHER_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_OTHER_BALANCES_V, object_name:PAY_MX_OTHER_BALANCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_OTHER_BALANCES_V ,
-
View: PAY_US_ASG_RUN_STATE_TAX_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_STATE_TAX_RBR_V, object_name:PAY_US_ASG_RUN_STATE_TAX_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_STATE_TAX_RBR_V ,
-
View: PAY_US_ASG_RUN_FED_TAX_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_FED_TAX_RBR_V, object_name:PAY_US_ASG_RUN_FED_TAX_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_FED_TAX_RBR_V ,
-
View: PAY_MX_TAXABLE_BENEFITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_TAXABLE_BENEFITS_V, object_name:PAY_MX_TAXABLE_BENEFITS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_TAXABLE_BENEFITS_V ,
-
View: PAY_MX_DEDUCTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_DEDUCTIONS_V, object_name:PAY_MX_DEDUCTIONS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_DEDUCTIONS_V ,
-
View: PAY_MX_TAX_CALC_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_TAX_CALC_DETAILS_V, object_name:PAY_MX_TAX_CALC_DETAILS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_TAX_CALC_DETAILS_V ,
-
View: PAY_MX_TAXABLE_BENEFITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_TAXABLE_BENEFITS_V, object_name:PAY_MX_TAXABLE_BENEFITS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_TAXABLE_BENEFITS_V ,
-
View: PAY_MX_TAX_CALC_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_TAX_CALC_DETAILS_V, object_name:PAY_MX_TAX_CALC_DETAILS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_TAX_CALC_DETAILS_V ,
-
View: PAY_MX_EMPLOYEE_TAXES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_EMPLOYEE_TAXES_V, object_name:PAY_MX_EMPLOYEE_TAXES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_EMPLOYEE_TAXES_V ,
-
View: PAY_US_ASG_RUN_FED_TAX_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_FED_TAX_RBR_V, object_name:PAY_US_ASG_RUN_FED_TAX_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_FED_TAX_RBR_V ,
-
View: PAY_US_ASG_RUN_FED_LIAB_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_FED_LIAB_RBR_V, object_name:PAY_US_ASG_RUN_FED_LIAB_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_FED_LIAB_RBR_V ,
-
View: PAY_US_ASG_RUN_DED_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_DED_RBR_V, object_name:PAY_US_ASG_RUN_DED_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_DED_RBR_V ,
-
View: PAY_US_ASG_RUN_DED_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_DED_RBR_V, object_name:PAY_US_ASG_RUN_DED_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_DED_RBR_V ,
-
View: PAY_MX_HOURLY_EARNINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_HOURLY_EARNINGS_V, object_name:PAY_MX_HOURLY_EARNINGS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_HOURLY_EARNINGS_V ,
-
View: PAY_US_ASG_RUN_EARN_AMT_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_EARN_AMT_RBR_V, object_name:PAY_US_ASG_RUN_EARN_AMT_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_EARN_AMT_RBR_V ,
-
View: PAY_MX_HOURLY_EARNINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_HOURLY_EARNINGS_V, object_name:PAY_MX_HOURLY_EARNINGS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_HOURLY_EARNINGS_V ,
-
View: PAY_US_FED_ER_WAGES_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_FED_ER_WAGES_RBR_V, object_name:PAY_US_FED_ER_WAGES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_FED_ER_WAGES_RBR_V ,
-
View: PAY_US_ASG_RUN_EARN_AMT_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_EARN_AMT_RBR_V, object_name:PAY_US_ASG_RUN_EARN_AMT_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_EARN_AMT_RBR_V ,
-
View: PAY_US_FED_EE_WAGES_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_FED_EE_WAGES_RBR_V, object_name:PAY_US_FED_EE_WAGES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_FED_EE_WAGES_RBR_V ,
-
View: PAY_US_FED_EE_WAGES_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_FED_EE_WAGES_RBR_V, object_name:PAY_US_FED_EE_WAGES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_FED_EE_WAGES_RBR_V ,
-
View: PAY_US_ASG_RUN_FED_LIAB_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_FED_LIAB_RBR_V, object_name:PAY_US_ASG_RUN_FED_LIAB_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_FED_LIAB_RBR_V ,
-
View: PAY_US_FED_LIABILITIES_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_FED_LIABILITIES_RBR_V, object_name:PAY_US_FED_LIABILITIES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_FED_LIABILITIES_RBR_V ,
-
View: PAY_MX_EMPLOYEE_EARNINGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_EMPLOYEE_EARNINGS_V, object_name:PAY_MX_EMPLOYEE_EARNINGS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_EMPLOYEE_EARNINGS_V ,
-
View: PAY_US_FED_LIABILITIES_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_FED_LIABILITIES_RBR_V, object_name:PAY_US_FED_LIABILITIES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_FED_LIABILITIES_RBR_V ,
-
View: PAY_US_ASG_RUN_ST_LIAB_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_ST_LIAB_RBR_V, object_name:PAY_US_ASG_RUN_ST_LIAB_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_ST_LIAB_RBR_V ,
-
View: PAY_US_STATE_TAXES_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_STATE_TAXES_RBR_V, object_name:PAY_US_STATE_TAXES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_STATE_TAXES_RBR_V ,
-
View: PAY_US_STATE_TAXES_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_STATE_TAXES_RBR_V, object_name:PAY_US_STATE_TAXES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_STATE_TAXES_RBR_V ,
-
View: PAY_US_ER_LIABILITIES_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ER_LIABILITIES_RBR_V, object_name:PAY_US_ER_LIABILITIES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ER_LIABILITIES_RBR_V ,
-
View: PAY_MX_EMPLOYEE_EARNINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_MX_EMPLOYEE_EARNINGS_V, object_name:PAY_MX_EMPLOYEE_EARNINGS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_MX_EMPLOYEE_EARNINGS_V ,
-
View: PAY_US_FED_ER_WAGES_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_FED_ER_WAGES_RBR_V, object_name:PAY_US_FED_ER_WAGES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_FED_ER_WAGES_RBR_V ,
-
View: PAY_US_FED_TAXES_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_FED_TAXES_RBR_V, object_name:PAY_US_FED_TAXES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_FED_TAXES_RBR_V ,
-
View: PAY_US_AFTER_TAX_DEDNS_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_AFTER_TAX_DEDNS_RBR_V, object_name:PAY_US_AFTER_TAX_DEDNS_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_AFTER_TAX_DEDNS_RBR_V ,