DBA Data[Home] [Help]

APPS.OWA_CUSTOM dependencies on OWA_CUSTOM

Line 1: package body OWA_CUSTOM as

1: package body OWA_CUSTOM as
2: /* $Header: AFOAUTHB.pls 115.14 2002/04/11 17:39:31 pkm ship $ */
3:
4:
5: --

Line 42: begin -- OWA_CUSTOM package initialization

38: return FALSE;
39: end if;
40: end authorize;
41:
42: begin -- OWA_CUSTOM package initialization
43:
44: -- Set the PL/SQL Agent's authorization scheme.
45: -- OWA_SEC.CUSTOM level authorizes on a per-schema basis.
46: -- It looks first in user's schema for the authorize function, and

Line 49: end OWA_CUSTOM;

45: -- OWA_SEC.CUSTOM level authorizes on a per-schema basis.
46: -- It looks first in user's schema for the authorize function, and
47: -- if not found defaults to a global one in oas_public schema.
48: owa_sec.set_authorization(OWA_SEC.CUSTOM);
49: end OWA_CUSTOM;