DBA Data[Home] [Help]

PACKAGE: APPS.OWA_INIT

Source


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';
9    dbms_server_gmtdiff  constant number      := NULL;
10 
11    -- Global DCD Authorization callback function
12    --    it is used when DCD's authorization scheme is set to GLOBAL
13    function authorize return boolean;
14 end OWA_INIT;