DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on HZ_GEO_NAME_REFERENCES

Line 714: LOCATION_ID hz_geo_name_references.location_id%TYPE,

710: -- reference for a given location_id and this structure is value for the whole session.
711:
712: TYPE geo_name_references_rec_type is record
713: (
714: LOCATION_ID hz_geo_name_references.location_id%TYPE,
715: REF_COUNT NUMBER
716: );
717:
718: TYPE geo_name_references_tbl_type is table of geo_name_references_rec_type index by binary_integer;