| Oracle® Database PL/SQL Packages and Types Reference 10g Release 2 (10.2) Part Number B14258-01 | 
 | 
| 
 | View PDF | 
The OWA_CUSTOM package provides a Global PLSQL Agent Authorization callback function. It is used when PLSQL Agent's authorization scheme is set to GLOBAL or CUSTOM when there is no overriding OWA_CUSTOM package.
| See Also:For more information about implementation of this package: | 
The chapter contains the following topics:
dbms_server_timezone CONSTANT VARCHAR2(3) := 'PST';
dbms_server_gmtdiff CONSTANT NUMBER := NULL;
Table 142-1 OWA_CUSTOM Package Subprograms
| Subprogram | Description | 
|---|---|
| AUTHORIZE Function | Provides a Global PLSQL Agent Authorization callback function | 
This function is used when PLSQL Agent's authorization scheme is set to GLOBAL or CUSTOM when there is no overriding OWA_CUSTOM package.
Syntax
OWA_CUSTOM.AUTHORIZE RETURN BOOLEAN;