DBA Data[Home] [Help]

APPS.OWA_INIT dependencies on STANDARD

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

1: package OWA_INIT AUTHID CURRENT_USER as
2: /* $Header: AFOAUTHS.pls 115.3 99/07/16 23:25:35 porting $ */
3:
4: -- If your timezone is not in the list of standard timezones,
5: -- then use dbms_server_gmtdiff to give the number of hours
6: -- that your database server is ahead (or negative if behind)
7: -- Greenwich Mean Time
8: dbms_server_timezone constant varchar2(3) := 'PST';