DBA Data[Home] [Help]

APPS.OWA_INIT dependencies on OWA_INIT

Line 1: package body OWA_INIT as

1: package body OWA_INIT as
2: /* $Header: AFOAUTHB.pls 115.4 99/07/16 23:25:31 porting $ */
3:
4: --
5: -- Authorize

Line 64: begin -- OWA_INIT package initialization

60: return FALSE;
61: end if;
62: end authorize;
63:
64: begin -- OWA_INIT package initialization
65:
66: -- Set the PL/SQL Agent's authorization scheme.
67: -- This should be modified to reflect the authorization need of
68: -- your Database Connection Descriptor (DCD)

Line 70: end OWA_INIT;

66: -- Set the PL/SQL Agent's authorization scheme.
67: -- This should be modified to reflect the authorization need of
68: -- your Database Connection Descriptor (DCD)
69: owa_sec.set_authorization(OWA_SEC.GLOBAL);
70: end OWA_INIT;