Search Results pay_taxability_rules_dates
Overview
The PAY_TAXABILITY_RULES_DATES table is a core data object within the Oracle E-Business Suite Payroll (PAY) module, versions 12.1.1 and 12.2.2. Its primary function is to enable date-effective management of taxability rules, a critical requirement for handling year-end legislative updates. This table acts as a master repository for distinct effective dates, allowing the system to maintain a historical record of when specific taxability rules were in effect. By separating the date dimension from the rule definitions themselves, it provides the structural foundation for the payroll engine to correctly apply the appropriate tax calculations for any given payroll period, ensuring compliance with changing tax laws over time.
Key Information Stored
The central piece of data stored in this table is the effective date for a set of taxability rules. While the full column list is not detailed in the provided metadata, the structure is defined by its primary key. The key column is TAXABILITY_RULES_DATE_ID, a unique system-generated identifier for each effective date record. This ID serves as a foreign key link to the detailed rule definitions stored in the PAY_TAXABILITY_RULES table. The table's design implies it will also contain standard Oracle EBS audit columns, such as CREATION_DATE, LAST_UPDATE_DATE, and potentially an EFFECTIVE_DATE column that holds the actual calendar date from which the linked rules become valid.
Common Use Cases and Queries
The primary use case is supporting the annual or periodic update of payroll tax calculations. When new tax legislation is implemented, a new record is inserted into PAY_TAXABILITY_RULES_DATES with a new effective date, and corresponding new rules are linked to it. Common reporting and diagnostic queries involve joining this table to the detailed rules to understand the timeline of taxability changes. A typical SQL pattern retrieves all rules effective for a specific date or payroll run:
- SELECT ptrd.effective_date, ptr.* FROM pay_taxability_rules_dates ptrd, pay_taxability_rules ptr WHERE ptrd.taxability_rules_date_id = ptr.taxability_rules_date_id AND ptrd.effective_date <= :p_date ORDER BY ptrd.effective_date DESC;
This structure is also essential for year-end reporting and reconciliation, allowing historical queries to verify which rules were applied to past payments.
Related Objects
This table has a direct and essential relationship with the PAY_TAXABILITY_RULES table, as documented in the provided foreign key metadata. The relationship is defined as follows:
- PAY_TAXABILITY_RULES: This table holds the detailed definitions of what is taxable or non-taxable for specific earning types, jurisdictions, and other conditions. It references PAY_TAXABILITY_RULES_DATES via the foreign key column PAY_TAXABILITY_RULES.TAXABILITY_RULES_DATE_ID, which joins to PAY_TAXABILITY_RULES_DATES.TAXABILITY_RULES_DATE_ID. This means every set of rules in PAY_TAXABILITY_RULES is associated with a specific effective date record.
As a foundational table for tax rule dating, it is also indirectly related to core payroll calculation engines and likely referenced by key payroll views that present consolidated taxability information.
-
Table: PAY_TAXABILITY_RULES_DATES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_TAXABILITY_RULES_DATES, object_name:PAY_TAXABILITY_RULES_DATES, status:VALID, product: PAY - Payroll , description: Maintains taxability rules date-effectively, to allow for end-of-year updates. , implementation_dba_data: HR.PAY_TAXABILITY_RULES_DATES ,
-
Table: PAY_TAXABILITY_RULES_DATES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_TAXABILITY_RULES_DATES, object_name:PAY_TAXABILITY_RULES_DATES, status:VALID, product: PAY - Payroll , description: Maintains taxability rules date-effectively, to allow for end-of-year updates. , implementation_dba_data: HR.PAY_TAXABILITY_RULES_DATES ,
-
APPS.PAY_CA_TAX_RULES_GARN_PKG dependencies on PAY_TAXABILITY_RULES_DATES
12.2.2
-
APPS.PAY_CA_TAX_RULES_GARN_PKG dependencies on PAY_TAXABILITY_RULES_DATES
12.1.1
-
APPS.PAY_US_TAXABILITY_RULES_PKG dependencies on PAY_TAXABILITY_RULES_DATES
12.2.2
-
APPS.PAY_AC_TAXABILITY_WRAPPER dependencies on PAY_TAXABILITY_RULES_DATES
12.1.1
-
APPS.PQP_CPYTAXRUL dependencies on PAY_TAXABILITY_RULES_DATES
12.1.1
-
APPS.PQP_CPYTAXRUL dependencies on PAY_TAXABILITY_RULES_DATES
12.2.2
-
APPS.PAY_US_TAXABILITY_RULES_PKG_F dependencies on PAY_TAXABILITY_RULES_DATES
12.1.1
-
APPS.PAY_US_TAXABILITY_RULES_PKG dependencies on PAY_TAXABILITY_RULES_DATES
12.1.1
-
APPS.HR_LEGISLATION_LOCAL dependencies on PAY_TAXABILITY_RULES_DATES
12.2.2
-
APPS.PAY_TXR_INS dependencies on PAY_TAXABILITY_RULES_DATES
12.2.2
-
APPS.PAY_AC_TAXABILITY_WRAPPER dependencies on PAY_TAXABILITY_RULES_DATES
12.2.2
-
APPS.PAY_CA_ROE_EI_PKG dependencies on PAY_TAXABILITY_RULES_DATES
12.2.2
-
APPS.PAY_CA_TAXABILITY_RULES_PKG dependencies on PAY_TAXABILITY_RULES_DATES
12.1.1
-
APPS.HR_LEGISLATION_LOCAL dependencies on PAY_TAXABILITY_RULES_DATES
12.1.1
-
APPS.PAY_US_ITERATIVE_VALUES dependencies on PAY_TAXABILITY_RULES_DATES
12.1.1
-
APPS.PAY_TXR_INS dependencies on PAY_TAXABILITY_RULES_DATES
12.1.1
-
APPS.PAY_CA_ROE_EI_PKG dependencies on PAY_TAXABILITY_RULES_DATES
12.1.1
-
APPS.PAY_US_ITERATIVE_VALUES dependencies on PAY_TAXABILITY_RULES_DATES
12.2.2
-
APPS.PAY_US_TAXABILITY_RULES_PKG_F dependencies on PAY_TAXABILITY_RULES_DATES
12.2.2
-
APPS.PAY_CA_TAXABILITY_RULES_PKG dependencies on PAY_TAXABILITY_RULES_DATES
12.2.2
-
APPS.PAY_TXR_INS dependencies on PAY_TAXABILITY_RULES
12.1.1
-
APPS.PAY_TXR_INS dependencies on PAY_TAXABILITY_RULES
12.2.2
-
APPS.PAY_CA_ROE_EI_PKG dependencies on PAY_TAXABILITY_RULES
12.1.1
-
APPS.PAY_CA_ROE_EI_PKG dependencies on PAY_TAXABILITY_RULES
12.2.2
-
APPS.PAY_CA_TAXABILITY_RULES_PKG dependencies on PAY_TAXABILITY_RULES
12.2.2
-
APPS.PAY_CA_TAX_RULES_GARN_PKG dependencies on PAY_TAXABILITY_RULES
12.2.2
-
APPS.PAY_CA_TAX_RULES_GARN_PKG dependencies on PAY_TAXABILITY_RULES
12.1.1
-
APPS.PAY_TXR_INS dependencies on PAY_TAXABILITY_RULES_DATES_S
12.2.2
-
APPS.PAY_TXR_INS dependencies on PAY_TAXABILITY_RULES_DATES_S
12.1.1
-
APPS.PAY_US_TAXABILITY_RULES_PKG_F dependencies on PAY_TAXABILITY_RULES
12.2.2
-
APPS.PAY_CA_TAXABILITY_RULES_PKG dependencies on PAY_TAXABILITY_RULES
12.1.1
-
SYNONYM: PUBLIC.PAY_TAXABILITY_RULES_DATES
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PAY_TAXABILITY_RULES_DATES, status:VALID,
-
APPS.PAY_US_TAXABILITY_RULES_PKG_F dependencies on PAY_TAXABILITY_RULES
12.1.1
-
SYNONYM: APPS.PAY_TAXABILITY_RULES_DATES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_TAXABILITY_RULES_DATES, status:VALID,
-
VIEW: HR.PAY_TAXABILITY_RULES_DATES#
12.2.2
owner:HR, object_type:VIEW, object_name:PAY_TAXABILITY_RULES_DATES#, status:VALID,
-
SYNONYM: APPS.PAY_TAXABILITY_RULES_DATES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_TAXABILITY_RULES_DATES, status:VALID,
-
TABLE: HR.PAY_TAXABILITY_RULES_DATES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_TAXABILITY_RULES_DATES, object_name:PAY_TAXABILITY_RULES_DATES, status:VALID,
-
APPS.PAY_US_TAXABILITY_RULES_PKG dependencies on PAY_TAXABILITY_RULES
12.2.2
-
APPS.PAY_US_TAXABILITY_RULES_PKG dependencies on PAY_TAXABILITY_RULES
12.1.1
-
APPS.PAY_US_ITERATIVE_VALUES dependencies on PAY_TAXABILITY_RULES
12.2.2
-
APPS.HR_LEGISLATION_LOCAL dependencies on PAY_TAXABILITY_RULES
12.2.2
-
VIEW: HR.PAY_TAXABILITY_RULES_DATES#
12.2.2
-
APPS.PAY_US_TAXABILITY_RULES_PKG dependencies on FND_PROFILE
12.1.1
-
APPS.PAY_US_TAXABILITY_RULES_PKG dependencies on FND_PROFILE
12.2.2
-
APPS.HR_LEGISLATION_LOCAL dependencies on PAY_TAXABILITY_RULES
12.1.1
-
APPS.PAY_US_ITERATIVE_VALUES dependencies on PAY_TAXABILITY_RULES
12.1.1
-
APPS.HR_LEGISLATION_LOCAL dependencies on PAY_TAXABILITY_RULES_DATES_S
12.1.1
-
APPS.PAY_AC_TAXABILITY_WRAPPER dependencies on PAY_TAXABILITY_RULES
12.1.1