DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_LOCATIONS_PKG

Line 217: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.insert_row (+)',

213: p_location_rec.address_key := l_key;
214:
215: -- Debug info.
216: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
217: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.insert_row (+)',
218: p_prefix=>l_debug_prefix,
219: p_msg_level=>fnd_log.level_procedure);
220: END IF;
221:

Line 278: hz_locations_pkg.insert_row (

274: end if;
275:
276:
277: -- call table-handler to insert the record
278: hz_locations_pkg.insert_row (
279: x_location_id => p_location_rec.location_id,
280: x_attribute_category => p_location_rec.attribute_category,
281: x_attribute1 => p_location_rec.attribute1,
282: x_attribute2 => p_location_rec.attribute2,

Line 387: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.insert_row (-) ' ||

383: -- ACNG add call to location profile: END
384:
385: -- Debug info.
386: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
387: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.insert_row (-) ' ||
388: 'x_location_id = ' || p_location_rec.location_id,
389: p_prefix=>l_debug_prefix,
390: p_msg_level=>fnd_log.level_procedure);
391: -- ACNG add call to location profile: BEGIN

Line 642: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.Update_Row (+) ',

638: p_location_rec.geometry := l_geometry;
639:
640: -- Debug info.
641: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
642: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.Update_Row (+) ',
643: p_prefix=>l_debug_prefix,
644: p_msg_level=>fnd_log.level_procedure);
645: END IF;
646:

Line 655: hz_locations_pkg.update_row (

651: l_acs := NULL;
652: END IF;
653:
654: -- call to table-handler to update the record
655: hz_locations_pkg.update_row (
656: x_rowid => l_rowid,
657: x_location_id => p_location_rec.location_id,
658: x_attribute_category => p_location_rec.attribute_category,
659: x_attribute1 => p_location_rec.attribute1,

Line 820: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.update_row (-) ',

816: -- ACNG add call to location profile: END
817:
818: -- Debug info.
819: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
820: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.update_row (-) ',
821: p_prefix=>l_debug_prefix,
822: p_msg_level=>fnd_log.level_procedure);
823: END IF;
824:

Line 1941: * hz_locations_PKG.Select_Row

1937: * DESCRIPTION
1938: * Gets location record.
1939: *
1940: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
1941: * hz_locations_PKG.Select_Row
1942: *
1943: * ARGUMENTS
1944: * IN:
1945: * p_init_msg_list Initialize message stack if it is set to

Line 2011: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.Select_Row (+)',

2007: x_location_rec.location_id := p_location_id;
2008:
2009: -- Debug info.
2010: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
2011: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.Select_Row (+)',
2012: p_prefix=>l_debug_prefix,
2013: p_msg_level=>fnd_log.level_procedure);
2014: END IF;
2015:

Line 2016: hz_locations_pkg.select_row (

2012: p_prefix=>l_debug_prefix,
2013: p_msg_level=>fnd_log.level_procedure);
2014: END IF;
2015:
2016: hz_locations_pkg.select_row (
2017: x_location_id => x_location_rec.location_id,
2018: x_attribute_category => x_location_rec.attribute_category,
2019: x_attribute1 => x_location_rec.attribute1,
2020: x_attribute2 => x_location_rec.attribute2,

Line 2087: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.select_row (-)',

2083: );
2084:
2085: -- Debug info.
2086: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
2087: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.select_row (-)',
2088: p_prefix=>l_debug_prefix,
2089: p_msg_level=>fnd_log.level_procedure);
2090: END IF;
2091: