DBA Data[Home] [Help]

APPS.ZX_GLOBAL_STRUCTURES_PKG dependencies on HZ_GEO_NAME_REFERENCES

Line 871: LOCATION_ID hz_geo_name_references.location_id%TYPE,

867: -- reference for a given location_id and this structure is value for the whole session.
868:
869: TYPE geo_name_references_rec_type is record
870: (
871: LOCATION_ID hz_geo_name_references.location_id%TYPE,
872: REF_COUNT NUMBER
873: );
874:
875: TYPE geo_name_references_tbl_type is table of geo_name_references_rec_type index by binary_integer;