Search Results pay_us_emp_fed_tax_rules_f
Overview
The PAY_US_EMP_FED_TAX_RULES_F table is a core data object within the Oracle E-Business Suite (EBS) Payroll module, specifically for U.S. localization. As indicated by its description, it stores federal-level tax details for employee assignments. This table functions as an effective-dated history table, tracking changes to an employee's federal tax withholding rules over time. Its role is critical for the accurate calculation, withholding, and reporting of federal income tax, Social Security (FICA), and Medicare for employees, ensuring compliance with IRS regulations. The table is owned by the HR schema and is integral to the payroll processing engine in both EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to maintain a historical record of tax rule changes. The primary key is a composite of EMP_FED_TAX_RULE_ID, EFFECTIVE_START_DATE, and EFFECTIVE_END_DATE, which is a standard pattern for effective-dated HR/Payroll tables. While the full column list is not detailed in the provided metadata, based on its purpose and common patterns, key columns typically include identifiers for the employee assignment (ASSIGNMENT_ID), federal filing status (e.g., FEDERAL_FILING_STATUS_CODE), number of allowances, additional withholding amounts, and tax exemption flags. The documented foreign keys reveal two critical relationships: BUSINESS_GROUP_ID links to HR_ALL_ORGANIZATION_UNITS, and SUI_STATE_CODE links to PAY_US_STATES, indicating the table also stores the state relevant for State Unemployment Insurance (SUI).
Common Use Cases and Queries
This table is primarily accessed during payroll calculations to determine the correct federal tax withholding for an employee's assignment as of a specific date. It is also central to tax reporting (e.g., W-2 forms) and employee self-service updates. A common reporting query involves retrieving the current effective record for an employee to verify withholding settings. A sample SQL pattern is:
- SELECT * FROM pay_us_emp_fed_tax_rules_f WHERE assignment_id = &assignment_id AND SYSDATE BETWEEN effective_start_date AND effective_end_date;
Another critical use case is auditing historical tax rule changes, which involves querying all records for an assignment ordered by effective_start_date. Integration points include the standard "Maintain Employee Tax Information" form and payroll pre-process validation reports that check for inconsistencies in tax setup.
Related Objects
The PAY_US_EMP_FED_TAX_RULES_F table exists within a network of related payroll objects. As per the metadata, it has direct foreign key relationships with:
- PAY_US_STATES: References the SUI_STATE_CODE to validate the state defined for unemployment insurance purposes.
- HR_ALL_ORGANIZATION_UNITS: References the BUSINESS_GROUP_ID to tie the tax rule to the correct business group.
It is logically and often physically linked to the main employee assignment table (PER_ALL_ASSIGNMENTS_F) via the ASSIGNMENT_ID column (implied by its description). Furthermore, it is closely related to other tax rule tables for state (PAY_US_EMP_STATE_TAX_RULES_F) and local (PAY_US_EMP_COUNTY_TAX_RULES_F, PAY_US_EMP_CITY_TAX_RULES_F) jurisdictions. Key APIs, such as the Legislative Data Group (LDG) migration utilities and payroll calculation engine packages, will read from and write to this table.
-
Table: PAY_US_EMP_FED_TAX_RULES_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_EMP_FED_TAX_RULES_F, object_name:PAY_US_EMP_FED_TAX_RULES_F, status:VALID, product: PAY - Payroll , description: Federal level tax details for employee assignments. , implementation_dba_data: HR.PAY_US_EMP_FED_TAX_RULES_F ,
-
Table: PAY_US_EMP_FED_TAX_RULES_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_EMP_FED_TAX_RULES_F, object_name:PAY_US_EMP_FED_TAX_RULES_F, status:VALID, product: PAY - Payroll , description: Federal level tax details for employee assignments. , implementation_dba_data: HR.PAY_US_EMP_FED_TAX_RULES_F ,
-
APPS.PAYUSUNB_PKG dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.HR_PUMP_GET dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.HR_PERSON_INTERNAL dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.HR_H2PI_PERSON_UPLOAD dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_US_UPDATE_TAX_REC_PKG dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_GTNLOD_PKG dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_FED_INS dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_FED_UPD dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAYUSUNB_PKG dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_US_YEAR_BEGIN_PROCESS dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_US_TAX_BALS_ADJ_API dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_US_SQWL_ARCHIVE dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_COUNTY_TAX_RULE_API dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.HR_US_FF_UDF1 dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_CITY_TAX_RULE_API dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_US_EXTRA_PER_INFO_LEG_HOOK dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_CNT_BUS dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_US_TAX_INTERNAL dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_FED_DEL dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_FED_BUS dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_US_ACTION_ARCH dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_US_TAX_API dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.HR_PERSON_DELETE dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.HRWCDCR_PKG dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.HR_PUMP_GET dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_US_EXTRA_PER_INFO_LEG_HOOK dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_US_MWR_REPORTING_PKG dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_US_WEB_W4 dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.HR_US_FF_UDF1 dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_FED_SHD dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_RI_AC_TAX_RULE dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_US_WEB_W4 dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.HR_ASSIGNMENT dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_FEDERAL_TAX_RULE_API dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_US_TAX_INTERNAL dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_US_YEAR_BEGIN_PROCESS dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_FED_BUS dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_US_TAX_API dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_FED_DEL dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_CTY_BUS dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.HRWCDCR_PKG dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PER_ASSIGNMENTS_F_PKG dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.PAY_FED_UPD dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_ASG_DEBUG_PKG dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.2.2
-
APPS.HR_US_PERSON_TERM_LEG_HOOK dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_US_TAX_BALS_ADJ_PKG dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1
-
APPS.PAY_FED_SHD dependencies on PAY_US_EMP_FED_TAX_RULES_F
12.1.1