DBA Data[Home] [Help]

XDB.XDBPI_FUNCIMPL dependencies on XDBPI_FUNCIMPL

Line 1: package body xdbpi_funcimpl as

1: package body xdbpi_funcimpl as
2: function noop_func(res sys.xmltype) return number is
3: begin
4: return 0;
5: end;