DBA Data[Home] [Help]

PACKAGE: APPS.FND_TIMEZONE_PUB

Source


1 PACKAGE fnd_timezone_pub AUTHID CURRENT_USER as
2 /* $Header: AFTZPUBS.pls 120.0 2006/08/21 05:56:23 appldev noship $ */
3 
4   function adjust_datetime(date_time date
5                           ,from_tz varchar2
6                           ,to_tz   varchar2) return date;
7   PRAGMA restrict_references(adjust_datetime, WNDS, WNPS, RNDS);
8 end fnd_timezone_pub;