mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
14 lines
272 B
Plaintext
14 lines
272 B
Plaintext
create or replace package undelete_methods is
|
|
|
|
-- Author : AVALDES
|
|
-- Created : 17-Jun-03 3:35:25 PM
|
|
|
|
FUNCTION restore_object
|
|
(object_id_in IN objects.object_id%TYPE)
|
|
RETURN NUMBER;
|
|
|
|
|
|
end undelete_methods;
|
|
/
|
|
grant execute on undelete_methods to public;
|