143 OWA_CUSTOM

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:


Using OWA_CUSTOM


Constants

  • dbms_server_timezone CONSTANT VARCHAR2(3) := 'PST';

  • dbms_server_gmtdiff CONSTANT NUMBER := NULL;


Summary of OWA_CUSTOM Subprograms

Table 143-1 OWA_CUSTOM Package Subprograms

Subprogram Description

AUTHORIZE Function

Provides a Global PLSQL Agent Authorization callback function



AUTHORIZE 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;