How to Update Geography details like STATE, CITY etc using API HZ_GEOGRAPHY_PUB ?
Upon analyzing the API , HZ_GEOGRAPHY_PUB.UPDATE_GEOGRAPHY() only updates the End_date, Geometry, timezone.
1. What if the user wants to update details in STATE like code , Code_Type etc.
2. How to add Alternate code and Names for a STATE/CITY using this API. I did it from front end but was not able to see in HZ_GEOGRAPHIES table. Do we some other
table where this information is stored?