[Home] [Help]
686: -- the structure below is used to cache geography types info
687: -- This structure is referenced in jurisdictions API (get_zone)
688:
689: TYPE geography_type_info_rec_type is record
690: (GEOGRAPHY_TYPE hz_geography_types_b.geography_type%TYPE,
691: GEOGRAPHY_USE hz_geography_types_b.GEOGRAPHY_USE%TYPE,
692: LIMITED_BY_GEOGRAPHY_ID hz_geography_types_b.LIMITED_BY_GEOGRAPHY_ID%TYPE);
693:
694: TYPE geography_type_info_tbl_type is table of geography_type_info_rec_type index by BINARY_INTEGER;
687: -- This structure is referenced in jurisdictions API (get_zone)
688:
689: TYPE geography_type_info_rec_type is record
690: (GEOGRAPHY_TYPE hz_geography_types_b.geography_type%TYPE,
691: GEOGRAPHY_USE hz_geography_types_b.GEOGRAPHY_USE%TYPE,
692: LIMITED_BY_GEOGRAPHY_ID hz_geography_types_b.LIMITED_BY_GEOGRAPHY_ID%TYPE);
693:
694: TYPE geography_type_info_tbl_type is table of geography_type_info_rec_type index by BINARY_INTEGER;
695:
688:
689: TYPE geography_type_info_rec_type is record
690: (GEOGRAPHY_TYPE hz_geography_types_b.geography_type%TYPE,
691: GEOGRAPHY_USE hz_geography_types_b.GEOGRAPHY_USE%TYPE,
692: LIMITED_BY_GEOGRAPHY_ID hz_geography_types_b.LIMITED_BY_GEOGRAPHY_ID%TYPE);
693:
694: TYPE geography_type_info_tbl_type is table of geography_type_info_rec_type index by BINARY_INTEGER;
695:
696:
700: TYPE geography_use_info_rec_type is record
701: (
702: TAX_ID zx_taxes_b.tax_id%type,
703: GEOGRAPHY_TYPE_NUM number,
704: GEOGRAPHY_TYPE hz_geography_types_b.geography_type%type,
705: GEOGRAPHY_USE hz_geography_types_b.geography_use%TYPE);
706:
707: TYPE geography_use_info_tbl_type is table of geography_use_info_rec_type index by binary_integer;
708:
701: (
702: TAX_ID zx_taxes_b.tax_id%type,
703: GEOGRAPHY_TYPE_NUM number,
704: GEOGRAPHY_TYPE hz_geography_types_b.geography_type%type,
705: GEOGRAPHY_USE hz_geography_types_b.geography_use%TYPE);
706:
707: TYPE geography_use_info_tbl_type is table of geography_use_info_rec_type index by binary_integer;
708:
709: -- the structure below is used in jurisdictions get_zone API to get geo name