1538: 'ZX_TCM_EXT_SERVICES_PUB.get_fc_country_def_cache_info(+)');
1539: END IF;
1540:
1541:
1542: l_index := dbms_utility.get_hash_value(
1543: p_country_code||p_classification_type,
1544: 1,
1545: 8192);
1546: --
1583: l_tbl_index binary_integer;
1584: BEGIN
1585:
1586: -- set the value in cache
1587: l_tbl_index := dbms_utility.get_hash_value(
1588: p_country_code||p_classification_type,
1589: 1,
1590: 8192);
1591:
1599: RETURN BOOLEAN is
1600: l_country_index binary_integer;
1601: l_territory_code fnd_territories.territory_code%type;
1602: BEGIN
1603: l_country_index := dbms_utility.get_hash_value(P_COUNTRY_CODE, 1, 8192);
1604: IF ZX_GLOBAL_STRUCTURES_PKG.G_TERRITORY_TBL.exists(l_country_index) then
1605: RETURN TRUE;
1606: ELSE
1607: BEGIN