DBA Data[Home] [Help]

APPS.OWA_CUSTOM dependencies on STANDARD

Line 5: -- If your timezone is not in the list of standard timezones,

1: package OWA_CUSTOM AUTHID CURRENT_USER as
2: /* $Header: AFOAUTHS.pls 115.9 2002/03/27 13:34:29 pkm ship $ */
3:
4:
5: -- If your timezone is not in the list of standard timezones,
6: -- then use dbms_server_gmtdiff to give the number of hours
7: -- that your database server is ahead (or negative if behind)
8: -- Greenwich Mean Time
9: dbms_server_timezone constant varchar2(3) := 'PST';