DBA Data[Home] [Help]

OWAPUB.OWA_SEC dependencies on OWA_UTIL

Line 24: function get_client_ip return owa_util.ip_address is

20: begin
21: return owa.password;
22: end;
23:
24: function get_client_ip return owa_util.ip_address is
25: begin
26: return owa.ip_address;
27: end;
28: