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 265: hz_locations_pkg.insert_row (

261: end if;
262:
263:
264: -- call table-handler to insert the record
265: hz_locations_pkg.insert_row (
266: x_location_id => p_location_rec.location_id,
267: x_attribute_category => p_location_rec.attribute_category,
268: x_attribute1 => p_location_rec.attribute1,
269: x_attribute2 => p_location_rec.attribute2,

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

370: -- ACNG add call to location profile: END
371:
372: -- Debug info.
373: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
374: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.insert_row (-) ' ||
375: 'x_location_id = ' || p_location_rec.location_id,
376: p_prefix=>l_debug_prefix,
377: p_msg_level=>fnd_log.level_procedure);
378: -- ACNG add call to location profile: BEGIN

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

625: p_location_rec.geometry := l_geometry;
626:
627: -- Debug info.
628: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
629: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.Update_Row (+) ',
630: p_prefix=>l_debug_prefix,
631: p_msg_level=>fnd_log.level_procedure);
632: END IF;
633:

Line 642: hz_locations_pkg.update_row (

638: l_acs := NULL;
639: END IF;
640:
641: -- call to table-handler to update the record
642: hz_locations_pkg.update_row (
643: x_rowid => l_rowid,
644: x_location_id => p_location_rec.location_id,
645: x_attribute_category => p_location_rec.attribute_category,
646: x_attribute1 => p_location_rec.attribute1,

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

803: -- ACNG add call to location profile: END
804:
805: -- Debug info.
806: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
807: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.update_row (-) ',
808: p_prefix=>l_debug_prefix,
809: p_msg_level=>fnd_log.level_procedure);
810: END IF;
811:

Line 1909: * hz_locations_PKG.Select_Row

1905: * DESCRIPTION
1906: * Gets location record.
1907: *
1908: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
1909: * hz_locations_PKG.Select_Row
1910: *
1911: * ARGUMENTS
1912: * IN:
1913: * p_init_msg_list Initialize message stack if it is set to

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

1975: x_location_rec.location_id := p_location_id;
1976:
1977: -- Debug info.
1978: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1979: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.Select_Row (+)',
1980: p_prefix=>l_debug_prefix,
1981: p_msg_level=>fnd_log.level_procedure);
1982: END IF;
1983:

Line 1984: hz_locations_pkg.select_row (

1980: p_prefix=>l_debug_prefix,
1981: p_msg_level=>fnd_log.level_procedure);
1982: END IF;
1983:
1984: hz_locations_pkg.select_row (
1985: x_location_id => x_location_rec.location_id,
1986: x_attribute_category => x_location_rec.attribute_category,
1987: x_attribute1 => x_location_rec.attribute1,
1988: x_attribute2 => x_location_rec.attribute2,

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

2051: );
2052:
2053: -- Debug info.
2054: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
2055: hz_utility_v2pub.debug(p_message=>'hz_locations_pkg.select_row (-)',
2056: p_prefix=>l_debug_prefix,
2057: p_msg_level=>fnd_log.level_procedure);
2058: END IF;
2059: