DBA Data[Home] [Help]

APPS.HZ_GNR_PVT dependencies on HZ_GEO_STRUCTURE_LEVELS

Line 1741: FROM hz_geo_structure_levels

1737: -- get the structure levels for which we have to build the query
1738: -- result here will be 1 less since for country no structure level is defined.
1739: SELECT COUNT(*)
1740: INTO l_structure_level_count
1741: FROM hz_geo_structure_levels
1742: WHERE country_code = upper(p_country_code)
1743: CONNECT BY geography_type = PRIOR parent_geography_type
1744: AND country_code = upper(p_country_code)
1745: START WITH geography_type = ll_geo_type