mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
create or replace package gold_override
|
|
as
|
|
type cursortype is ref cursor;
|
|
|
|
function load_objvar_overrides(p_schema varchar2) return cursortype;
|
|
end;
|
|
/
|
|
grant execute on gold_override to public;
|