DBA Data[Home] [Help]

SYS.OWA_CUSTOM dependencies on OWA_SEC

Line 11: owa_sec.set_protection_realm('To-be-defined realm');

7: /* This is a default implementation. User should modify. */
8: /*********************************************************************/
9: function authorize return boolean is
10: begin
11: owa_sec.set_protection_realm('To-be-defined realm');
12: return FALSE;
13: end;
14:
15: begin /* OWA_CUSTOM package customization */

Line 22: owa_sec.set_authorization(OWA_SEC.NO_CHECK);

18: /* Set the PL/SQL Agent's authorization scheme -- */
19: /* This should be modified to reflect the authorization need of */
20: /* your PLSQL Agent */
21: /*******************************************************************/
22: owa_sec.set_authorization(OWA_SEC.NO_CHECK);
23:
24: end;