DBA Data[Home] [Help]

APPS.PON_OA_UTIL_PKG dependencies on PON_OEX_TIMEZONE_PKG

Line 726: IF (PON_OEX_TIMEZONE_PKG.VALID_ZONE(v_client_timezone) = 1) THEN

722: --
723: -- Convert the dates to the user's timezone.
724: --
725:
726: IF (PON_OEX_TIMEZONE_PKG.VALID_ZONE(v_client_timezone) = 1) THEN
727: v_new_date := PON_OEX_TIMEZONE_PKG.CONVERT_TIME(p_date,p_server_timezone_id,v_client_timezone);
728: ELSE
729: v_new_date := p_date;
730: v_client_timezone := p_server_timezone_id;

Line 727: v_new_date := PON_OEX_TIMEZONE_PKG.CONVERT_TIME(p_date,p_server_timezone_id,v_client_timezone);

723: -- Convert the dates to the user's timezone.
724: --
725:
726: IF (PON_OEX_TIMEZONE_PKG.VALID_ZONE(v_client_timezone) = 1) THEN
727: v_new_date := PON_OEX_TIMEZONE_PKG.CONVERT_TIME(p_date,p_server_timezone_id,v_client_timezone);
728: ELSE
729: v_new_date := p_date;
730: v_client_timezone := p_server_timezone_id;
731: END IF;

Line 775: IF (PON_OEX_TIMEZONE_PKG.VALID_ZONE(v_client_timezone) = 1) THEN

771: --
772: -- Convert the dates to the user's timezone.
773: --
774:
775: IF (PON_OEX_TIMEZONE_PKG.VALID_ZONE(v_client_timezone) = 1) THEN
776: v_new_date := PON_OEX_TIMEZONE_PKG.CONVERT_TIME(p_date,p_server_timezone_id,v_client_timezone);
777: ELSE
778: v_new_date := p_date;
779: END IF;

Line 776: v_new_date := PON_OEX_TIMEZONE_PKG.CONVERT_TIME(p_date,p_server_timezone_id,v_client_timezone);

772: -- Convert the dates to the user's timezone.
773: --
774:
775: IF (PON_OEX_TIMEZONE_PKG.VALID_ZONE(v_client_timezone) = 1) THEN
776: v_new_date := PON_OEX_TIMEZONE_PKG.CONVERT_TIME(p_date,p_server_timezone_id,v_client_timezone);
777: ELSE
778: v_new_date := p_date;
779: END IF;
780: