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 617: l_key := hz_fuzzy_pub.generate_key (

613: l_geometry := p_location_rec.geometry;
614: END IF;
615:
616: -- call address key generation program
617: l_key := hz_fuzzy_pub.generate_key (
618: 'ADDRESS',
619: NULL,
620: p_location_rec.address1,
621: p_location_rec.address2,