Search Results pay_us_city_school_dsts
Overview
The PAY_US_CITY_SCHOOL_DSTS table is a core data structure within the Oracle E-Business Suite Payroll (PAY) module, specifically for U.S. localization. It functions as a reference table that stores Vertex-supplied geocodes to uniquely identify school districts that exist within a specific city. Its primary role is to support the accurate calculation and withholding of local taxes, particularly school district taxes, which can vary significantly within a single city or county. By maintaining this precise geographic mapping, the table ensures payroll tax calculations adhere to the correct jurisdictional rules, a critical requirement for U.S. payroll compliance in releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to uniquely identify a school district through a composite key and link it to a parent geographic location. The critical columns form the primary key (PAY_US_CITY_SCHOOL_DSTS_PK) and establish a foreign key relationship to city-level data.
- SCHOOL_DST_CODE: The unique identifier for the school district within the specified city.
- STATE_CODE: The standard code (e.g., 'CA', 'NY') for the U.S. state.
- COUNTY_CODE: The code identifying the county within the state.
- CITY_CODE: The code identifying the city within the county.
Together, STATE_CODE, COUNTY_CODE, and CITY_CODE form a foreign key to the PAY_US_CITY_GEOCODES table, anchoring the school district record to its correct municipal location.
Common Use Cases and Queries
This table is primarily accessed during payroll processing to determine the applicable school district tax rules for an employee's work or residence location. It is essential for generating accurate tax withholdings on payslips and for year-end reporting. A typical query would involve joining this table to employee address or assignment tables via the city geocode relationship to retrieve the valid SCHOOL_DST_CODE for tax calculation logic.
Sample Query Pattern:
SELECT school_dst_code
FROM hr.pay_us_city_school_dsts
WHERE state_code = 'OH'
AND county_code = '035'
AND city_code = '12345';
This table is also central to setup and maintenance tasks within the "US Local Tax Rules" or similar geocode maintenance forms in the EBS HRMS Payroll responsibility, where administrators define and validate the mapping of school districts to cities.
Related Objects
The PAY_US_CITY_SCHOOL_DSTS table has a direct and critical dependency on the PAY_US_CITY_GEOCODES table, as defined by its foreign key. This relationship ensures referential integrity, meaning a school district record cannot exist without a valid parent city record. The table is also fundamentally related to other Vertex geocode tables in the HR schema, such as PAY_US_COUNTY_GEOCODES and PAY_US_STATE_GEOCODES, forming a hierarchy for geographic tax jurisdiction setup. Ultimately, data from this table is referenced by the core payroll calculation engine and tax rules to perform withholding calculations, and it may be joined to employee tax records (e.g., in PAY_US_EMP_TAX_INFO_F) for reporting purposes.
-
Table: PAY_US_CITY_SCHOOL_DSTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_CITY_SCHOOL_DSTS, object_name:PAY_US_CITY_SCHOOL_DSTS, status:VALID, product: PAY - Payroll , description: VERTEX geocodes for school districts within a city. , implementation_dba_data: HR.PAY_US_CITY_SCHOOL_DSTS ,
-
Table: PAY_US_CITY_SCHOOL_DSTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_CITY_SCHOOL_DSTS, object_name:PAY_US_CITY_SCHOOL_DSTS, status:VALID, product: PAY - Payroll , description: VERTEX geocodes for school districts within a city. , implementation_dba_data: HR.PAY_US_CITY_SCHOOL_DSTS ,
-
APPS.PAY_US_EMP_TAX_RULES_PKG dependencies on PAY_US_CITY_SCHOOL_DSTS
12.1.1
-
APPS.PAY_CA_EOY_ARCHIVE dependencies on PAY_US_CITY_SCHOOL_DSTS
12.1.1
-
APPS.PAY_RI_AC_TAX_RULE dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAY_US_W2_GENERIC_EXTRACT dependencies on PAY_US_CITY_SCHOOL_DSTS
12.1.1
-
APPS.PAY_US_ARCHIVE dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAY_CA_EOY_RL1_ARCHIVE dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAY_CA_EOY_ARCHIVE dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAY_CTY_BUS dependencies on PAY_US_CITY_SCHOOL_DSTS
12.1.1
-
APPS.PAY_CA_EOY_RL2_ARCHIVE dependencies on PAY_US_CITY_SCHOOL_DSTS
12.1.1
-
APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAY_US_PSD_UPGRADE_PKG dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAYUSUNB_PKG dependencies on PAY_US_CITY_SCHOOL_DSTS
12.1.1
-
APPS.PAY_CA_T4AEOY_ARCHIVE dependencies on PAY_US_CITY_SCHOOL_DSTS
12.1.1
-
APPS.PAY_RI_AC_TAX_RULE dependencies on PAY_US_CITY_SCHOOL_DSTS
12.1.1
-
APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PAY_US_CITY_SCHOOL_DSTS
12.1.1
-
APPS.PAY_US_TAX_BALS_ADJ_API dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAY_US_W2_GENERIC_EXTRACT dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAY_CA_EOY_RL2_ARCHIVE dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAY_CA_T4AEOY_ARCHIVE dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAY_US_ARCHIVE dependencies on PAY_US_CITY_SCHOOL_DSTS
12.1.1
-
APPS.PAY_CA_EOY_RL1_ARCHIVE dependencies on PAY_US_CITY_SCHOOL_DSTS
12.1.1
-
APPS.PAY_US_MMREF_LOCAL_XML dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAY_US_EMP_TAX_RULES_PKG dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAY_CTY_BUS dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAY_US_MMREF_LOCAL_XML dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
APPS.PAYUSUNB_PKG dependencies on PAY_US_CITY_SCHOOL_DSTS
12.2.2
-
TABLE: HR.PAY_US_CITY_SCHOOL_DSTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_CITY_SCHOOL_DSTS, object_name:PAY_US_CITY_SCHOOL_DSTS, status:VALID,
-
VIEW: HR.PAY_US_CITY_SCHOOL_DSTS#
12.2.2
owner:HR, object_type:VIEW, object_name:PAY_US_CITY_SCHOOL_DSTS#, status:VALID,
-
TABLE: HR.PAY_US_CITY_GEOCODES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_CITY_GEOCODES, object_name:PAY_US_CITY_GEOCODES, status:VALID,
-
VIEW: APPS.PAYBV_US_CITY_SCHOOL_DSTS_V
12.1.1
-
VIEW: HR.PAY_US_CITY_SCHOOL_DSTS#
12.2.2
-
VIEW: APPS.PAY_US_TRR_SCHOOL_DSTS_V
12.1.1
-
VIEW: APPS.PAY_US_SCHOOL_DSTS
12.2.2
-
SYNONYM: PUBLIC.PAY_US_CITY_SCHOOL_DSTS
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PAY_US_CITY_SCHOOL_DSTS, status:VALID,
-
VIEW: APPS.PAYBV_US_CITY_SCHOOL_DSTS_V
12.2.2
-
VIEW: APPS.PAY_US_TRR_SCHOOL_DSTS_V
12.2.2
-
SYNONYM: APPS.PAY_US_CITY_SCHOOL_DSTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_US_CITY_SCHOOL_DSTS, status:VALID,
-
TABLE: HR.PAY_US_CITY_SCHOOL_DSTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_CITY_SCHOOL_DSTS, object_name:PAY_US_CITY_SCHOOL_DSTS, status:VALID,
-
VIEW: APPS.PAY_US_SCHOOL_DSTS
12.1.1
-
TRIGGER: APPS.PAY_US_CITY_SCHOOL_DSTS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PAY_US_CITY_SCHOOL_DSTS+, status:VALID,
-
TRIGGER: APPS.PAY_US_CITY_SCHOOL_DSTS+
12.2.2
-
SYNONYM: APPS.PAY_US_CITY_SCHOOL_DSTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_US_CITY_SCHOOL_DSTS, status:VALID,
-
APPS.PAY_US_EMP_TAX_RULES_PKG dependencies on FND_NUMBER
12.1.1
-
APPS.PAY_US_EMP_TAX_RULES_PKG dependencies on FND_NUMBER
12.2.2
-
View: PAYBV_US_CITY_SCHOOL_DSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_US_CITY_SCHOOL_DSTS_V, object_name:PAYBV_US_CITY_SCHOOL_DSTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_US_CITY_SCHOOL_DSTS_V ,
-
View: PAY_US_TRR_SCHOOL_DSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_TRR_SCHOOL_DSTS_V, object_name:PAY_US_TRR_SCHOOL_DSTS_V, status:VALID, product: PAY - Payroll , description: - Retrofitted - Retrofitted , implementation_dba_data: APPS.PAY_US_TRR_SCHOOL_DSTS_V ,
-
View: PAYBV_US_CITY_SCHOOL_DSTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_US_CITY_SCHOOL_DSTS_V, object_name:PAYBV_US_CITY_SCHOOL_DSTS_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_US_CITY_SCHOOL_DSTS_V ,
-
FUNCTION: APPS.PAY_US_CITY_SCHOOL_DSTS=
12.2.2