Search Results pay_us_zip_codes
Overview
The PAY_US_ZIP_CODES table is a core reference data object within the Oracle E-Business Suite Payroll module (PAY). It functions as a repository for valid United States postal (ZIP) code ranges that are specifically integrated with the VERTEX tax calculation system. Its primary role is to provide a foundational layer for US address validation during payroll processing, ensuring that employee and tax location data aligns with the geographic definitions required for accurate tax withholding and reporting. By maintaining authoritative mappings between ZIP code ranges and their corresponding state, county, and city codes, this table enables the system to correctly associate an address with its pertinent tax jurisdictions.
Key Information Stored
The table stores ZIP codes as contiguous ranges rather than individual codes, which is an efficient method for representing geographic areas. The key columns define these ranges and their associated geographic hierarchy. The ZIP_START and ZIP_END columns define the inclusive lower and upper bounds of a valid ZIP code range. The STATE_CODE, COUNTY_CODE, and CITY_CODE columns store the geographic identifiers that correspond to that entire range of ZIP codes. Together, these five columns form the table's primary key (PAY_US_ZIP_CODES_PK), ensuring data integrity and uniqueness for each defined range.
Common Use Cases and Queries
The most frequent use case is the validation and enrichment of US address data entered for employees, work locations, or tax authorities. When an address is submitted, the system can query this table to verify if the provided ZIP code falls within a defined range and retrieve its standard geographic codes. A typical validation query would be:
SELECT state_code, county_code, city_code FROM hr.pay_us_zip_codes WHERE '<input_zip>' BETWEEN zip_start AND zip_end;
This table is also critical for batch validation processes, payroll tax calculations via VERTEX integration, and generating reports that require geographic aggregation of payroll data by state, county, or city. Administrators may run periodic checks to ensure all employee addresses reference valid ZIP ranges present in this table.
Related Objects
The PAY_US_ZIP_CODES table has a defined foreign key relationship with the PAY_US_CITY_GEOCODES table. This relationship enforces referential integrity, ensuring that the combination of STATE_CODE, COUNTY_CODE, and CITY_CODE stored in PAY_US_ZIP_CODES exists as a valid record in the PAY_US_CITY_GEOCODES master table. The join is performed on these three code columns. This structure creates a normalized geographic hierarchy where PAY_US_CITY_GEOCODES holds master city details, and PAY_US_ZIP_CODES defines the postal code ranges that map to each city record.
-
Table: PAY_US_ZIP_CODES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_ZIP_CODES, object_name:PAY_US_ZIP_CODES, status:VALID, product: PAY - Payroll , description: Valid zip code ranges for VERTEX cities, used to validate US addresses. , implementation_dba_data: HR.PAY_US_ZIP_CODES ,
-
Table: PAY_US_ZIP_CODES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_ZIP_CODES, object_name:PAY_US_ZIP_CODES, status:VALID, product: PAY - Payroll , description: Valid zip code ranges for VERTEX cities, used to validate US addresses. , implementation_dba_data: HR.PAY_US_ZIP_CODES ,
-
APPS.PER_KAD_BUS dependencies on PAY_US_ZIP_CODES
12.1.1
-
APPS.PAY_US_CITY_PKG dependencies on PAY_US_ZIP_CODES
12.2.2
-
APPS.PAY_CA_CITY_PKG dependencies on PAY_US_ZIP_CODES
12.2.2
-
APPS.BEN_WHATIF_ELIG dependencies on PAY_US_ZIP_CODES
12.2.2
-
APPS.GHR_SF52_DO_UPDATE dependencies on PAY_US_ZIP_CODES
12.2.2
-
APPS.HR_CA_FF_UDFS dependencies on PAY_US_ZIP_CODES
12.2.2
-
APPS.PAY_US_USER_CITY_UPGRADE_PKG dependencies on PAY_US_ZIP_CODES
12.2.2
-
APPS.PER_ADD_BUS dependencies on PAY_US_ZIP_CODES
12.1.1
-
APPS.PAY_US_CITY_PKG dependencies on PAY_US_ZIP_CODES
12.1.1
-
APPS.PAY_US_GEOCODE_REPORT_PKG dependencies on PAY_US_ZIP_CODES
12.1.1
-
APPS.GHR_SF52_DO_UPDATE dependencies on PAY_US_ZIP_CODES
12.1.1
-
APPS.BEN_WHATIF_ELIG dependencies on PAY_US_ZIP_CODES
12.1.1
-
APPS.HR_US_PYZIPCHK dependencies on PAY_US_ZIP_CODES
12.2.2
-
APPS.PAY_US_GEOCODE_REPORT_PKG dependencies on PAY_US_ZIP_CODES
12.2.2
-
APPS.PER_ADD_BUS dependencies on PAY_US_ZIP_CODES
12.2.2
-
APPS.HR_US_FF_UDFS dependencies on PAY_US_ZIP_CODES
12.2.2
-
APPS.HXT_INTERFACE_UTILITIES dependencies on PAY_US_ZIP_CODES
12.1.1
-
APPS.PER_KAD_BUS dependencies on PAY_US_ZIP_CODES
12.2.2
-
APPS.HR_US_FF_UDFS dependencies on PAY_US_ZIP_CODES
12.1.1
-
APPS.HR_US_PYZIPCHK dependencies on PAY_US_ZIP_CODES
12.1.1
-
APPS.HXT_INTERFACE_UTILITIES dependencies on PAY_US_ZIP_CODES
12.2.2
-
APPS.PAY_US_PAYSLIP_SIMULATION_MAIN dependencies on PAY_US_ZIP_CODES
12.2.2
-
APPS.HR_CA_FF_UDFS dependencies on PAY_US_ZIP_CODES
12.1.1
-
TABLE: HR.PAY_US_ZIP_CODES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_ZIP_CODES, object_name:PAY_US_ZIP_CODES, status:VALID,
-
VIEW: HR.PAY_US_ZIP_CODES#
12.2.2
owner:HR, object_type:VIEW, object_name:PAY_US_ZIP_CODES#, status:VALID,
-
VIEW: APPS.PAY_CA_POSTAL_CODES_V
12.1.1
-
APPS.HR_CA_FF_UDFS dependencies on PAY_US_CITY_NAMES
12.1.1
-
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,
-
APPS.HR_US_PYZIPCHK dependencies on PAY_US_COUNTIES
12.2.2
-
TABLE: HR.PAY_US_ZIP_CODES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_US_ZIP_CODES, object_name:PAY_US_ZIP_CODES, status:VALID,
-
SYNONYM: PUBLIC.PAY_US_ZIP_CODES
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PAY_US_ZIP_CODES, status:VALID,
-
SYNONYM: APPS.PAY_US_ZIP_CODES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_US_ZIP_CODES, status:VALID,
-
VIEW: APPS.HR_US_CITIES_LOV_V
12.1.1
-
TRIGGER: APPS.PAY_US_ZIP_CODES+
12.2.2
-
VIEW: APPS.HR_US_CITIES_LOV_V
12.2.2
-
VIEW: APPS.PAYBV_US_ZIP_CODES_V
12.1.1
-
APPS.PAY_CA_CITY_PKG SQL Statements
12.2.2
-
APPS.HR_CA_FF_UDFS dependencies on PAY_US_CITY_NAMES
12.2.2
-
VIEW: HR.PAY_US_ZIP_CODES#
12.2.2
-
VIEW: APPS.PAY_CA_POSTAL_CODES_V
12.2.2
-
APPS.HR_US_FF_UDFS dependencies on PAY_US_CITY_NAMES
12.1.1
-
VIEW: APPS.PAYBV_US_ZIP_CODES_V
12.2.2
-
APPS.HR_CA_FF_UDFS dependencies on PAY_US_COUNTIES
12.1.1
-
TRIGGER: APPS.PAY_US_ZIP_CODES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PAY_US_ZIP_CODES+, status:VALID,
-
APPS.HR_US_PYZIPCHK dependencies on PAY_US_COUNTIES
12.1.1
-
APPS.HR_US_FF_UDFS dependencies on PAY_US_CITY_NAMES
12.2.2
-
VIEW: APPS.HR_CA_CITIES_LOV_V
12.1.1
-
VIEW: APPS.HR_CA_CITIES_LOV_V
12.2.2