DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_LOCATION_PROFILES_PKG

Line 350: hz_location_profiles_pkg.Insert_Row (

346: END IF;
347:
348: l_end_date := to_date('4712.12.31 00:01','YYYY.MM.DD HH24:MI');
349:
350: hz_location_profiles_pkg.Insert_Row (
351: x_location_profile_id => l_location_profile_id
352: ,x_location_id => x_location_id
353: ,x_actual_content_source => p_location_rec.actual_content_source
354: ,x_effective_start_date => sysdate

Line 379: hz_utility_v2pub.debug(p_message=>'hz_location_profiles_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
379: hz_utility_v2pub.debug(p_message=>'hz_location_profiles_pkg.insert_row (-) ' ||
380: 'l_location_profile_id = ' || l_location_profile_id,
381: p_prefix=>l_debug_prefix,
382: p_msg_level=>fnd_log.level_procedure);
383: -- ACNG add call to location profile: END