DBA Data[Home] [Help]

PACKAGE: APPS.OWA_CUSTOM

Source


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