Search Results pay_us_city_names
Overview
The PAY_US_CITY_NAMES table is a core reference data object within the Oracle E-Business Suite Payroll module (PAY). It serves as a master repository for United States city information, specifically designed to support address validation and tax calculation processes. Its primary role is to store canonical city names alongside their associated VERTEX geocodes, which are critical for interfacing with the VERTEX tax calculation engine. This table ensures that city-level data used in employee addresses and tax jurisdictions is standardized and accurate, a fundamental requirement for correct payroll processing and tax withholding in the U.S.
Key Information Stored
The table's structure is defined by a composite primary key that uniquely identifies each city record. The key columns are CITY_NAME, STATE_CODE, COUNTY_CODE, and CITY_CODE. These fields, in conjunction, provide a precise geographic identifier. The CITY_NAME column holds the official name of the city, while the STATE_CODE, COUNTY_CODE, and CITY_CODE columns store the corresponding VERTEX geocode components. These numeric codes are essential for mapping a city to its specific tax rules and jurisdictions within the VERTEX system. The table's design implies a hierarchical relationship: a city (CITY_CODE) belongs to a county (COUNTY_CODE) within a state (STATE_CODE).
Common Use Cases and Queries
The primary use case is the validation and enrichment of U.S. addresses entered within the HRMS system, particularly for employees and tax reporting units. During address entry, the system can reference this table to ensure city, county, and state combinations are valid. A common reporting or validation query involves joining this table to employee address data. For example:
SELECT per.city, pucn.state_code, pucn.county_code FROM per_addresses per, pay_us_city_names pucn WHERE per.city = pucn.city_name AND per.state = pucn.state_code;
This table is also crucial for batch processes that prepare data for the VERTEX tax engine, where the geocodes are used as lookup keys to determine the correct tax jurisdiction for payroll calculations.
Related Objects
As indicated by the foreign key relationship in the metadata, PAY_US_CITY_NAMES is directly linked to the PAY_US_CITY_GEOCODES table. The foreign key is defined on the composite of STATE_CODE, COUNTY_CODE, and CITY_CODE columns. This relationship suggests that PAY_US_CITY_GEOCODES may hold more detailed or supplemental geocode information. The table is inherently related to any HRMS objects storing U.S. addresses, such as PER_ADDRESSES. Furthermore, it is a foundational component for the Payroll tax configuration and calculation engine, interacting with modules that handle tax rules, reporting, and third-party integrations like VERTEX.
-
Table: PAY_US_CITY_NAMES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_CITY_NAMES, object_name:PAY_US_CITY_NAMES, status:VALID, product: PAY - Payroll , description: US cities and their VERTEX geocodes, used to validate US addresses. , implementation_dba_data: HR.PAY_US_CITY_NAMES ,
-
Table: PAY_US_CITY_NAMES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_CITY_NAMES, object_name:PAY_US_CITY_NAMES, status:VALID, product: PAY - Payroll , description: US cities and their VERTEX geocodes, used to validate US addresses. , implementation_dba_data: HR.PAY_US_CITY_NAMES ,
-
APPS.PER_ADD_BUS dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.HR_CA_FF_UDFS dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.BEN_WHATIF_ELIG dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_RI_AC_TAX_RULE dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_RI_AC_TAX_RULE dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_US_TAX_INTERNAL dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_US_EMP_DT_TAX_RULES dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_CA_CITY_UPD dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_US_GEOCODE_REPORT_PKG dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_CA_EOY_RL1_ARCHIVE dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_CA_EOY_ARCHIVE dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_US_ARCHIVE dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_US_W2_GENERIC_EXTRACT dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_CTY_BUS dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_CA_EOY_ARCHIVE dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_US_USER_CITY_UPGRADE_PKG dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_US_MMREF_FUNCTION_PKG dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_US_EMP_DT_TAX_VAL dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_US_ACTION_ARCH dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.CSP_SHIP_TO_ADDRESS_PVT dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_AC_TAXABILITY_WRAPPER dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_CTY_BUS dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_CA_CITY_UPD dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_AC_ACTION_ARCH dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_US_ARCHIVE dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.HR_US_FF_UDFS dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.HXT_INTERFACE_UTILITIES dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_US_CITY_PKG dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_US_GEOCODE_REPORT_PKG dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_AC_UTIL dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_AC_TAXABILITY_WRAPPER dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_CA_CITY_UPD dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PQP_HRTCA_INTEGRATION dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_US_TAX_INTERNAL dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.HR_GENERAL dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.HXT_INTERFACE_UTILITIES dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_CA_T4AEOY_ARCHIVE dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_US_W2_GENERIC_EXTRACT dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_GTNLOD_PKG dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.BEN_WHATIF_ELIG dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_US_ACTION_ARCH dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_AC_TAXABILITY_CHK_ROW dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAYUSUNB_PKG dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_US_MMREF_FUNCTION_PKG dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.PAY_CA_CITY_UPD dependencies on PAY_US_CITY_NAMES
12.1.1
-
APPS.GHR_SF52_DO_UPDATE dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_US_EMPLOYEE_PAYSLIP_WEB dependencies on PAY_US_CITY_NAMES
12.2.2
-
APPS.PAY_BALANCE_UTILITIES dependencies on PAY_US_CITY_NAMES
12.2.2