25 lines
500 B
SQL
25 lines
500 B
SQL
-- Customer specific once-script related to logcenter call: AAIT#36765
|
|
--
|
|
-- (c) 2012 SG|facilitor bv
|
|
-- $Revision$
|
|
-- $Id$
|
|
--
|
|
-- Support: +31 53 4800700
|
|
|
|
SET ECHO ON
|
|
SPOOL xAAIT#36765.lst
|
|
SET DEFINE OFF
|
|
|
|
DROP VIEW aait_v_export_aafp_dekking;
|
|
DROP PROCEDURE aait_select_aafp_dekking;
|
|
DROP PROCEDURE aait_export_aafp_dekking;
|
|
DROP VIEW aait_v_export_aans_dekking;
|
|
DROP PROCEDURE aait_select_aans_dekking;
|
|
DROP PROCEDURE aait_export_aans_dekking;
|
|
|
|
COMMIT;
|
|
|
|
SPOOL OFF
|
|
|
|
@aait.sql
|