Search Results get_defined_balance_by_type




Overview

HR_US_REPORTS is an Oracle EBS PL/SQL package owned by the APPS schema that declares functions and procedures used to return values for the US Payroll reports originally authored in Oracle Reports (srw2) release 10. Per its header specification (source file pyuslrep.pkh, version 120.0.12010000.2), the package exists solely to supply report-level data retrieval logic for legislative US payroll and human resources reporting. Its API classification within ETRM is OTHER, indicating it is not a public, supported business API but a reporting support package whose entry points are consumed by report definitions rather than called directly by end users.

The package is closely tied to US legislative reporting requirements, including Equal Employment Opportunity (EEO) reporting, tax reporting, COBRA benefit administration reporting, and payroll payment reporting. The change list demonstrates that the package evolved incrementally from its initial creation in September 1993, with functionality added release by release as new federal and legislative reporting obligations were incorporated. Despite the search term "uno crm report," this package has no relationship to CRM modules; it belongs to the Oracle Payroll (PY) and Human Resources (HR) product family.

Key Procedures and Functions

The package exposes 33 documented procedures and functions. Their purposes fall into several functional groupings:

Tables Accessed

The package reads data through APPS synonyms across several product schemas:

Usage Notes

HR_US_REPORTS is invoked by report definitions — historically Oracle Reports (srw2) executables — as a data source for report-level queries and formatting logic. It is referenced by ten other packages, indicating that some of its functions are reused as building blocks by additional reporting or processing packages. Developers and report authors should treat this package as a reporting utility layer rather than a transaction API: its routines return descriptive values for display or filter purposes and do not represent a supported interface for creating or updating payroll or HR data. Customizations or extensions requiring similar values should call the underlying documented APIs or query the base tables directly, since this package carries a restricted-use copyright notice and is subject to change between releases.