Search Results get_fed_prev_ptd_values




Overview

The APPS.HR_US_FF_UDF1 package is a PL/SQL library of user-defined Fast Formula (FF) functions that extends the standard Oracle Payroll Fast Formula function set for United States legislative payroll processing. In Oracle E-Business Suite 12.1.1 and 12.2.2, US payroll calculations frequently require jurisdiction-specific logic that cannot be expressed with seeded Fast Formula functions alone—such as state tax jurisdiction determination, jurisdictional percentage allocation, work-state resolution, and cumulative (period-to-date and year-to-date) balance accumulation across multiple work jurisdictions. HR_US_FF_UDF1 addresses this requirement by exposing callable functions that payroll administrators reference directly within Fast Formula definitions attached to payroll elements and balances.

The package is classified as "OTHER" in the ETRM metadata, indicating it is not a standard public API but rather an internal utility package intended for Fast Formula consumption. It is tightly coupled to the US payroll data model, referencing state tax rules, element classifications, balance feeds, and assignment action records. Notably, it is referenced by three other packages, including PAY_GET_TAX_EXISTS_PKG, which confirms its role as a foundational utility within the US payroll tax calculation chain.

Key Procedures and Functions

The package exposes 28 documented procedures and functions. The following are the most significant, grouped by purpose.

Tables Accessed

The package reads and writes through APPS synonyms against the following core US payroll tables.

Usage Notes

HR_US_FF_UDF1 is invoked indirectly, not by end users. Payroll administrators reference its functions by name within Fast Formula text (for example, in element input formulas, element skip rules, or balance feed formulas), and the Oracle Fast Formula runtime then binds the call to the PL/SQL function. The package is most relevant to implementations processing multi-state payroll, interstate employees, executive supplemental withholding, or workers' compensation jurisdictions.

Because the package is documented as a private utility rather than a public API, custom code should call it only where necessary and should treat function signatures as subject to change across patch levels. The package status is VALID in both 12.1.1 and 12.2.2, with dependency on standard SYS.STANDARD and PAY_US_EMP_STATE_TAX_RULES_F. When troubleshooting payroll formula errors, the dependency chain—including PAY_GET_TAX_EXISTS_PKG—should be reviewed to confirm that the expected versions are compiled and valid in the APPS schema.