DBA Data[Home] [Help]

APPS.HZ_GEOCODE_PKG dependencies on HZ_ELOCATION_PKG

Line 880: -- l_loc_array is changed to type HZ_ELOCATION_PKG.geo_location_rec_type

876:
877: ---------------------------------------------------
878: -- RETURN the xml request for 1 to 12 location info
879: -- If error then x_return_status = E
880: -- l_loc_array is changed to type HZ_ELOCATION_PKG.geo_location_rec_type
881: ---------------------------------------------------
882: FUNCTION location_xml (
883: p_loc_array IN OUT NOCOPY loc_array,
884: p_name IN VARCHAR2 DEFAULT NULL,

Line 896: l_loc_rec HZ_ELOCATION_PKG.geo_location_rec_type;

892: l_count NUMBER;
893: l_form_us VARCHAR2(2500);
894: at_least_one VARCHAR2(1);
895: -- l_loc_rec hz_location_v2pub.location_rec_type;
896: l_loc_rec HZ_ELOCATION_PKG.geo_location_rec_type;
897: l_debug_prefix VARCHAR2(30):= '';
898: msg VARCHAR2(2000);
899: BEGIN
900: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN