Search Results pay_defined_balances
The PAY_DEFINED_BALANCES
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Oracle Payroll module, serving as a repository for predefined balance definitions. These balances are used to accumulate and store payroll-related values, such as earnings, deductions, taxes, and other compensation elements, over specific time periods. The table plays a pivotal role in payroll processing, reporting, and compliance by enabling the system to track and calculate cumulative values required for statutory reporting, employee payslips, and payroll reconciliations.
### Key Attributes of PAY_DEFINED_BALANCES
1. **Balance Definition**: Each record in PAY_DEFINED_BALANCES
represents a unique balance definition, identified by a DEFINED_BALANCE_ID
. This ID is a primary key and is referenced across other payroll tables to maintain data integrity.
2. **Balance Dimensions**: The table links to PAY_BALANCE_TYPES
via BALANCE_TYPE_ID
, defining the type of balance (e.g., gross pay, tax withholdings). It also references PAY_BALANCE_DIMENSIONS
through BALANCE_DIMENSION_ID
, which determines the time frame (e.g., month-to-date, year-to-date) for which the balance is calculated.
3. **Legislative Context**: The LEGISLATION_CODE
column ensures compliance with regional payroll regulations by associating balances with specific countries or jurisdictions.
4. **Business Group Scope**: The BUSINESS_GROUP_ID
ties balances to a specific business group, allowing multi-org configurations to maintain separate payroll rules.
5. **Status and Usage**: Columns like STATUS
(active/inactive) and USAGE_FLAG
control whether a balance is available for payroll processing or reporting.
### Functional Role in Payroll Processing
- **Accumulation Logic**: During payroll runs, the system uses PAY_DEFINED_BALANCES
to determine how to aggregate values. For example, a "Monthly Gross Pay" balance would sum all earnings within a calendar month.
- **Reporting and Compliance**: Predefined balances are leveraged in statutory reports (e.g., tax filings, social security contributions) and internal audits. The table ensures that the correct balances are available for regulatory requirements.
- **Integration with Other Modules**: Balances defined in this table are often referenced by Oracle HR, Benefits, and Time & Labor modules to ensure consistency in compensation calculations.
### Technical Considerations
- **Indexing**: The table is heavily indexed on DEFINED_BALANCE_ID
, BALANCE_TYPE_ID
, and BALANCE_DIMENSION_ID
to optimize payroll processing performance.
- **Dependencies**: It has foreign key relationships with PAY_BALANCE_TYPES
, PAY_BALANCE_DIMENSIONS
, and PER_BUSINESS_GROUPS
, ensuring referential integrity.
- **Customization**: Organizations can extend predefined balances by adding custom entries, though caution is advised to avoid conflicts with Oracle-delivered definitions.
### Example Use Case
A payroll administrator configuring a new earnings type for overtime would:
1. Define a balance type in PAY_BALANCE_TYPES
.
2. Link it to a dimension (e.g., "Pay Period") in PAY_BALANCE_DIMENSIONS
.
3. Create a record in PAY_DEFINED_BALANCES
to enable accumulation of overtime pay across pay periods.
### Conclusion
The PAY_DEFINED_BALANCES
table is foundational to Oracle Payroll's ability to manage complex compensation structures and comply with legal requirements. Its design supports flexibility, performance, and scalability, making it indispensable for organizations running Oracle EBS 12.1.1 or 12.2.2. Proper understanding and configuration of this table are essential for accurate payroll operations and reporting.
-
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 ,
-
APPS.PAY_IE_LEGISLATIVE_ARCHIVE dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_NZ_CEC_REPORT_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_BLT_BUS dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_CA_EOY_RL1_ARCHIVE dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_GB_COURT_ORDER_UPGRADE dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_PYIEBIKA_XMLP_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_AU_SGC_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_NO_EMP_CONT_2007 dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_IN_TERMINATION_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_DEFINED_BALANCES_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_IN_INDIA_BENEFITS dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.HR_PRE_PAY dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_KR_YEA20080101_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.HR_GBNIDIR dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_SE_INCOME_STATEMENT dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PQP_US_PENSION_EXTRACTS dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_CA_T4AEOY_ARCHIVE dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PQP_GB_PROFESSIONAL_BODY_TEMP dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_DK_SICKNESS_DP202 dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_SA_ARCHIVE dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_IN_PF_ARCHIVE dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_NO_ARC_HOLIDAY_ENTITLEMENT dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.HR_BALANCES dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_PAYGBACT_XMLP_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_CA_USER_INIT_DEDN dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_JP_RETRO_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PQH_BDGT_ACTUAL_CMMTMNT_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_SE_WAGES_SALARIES dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.HR_US_GARN_GEN dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_AU_PAYMENT_SUMMARY dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_DK_ARCHIVE dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_AU_PAYE_FF dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PQP_NL_PGGM_PENSION_EXTRACTS dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.HR_US_FF_UDF1 dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_NEGBAL_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_EBRA_DIAGNOSTICS dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_US_USER_INIT_DEDN dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.HR_JPDRB dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_KR_WG_REPORT_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_SG_CPFLINE dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_US_YEPP_MISS_ASSIGN_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_AC_UTIL dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_FR_COURT_ORDERS dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_MX_TRR_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_YEAR_END_EXTRACT dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_JP_BALANCE_VIEW_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1
-
APPS.PAY_NZ_QES_PKG dependencies on PAY_DEFINED_BALANCES
12.1.1