DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_TIMEZONE_PUB

Line 239: hz_timezone_pub.get_timezone_id(

235: if p_location_rec.timezone_id is null or
236: p_location_rec.timezone_id = fnd_api.g_miss_num
237: then
238: l_message_count := fnd_msg_pub.count_msg();
239: hz_timezone_pub.get_timezone_id(
240: p_api_version => 1.0,
241: p_init_msg_list => FND_API.G_FALSE,
242: p_postal_code => p_location_rec.postal_code,
243: p_city => p_location_rec.city,

Line 1622: hz_timezone_pub.get_timezone_id(

1618: then
1619: l_location_rec.state := l_old_location_rec.state;
1620: end if;
1621: l_message_count := fnd_msg_pub.count_msg();
1622: hz_timezone_pub.get_timezone_id(
1623: p_api_version => 1.0,
1624: p_init_msg_list => FND_API.G_FALSE,
1625: p_postal_code => l_location_rec.postal_code,
1626: p_city => l_location_rec.city,