DBA Data[Home] [Help]

APPS.HZ_GNR_PVT dependencies on HZ_GEO_STRUCTURE_LEVELS

Line 1805: FROM hz_geo_structure_levels

1801: -- get the structure levels for which we have to build the query
1802: -- result here will be 1 less since for country no structure level is defined.
1803: SELECT COUNT(*)
1804: INTO l_structure_level_count
1805: FROM hz_geo_structure_levels
1806: WHERE country_code = upper(p_country_code)
1807: CONNECT BY geography_type = PRIOR parent_geography_type
1808: AND country_code = upper(p_country_code)
1809: START WITH geography_type = ll_geo_type