DBA Data[Home] [Help]

APPS.PVX_UTILITY_PVT dependencies on HZ_TIMEZONE_PUB

Line 511: HZ_TIMEZONE_PUB.get_time(

507: l_from_timezone_id := l_sys_time_id ;
508: l_to_timezone_id := l_user_tz_id ;
509: END IF;
510:
511: HZ_TIMEZONE_PUB.get_time(
512: p_api_version => 1.0,
513: p_init_msg_list => p_init_msg_list,
514: p_source_tz_id => l_from_timezone_id ,
515: p_dest_tz_id => l_to_timezone_id ,