DBA Data[Home] [Help]

APPS.JL_ZZ_AR_TX_LIB_PKG dependencies on HZ_GEO_STRUCTURE_LEVELS

Line 376: FROM hz_geo_structure_levels

372: BEGIN
373: BEGIN
374: SELECT 'Y'
375: INTO l_exists
376: FROM hz_geo_structure_levels
377: WHERE geography_type = p_geo_type
378: AND country_code = p_country_code
379: AND rownum = 1;
380: EXCEPTION