DBA Data[Home] [Help]

APPS.FLM_AUTO_REPLENISHMENT dependencies on HZ_TIMEZONE_PUB

Line 827: HZ_TIMEZONE_PUB.Get_Time(

823: Server timezone */
824: l_client_tz_id := to_number(fnd_profile.value_specific('CLIENT_TIMEZONE_ID'));
825: l_server_tz_id := to_number(fnd_profile.value_specific('SERVER_TIMEZONE_ID'));
826:
827: HZ_TIMEZONE_PUB.Get_Time(
828: p_api_version => 1.0,
829: p_init_msg_list => 'F',
830: p_source_tz_id => l_client_tz_id,
831: p_dest_tz_id => l_server_tz_id,