DBA Data[Home] [Help]

APPS.HZ_GEO_UI_UTIL_PUB dependencies on HZ_GEO_STRUCT_MAP

Line 113: from Hz_geo_struct_map st,

109: cursor c_loc_tbl(l_map_id in number)
110: is
111: select st.loc_tbl_name,
112: geo.geography_id
113: from Hz_geo_struct_map st,
114: hz_geographies geo
115: where map_id = l_map_id
116: AND st.country_code = geo.country_code
117: AND geo.geography_type = 'COUNTRY';