Added database/sql

This commit is contained in:
Anonymous
2014-01-17 07:03:16 -07:00
parent 84d3709fdc
commit cf2e16dba2
570 changed files with 84897 additions and 0 deletions
@@ -0,0 +1,21 @@
CREATE OR REPLACE PACKAGE cm_loader is
TYPE swg_cur IS REF CURSOR;
FUNCTION get_location_list return swg_cur;
--
--
--
FUNCTION get_bid_list return swg_cur;
--
--
--
FUNCTION get_auction_list return swg_cur;
--
--
--
FUNCTION get_auction_attributes RETURN swg_cur;
end cm_loader;
/
grant execute on cm_loader to public;