DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_FUZZY_PUB

Line 194: l_key := hz_fuzzy_pub.generate_key (

190: RAISE fnd_api.g_exc_error;
191: END IF;
192:
193: -- call address key generation program
194: l_key := hz_fuzzy_pub.generate_key (
195: 'ADDRESS',
196: NULL,
197: p_location_rec.address1,
198: p_location_rec.address2,

Line 604: l_key := hz_fuzzy_pub.generate_key (

600: l_geometry := p_location_rec.geometry;
601: END IF;
602:
603: -- call address key generation program
604: l_key := hz_fuzzy_pub.generate_key (
605: 'ADDRESS',
606: NULL,
607: p_location_rec.address1,
608: p_location_rec.address2,