DBA Data[Home] [Help]

APPS.HZ_CONTACT_POINT_V2PUB dependencies on HZ_TIMEZONE_PUB

Line 689: hz_timezone_pub.get_phone_timezone_id(

685: if l_phone_rec.phone_country_code IS NOT NULL AND
686: l_phone_rec.phone_country_code <> fnd_api.g_miss_char
687: then
688: l_message_count := fnd_msg_pub.count_msg();
689: hz_timezone_pub.get_phone_timezone_id(
690: p_api_version => 1.0,
691: p_init_msg_list => FND_API.G_FALSE,
692: p_phone_country_code => l_phone_rec.phone_country_code,
693: p_area_code => l_phone_rec.phone_area_code,

Line 2820: -- hz_timezone_pub.get_phone_timezone_id.

2816: -- enhanced backward compatibility.
2817: -- 06-JUL-2004 Rajib Ranjan Borah Bug 3711740.If phone_area_code/
2818: -- phone_country_code is null, then do
2819: -- not assign the old value before calling
2820: -- hz_timezone_pub.get_phone_timezone_id.
2821:
2822: PROCEDURE update_contact_point_main (
2823: p_init_msg_list IN VARCHAR2 := fnd_api.g_false,
2824: p_contact_point_rec IN contact_point_rec_type,

Line 3015: hz_timezone_pub.get_phone_timezone_id(

3011: else
3012: l_phone_area_code := l_phone_rec.phone_area_code;
3013: end if;
3014: l_message_count := fnd_msg_pub.count_msg();
3015: hz_timezone_pub.get_phone_timezone_id(
3016: p_api_version => 1.0,
3017: p_init_msg_list => FND_API.G_FALSE,
3018: p_phone_country_code => l_phone_country_code,
3019: p_area_code => l_phone_area_code,