Search Results pay_us_counties
Overview
The PAY_US_COUNTIES table is a core reference table within the Oracle E-Business Suite (EBS) Payroll module, specifically for the United States localization. Owned by the HR schema, its primary function is to store a validated list of U.S. counties and their associated VERTEX geocodes. This table is essential for ensuring accurate address validation and is a foundational component for calculating and reporting jurisdictional taxes. It serves as a master data source for county-level information, enabling the system to correctly associate employee addresses with specific tax authorities, school districts, and other geographic-based rules within the payroll and HRMS applications.
Key Information Stored
The table's structure is designed to uniquely identify each county within the context of its state. The primary key (PAY_US_COUNTIES_PK) is a composite of STATE_CODE and COUNTY_CODE, ensuring a unique record for each county. A unique key (PAY_US_COUNTIES_UK2) on COUNTY_NAME and STATE_CODE further enforces data integrity for naming. While the full column list is not detailed in the provided metadata, the core columns logically include STATE_CODE (references PAY_US_STATES), COUNTY_CODE (the identifier, often numeric), COUNTY_NAME, and fields for VERTEX geocode data. These geocodes are critical for interfacing with third-party tax calculation services.
Common Use Cases and Queries
The primary use case is the validation and enrichment of U.S. addresses during employee data entry or batch processing. It is also queried extensively during payroll calculations to determine applicable county-level tax rules. Common reporting involves listing counties within a state for setup or audit purposes. A typical query to retrieve all counties for a state, such as California, would be:
- SELECT county_code, county_name FROM hr.pay_us_counties WHERE state_code = 'CA' ORDER BY county_name;
Another frequent pattern is joining to related tax tables to verify setup, for example, linking counties to their defined tax rules via PAY_US_EMP_COUNTY_TAX_RULES_F.
Related Objects
As indicated by its foreign key relationships, PAY_US_COUNTIES is a central hub in the US payroll geography hierarchy. Key related objects include:
- PAY_US_STATES: The parent table, referenced by STATE_CODE.
- PAY_US_CITY_GEOCODES: References this table to associate cities with their correct county.
- PAY_US_COUNTY_SCHOOL_DSTS: Depends on it for defining school districts within counties.
- PAY_US_EMP_COUNTY_TAX_RULES_F: Perhaps the most critical dependency, this table holds the actual taxability rules and rates that are applied based on the employee's assigned county from PAY_US_COUNTIES.
These relationships underscore the table's role in ensuring a consistent and accurate geographic framework for U.S. payroll tax processing in both EBS 12.1.1 and 12.2.2.
-
Table: PAY_US_COUNTIES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_COUNTIES, object_name:PAY_US_COUNTIES, status:VALID, product: PAY - Payroll , description: US counties and their VERTEX geocodes, used to validate US addresses. , implementation_dba_data: HR.PAY_US_COUNTIES ,
-
Table: PAY_US_COUNTIES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_COUNTIES, object_name:PAY_US_COUNTIES, status:VALID, product: PAY - Payroll , description: US counties and their VERTEX geocodes, used to validate US addresses. , implementation_dba_data: HR.PAY_US_COUNTIES ,
-
View: PAY_US_LOCALITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCALITIES_V, object_name:PAY_US_LOCALITIES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_LOCALITIES_V ,
-
View: PAY_US_LOCALITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCALITIES_V, object_name:PAY_US_LOCALITIES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_LOCALITIES_V ,
-
Table: PAY_US_EMP_COUNTY_TAX_RULES_F
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_EMP_COUNTY_TAX_RULES_F, object_name:PAY_US_EMP_COUNTY_TAX_RULES_F, status:VALID, product: PAY - Payroll , description: County level tax details for employee assignments. , implementation_dba_data: HR.PAY_US_EMP_COUNTY_TAX_RULES_F ,
-
Table: PAY_US_EMP_COUNTY_TAX_RULES_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_EMP_COUNTY_TAX_RULES_F, object_name:PAY_US_EMP_COUNTY_TAX_RULES_F, status:VALID, product: PAY - Payroll , description: County level tax details for employee assignments. , implementation_dba_data: HR.PAY_US_EMP_COUNTY_TAX_RULES_F ,
-
Table: PAY_US_COUNTY_SCHOOL_DSTS
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_COUNTY_SCHOOL_DSTS, object_name:PAY_US_COUNTY_SCHOOL_DSTS, status:VALID, product: PAY - Payroll , description: VERTEX geocodes for school districts that span counties. , implementation_dba_data: HR.PAY_US_COUNTY_SCHOOL_DSTS ,
-
View: PAYBV_US_COUNTIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_US_COUNTIES_V, object_name:PAYBV_US_COUNTIES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_US_COUNTIES_V ,
-
View: PAYBV_US_COUNTIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAYBV_US_COUNTIES_V, object_name:PAYBV_US_COUNTIES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAYBV_US_COUNTIES_V ,
-
Table: PAY_US_COUNTY_SCHOOL_DSTS
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_COUNTY_SCHOOL_DSTS, object_name:PAY_US_COUNTY_SCHOOL_DSTS, status:VALID, product: PAY - Payroll , description: VERTEX geocodes for school districts that span counties. , implementation_dba_data: HR.PAY_US_COUNTY_SCHOOL_DSTS ,
-
View: PAY_CA_PROVINCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROVINCES_V, object_name:PAY_CA_PROVINCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PROVINCES_V ,
-
View: PAY_CA_PROVINCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_PROVINCES_V, object_name:PAY_CA_PROVINCES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_PROVINCES_V ,
-
Table: 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, product: PAY - Payroll , description: Holds all distinct combinations of state code, county code and city code. , implementation_dba_data: HR.PAY_US_CITY_GEOCODES ,
-
Table: PAY_US_STATES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_STATES, object_name:PAY_US_STATES, status:VALID, product: PAY - Payroll , description: US states and their VERTEX geocodes, used to validate US addresses. , implementation_dba_data: HR.PAY_US_STATES ,
-
Table: PAY_US_STATES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_STATES, object_name:PAY_US_STATES, status:VALID, product: PAY - Payroll , description: US states and their VERTEX geocodes, used to validate US addresses. , implementation_dba_data: HR.PAY_US_STATES ,
-
Table: PAY_US_CITY_GEOCODES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_CITY_GEOCODES, object_name:PAY_US_CITY_GEOCODES, status:VALID, product: PAY - Payroll , description: Holds all distinct combinations of state code, county code and city code. , implementation_dba_data: HR.PAY_US_CITY_GEOCODES ,
-
View: PAY_CA_CITY_INFORMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_CITY_INFORMATION_V, object_name:PAY_CA_CITY_INFORMATION_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_CITY_INFORMATION_V ,
-
View: PAY_CA_CITY_INFORMATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_CA_CITY_INFORMATION_V, object_name:PAY_CA_CITY_INFORMATION_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_CA_CITY_INFORMATION_V ,
-
View: PAY_US_NEW_CITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_NEW_CITIES_V, object_name:PAY_US_NEW_CITIES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_NEW_CITIES_V ,
-
View: PAY_US_NEW_CITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_NEW_CITIES_V, object_name:PAY_US_NEW_CITIES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_NEW_CITIES_V ,
-
View: PAY_US_COUNTY_TAX_BAL_GRE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_COUNTY_TAX_BAL_GRE_V, object_name:PAY_US_COUNTY_TAX_BAL_GRE_V, status:VALID, product: PAY - Payroll , description: - Retrofitted - Retrofitted , implementation_dba_data: APPS.PAY_US_COUNTY_TAX_BAL_GRE_V ,
-
View: PAY_US_COUNTY_TAX_BAL_GRE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_COUNTY_TAX_BAL_GRE_V, object_name:PAY_US_COUNTY_TAX_BAL_GRE_V, status:VALID, product: PAY - Payroll , description: - Retrofitted - Retrofitted , implementation_dba_data: APPS.PAY_US_COUNTY_TAX_BAL_GRE_V ,
-
View: PAY_US_EMP_TIME_IN_COUNTY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_EMP_TIME_IN_COUNTY_V, object_name:PAY_US_EMP_TIME_IN_COUNTY_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_EMP_TIME_IN_COUNTY_V ,
-
View: PAY_US_EMP_TIME_IN_COUNTY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_EMP_TIME_IN_COUNTY_V, object_name:PAY_US_EMP_TIME_IN_COUNTY_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_EMP_TIME_IN_COUNTY_V ,
-
View: PAY_US_EMP_COUNTY_TAX_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_EMP_COUNTY_TAX_RULES_V, object_name:PAY_US_EMP_COUNTY_TAX_RULES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_EMP_COUNTY_TAX_RULES_V ,
-
View: PAY_US_EMP_COUNTY_TAX_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_EMP_COUNTY_TAX_RULES_V, object_name:PAY_US_EMP_COUNTY_TAX_RULES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_EMP_COUNTY_TAX_RULES_V ,
-
View: PAY_US_EMP_CITY_TAX_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_EMP_CITY_TAX_RULES_V, object_name:PAY_US_EMP_CITY_TAX_RULES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_EMP_CITY_TAX_RULES_V ,
-
View: PAY_US_EMP_CITY_TAX_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_EMP_CITY_TAX_RULES_V, object_name:PAY_US_EMP_CITY_TAX_RULES_V, status:VALID, product: PAY - Payroll , description: Used to support user interface , implementation_dba_data: APPS.PAY_US_EMP_CITY_TAX_RULES_V ,
-
View: PAY_US_ASG_RUN_LOCAL_TAX_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V, object_name:PAY_US_ASG_RUN_LOCAL_TAX_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V ,
-
View: PAY_US_ASG_RUN_LOCAL_TAX_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V, object_name:PAY_US_ASG_RUN_LOCAL_TAX_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_ASG_RUN_LOCAL_TAX_RBR_V ,
-
View: PAY_US_LOCAL_TAXES_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_TAXES_RBR_V, object_name:PAY_US_LOCAL_TAXES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCAL_TAXES_RBR_V ,
-
View: PAY_US_LOCAL_TAXES_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_TAXES_RBR_V, object_name:PAY_US_LOCAL_TAXES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCAL_TAXES_RBR_V ,
-
View: PAY_US_LOCAL_EE_WAGES_RBR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_EE_WAGES_RBR_V, object_name:PAY_US_LOCAL_EE_WAGES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCAL_EE_WAGES_RBR_V ,
-
View: PAY_US_LOCAL_EE_WAGES_RBR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_EE_WAGES_RBR_V, object_name:PAY_US_LOCAL_EE_WAGES_RBR_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCAL_EE_WAGES_RBR_V ,
-
View: PAY_US_LOCAL_EE_WAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_EE_WAGES_V, object_name:PAY_US_LOCAL_EE_WAGES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCAL_EE_WAGES_V ,
-
View: PAY_US_LOCAL_EE_WAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_EE_WAGES_V, object_name:PAY_US_LOCAL_EE_WAGES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCAL_EE_WAGES_V ,
-
View: PAY_US_LOCAL_TAXES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_TAXES_V, object_name:PAY_US_LOCAL_TAXES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCAL_TAXES_V ,
-
View: PAY_US_LOCAL_TAXES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_US_LOCAL_TAXES_V, object_name:PAY_US_LOCAL_TAXES_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_US_LOCAL_TAXES_V ,