Oracle® Database PL/SQL Packages and Types Reference 11g Release 2 (11.2) Part Number E25788-04 |
|
|
PDF · Mobi · ePub |
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 188-1 OWA_CUSTOM Package Subprograms
Subprogram | Description |
---|---|
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.
OWA_CUSTOM.AUTHORIZE RETURN BOOLEAN;