DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_LOCATION_PROFILES_PKG

Line 363: hz_location_profiles_pkg.Insert_Row (

359: END IF;
360:
361: l_end_date := to_date('4712.12.31 00:01','YYYY.MM.DD HH24:MI');
362:
363: hz_location_profiles_pkg.Insert_Row (
364: x_location_profile_id => l_location_profile_id
365: ,x_location_id => x_location_id
366: ,x_actual_content_source => p_location_rec.actual_content_source
367: ,x_effective_start_date => sysdate

Line 392: hz_utility_v2pub.debug(p_message=>'hz_location_profiles_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
392: hz_utility_v2pub.debug(p_message=>'hz_location_profiles_pkg.insert_row (-) ' ||
393: 'l_location_profile_id = ' || l_location_profile_id,
394: p_prefix=>l_debug_prefix,
395: p_msg_level=>fnd_log.level_procedure);
396: -- ACNG add call to location profile: END