DBA Data[Home] [Help]

APPS.HZ_CONTACT_POINT_V2PUB dependencies on HZ_TIMEZONE_PUB

Line 699: hz_timezone_pub.get_phone_timezone_id(

695: if l_phone_rec.phone_country_code IS NOT NULL AND
696: l_phone_rec.phone_country_code <> fnd_api.g_miss_char
697: then
698: l_message_count := fnd_msg_pub.count_msg();
699: hz_timezone_pub.get_phone_timezone_id(
700: p_api_version => 1.0,
701: p_init_msg_list => FND_API.G_FALSE,
702: p_phone_country_code => l_phone_rec.phone_country_code,
703: p_area_code => l_phone_rec.phone_area_code,

Line 2976: -- hz_timezone_pub.get_phone_timezone_id.

2972: -- enhanced backward compatibility.
2973: -- 06-JUL-2004 Rajib Ranjan Borah Bug 3711740.If phone_area_code/
2974: -- phone_country_code is null, then do
2975: -- not assign the old value before calling
2976: -- hz_timezone_pub.get_phone_timezone_id.
2977:
2978: PROCEDURE update_contact_point_main (
2979: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
2980: p_contact_point_rec IN contact_point_rec_type,

Line 3171: hz_timezone_pub.get_phone_timezone_id(

3167: else
3168: l_phone_area_code := l_phone_rec.phone_area_code;
3169: end if;
3170: l_message_count := fnd_msg_pub.count_msg();
3171: hz_timezone_pub.get_phone_timezone_id(
3172: p_api_version => 1.0,
3173: p_init_msg_list => FND_API.G_FALSE,
3174: p_phone_country_code => l_phone_country_code,
3175: p_area_code => l_phone_area_code,