DBA Data[Home] [Help]

APPS.CSF_RESOURCE_PUB dependencies on HZ_TIMEZONE_PUB

Line 2431: hz_timezone_pub.get_time(

2427: END IF;
2428:
2429: -- Only try conversion when source and destination timezones are found
2430: IF l_source_tz_id IS NOT NULL AND l_dest_tz_id IS NOT NULL THEN
2431: hz_timezone_pub.get_time(
2432: p_api_version => 1.0
2433: , p_init_msg_list => fnd_api.g_false
2434: , p_source_tz_id => l_source_tz_id
2435: , p_dest_tz_id => l_dest_tz_id