Search Results hz_geography_validate_pvt




Overview

HZ_GEOGRAPHY_PUB is the public PL/SQL API package in the Oracle E-Business Suite Applications (APPS) schema that governs the creation and maintenance of geography and zone data within the Oracle Trading Community Architecture (TCA) model. Geographies represent the hierarchical political and administrative structures (country, state, county, city, postal code) used throughout EBS for address validation, tax jurisdiction determination, territory assignment, and party location management. The package is classified as a PUB (public) API, meaning it is intended as a supported interface for external callers — both standard EBS modules and customer extensions — rather than an internal utility. It is a member of the HZ (Trading Community) module family and is dependent on the FND_API framework for its standard return-status and message-handling conventions, as well as on MDSYS.SDO_GEOMETRY for spatial geometry handling. The object is documented as VALID in the ETRM repository for release 12.1.1 and 12.2.2.

Key Procedures and Functions

The documented API exposes eleven procedures and functions covering geography master data, identifiers, ranges, and zone relationships:

Each procedure follows the FND_API standard, returning a success/failure status and error message via the conventional API output parameters.

Tables Accessed

The package reads and writes the following tables through APPS synonyms:

Usage Notes

HZ_GEOGRAPHY_PUB is invoked primarily by the TCA geography maintenance UI, the geography validation infrastructure (notably HZ_GEOGRAPHY_VALIDATE_PVT, the object referenced in the originating search), the UI wrapper HZ_GEOGRAPHY_PUB_UIW, and migration utilities such as ZX_GEO_JUR_MIGR_PKG and ZX_HR_LOCATIONS_GNR_HOOK. The ETRM metadata confirms that it is referenced by four other packages. Customers and integrators should call this public API, rather than inserting directly into the underlying HZ tables, to ensure validation, hierarchy consistency, and FND_API-compliant error handling.