DBA Data[Home] [Help]

SYS.OWA_SEC dependencies on OWA_UTIL

Line 22: function get_client_ip return owa_util.ip_address;

18: /* Functions to obtain the Web client's authentication information */
19: /*******************************************************************/
20: function get_user_id return varchar2;
21: function get_password return varchar2;
22: function get_client_ip return owa_util.ip_address;
23: function get_client_hostname return varchar2;
24:
25: /*******************************************************************/
26: /* Procedure to specify the dynamic page's protection realm */