DBA Data[Home] [Help]

APPS.JTF_TASK_RECURRENCES_PVT dependencies on HZ_TIMEZONE_PUB

Line 604: hz_timezone_pub.get_timezone_gmt_deviation(

600: FROM hz_timezones
601: WHERE timezone_id = l_server_tz_id;
602:
603: --Get the GMT deviation of p_to_date
604: hz_timezone_pub.get_timezone_gmt_deviation(
605: p_api_version => 1.0
606: , p_init_msg_list => 'F'
607: , p_timezone_id => l_server_tz_id
608: , p_date => l_to_date

Line 629: hz_timezone_pub.get_timezone_gmt_deviation(

625: l_to_date_in_dst := true;
626: END IF;
627:
628: --Get the GMT deviation of p_from_date
629: hz_timezone_pub.get_timezone_gmt_deviation(
630: p_api_version => 1.0
631: , p_init_msg_list => 'F'
632: , p_timezone_id => l_server_tz_id
633: , p_date => l_from_date

Line 965: l_conv_cal_start_date:= HZ_TIMEZONE_PUB.CONVERT_DATETIME(l_server_tz_id,

961: p_required_date :=
962: TO_DATE (TO_CHAR (p_date_of_month) || '-' || p_occurs_month || '-' || TO_CHAR (p_required_date, 'yyyy'), 'dd-mm-yyyy');
963: END IF;
964: ELSE
965: l_conv_cal_start_date:= HZ_TIMEZONE_PUB.CONVERT_DATETIME(l_server_tz_id,
966: l_client_tz_id,
967: l_cal_start_date
968: );
969: