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 ,
-
Table: PAY_MONITOR_BALANCE_RETRIEVALS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_MONITOR_BALANCE_RETRIEVALS, object_name:PAY_MONITOR_BALANCE_RETRIEVALS, status:VALID, product: PAY - Payroll , description: Monitors the source of balance retrievals , implementation_dba_data: HR.PAY_MONITOR_BALANCE_RETRIEVALS ,
-
Table: PAY_MONITOR_BALANCE_RETRIEVALS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_MONITOR_BALANCE_RETRIEVALS, object_name:PAY_MONITOR_BALANCE_RETRIEVALS, status:VALID, product: PAY - Payroll , description: Monitors the source of balance retrievals , implementation_dba_data: HR.PAY_MONITOR_BALANCE_RETRIEVALS ,
-
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_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_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.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 ,
-
Table: PAY_ASSIGNMENT_LATEST_BALANCES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ASSIGNMENT_LATEST_BALANCES, object_name:PAY_ASSIGNMENT_LATEST_BALANCES, status:VALID, product: PAY - Payroll , description: Denormalised assignment level latest balances. , implementation_dba_data: HR.PAY_ASSIGNMENT_LATEST_BALANCES ,
-
Table: PAY_LATEST_BALANCES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_LATEST_BALANCES, object_name:PAY_LATEST_BALANCES, status:VALID, product: PAY - Payroll , description: Latest balance values for a person or assignment. , implementation_dba_data: HR.PAY_LATEST_BALANCES ,
-
Table: PAY_LATEST_BALANCES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_LATEST_BALANCES, object_name:PAY_LATEST_BALANCES, status:VALID, product: PAY - Payroll , description: Latest balance values for a person or assignment. , implementation_dba_data: HR.PAY_LATEST_BALANCES ,
-
Table: PAY_ASSIGNMENT_LATEST_BALANCES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ASSIGNMENT_LATEST_BALANCES, object_name:PAY_ASSIGNMENT_LATEST_BALANCES, status:VALID, product: PAY - Payroll , description: Denormalised assignment level latest balances. , implementation_dba_data: HR.PAY_ASSIGNMENT_LATEST_BALANCES ,
-
Table: PAY_PERSON_LATEST_BALANCES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PERSON_LATEST_BALANCES, object_name:PAY_PERSON_LATEST_BALANCES, status:VALID, product: PAY - Payroll , description: Latest balance values for a person. , implementation_dba_data: HR.PAY_PERSON_LATEST_BALANCES ,
-
Table: PAY_PERSON_LATEST_BALANCES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_PERSON_LATEST_BALANCES, object_name:PAY_PERSON_LATEST_BALANCES, status:VALID, product: PAY - Payroll , description: Latest balance values for a person. , implementation_dba_data: HR.PAY_PERSON_LATEST_BALANCES ,
-
Table: PAY_RUN_BALANCES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_RUN_BALANCES, object_name:PAY_RUN_BALANCES, status:VALID, product: PAY - Payroll , description: Store of run level balances. , implementation_dba_data: HR.PAY_RUN_BALANCES ,
-
Table: PAY_RUN_BALANCES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_RUN_BALANCES, object_name:PAY_RUN_BALANCES, status:VALID, product: PAY - Payroll , description: Store of run level balances. , implementation_dba_data: HR.PAY_RUN_BALANCES ,
-
View: PAY_US_ASG_RUN_LOCAL_TAX_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V, object_name:PAY_US_ASG_RUN_LOCAL_TAX_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V ,
-
Table: PAY_BACKPAY_RULES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BACKPAY_RULES, object_name:PAY_BACKPAY_RULES, status:VALID, product: PAY - Payroll , description: Balances to be recalculated by a RetroPay process. , implementation_dba_data: HR.PAY_BACKPAY_RULES ,
-
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 ,
-
View: PAY_US_ASG_RUN_LOCAL_TAX_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V, object_name:PAY_US_ASG_RUN_LOCAL_TAX_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V ,
-
Table: PAY_BACKPAY_RULES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BACKPAY_RULES, object_name:PAY_BACKPAY_RULES, status:VALID, product: PAY - Payroll , description: Balances to be recalculated by a RetroPay process. , implementation_dba_data: HR.PAY_BACKPAY_RULES ,
-
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_BALANCE_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BALANCE_TYPES, object_name:PAY_BALANCE_TYPES, status:VALID, product: PAY - Payroll , description: Balance information. , implementation_dba_data: HR.PAY_BALANCE_TYPES ,
-
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_ORG_PAYMENT_METHODS_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ORG_PAYMENT_METHODS_F, object_name:PAY_ORG_PAYMENT_METHODS_F, status:VALID, product: PAY - Payroll , description: Payment methods used by a Business Group. , implementation_dba_data: HR.PAY_ORG_PAYMENT_METHODS_F ,
-
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_BALANCE_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_BALANCE_TYPES, object_name:PAY_BALANCE_TYPES, status:VALID, product: PAY - Payroll , description: Balance information. , implementation_dba_data: HR.PAY_BALANCE_TYPES ,
-
Table: PAY_ORG_PAYMENT_METHODS_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ORG_PAYMENT_METHODS_F, object_name:PAY_ORG_PAYMENT_METHODS_F, status:VALID, product: PAY - Payroll , description: Payment methods used by a Business Group. , implementation_dba_data: HR.PAY_ORG_PAYMENT_METHODS_F ,
-
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 ,
-
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_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 ,
-
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.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_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.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_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: 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_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 ,
-
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.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 ,