DBA Data[Home] [Help]

APPS.HZ_GEO_GET_PUB dependencies on HZ_UTILITY_V2PUB

Line 375: return hz_utility_v2pub.Get_LookupMeaning('AR_LOOKUPS', 'HZ_GEO_DISPLAY_ONLY', 'WORLD');

371: from hz_geographies
372: where geography_id = l_geo_id;
373: Exception
374: When no_data_found then
375: return hz_utility_v2pub.Get_LookupMeaning('AR_LOOKUPS', 'HZ_GEO_DISPLAY_ONLY', 'WORLD');
376: end;
377:
378: l_clause := 'nvl2(geography_element1, geography_element1, geography_name)';
379: