Files
Customer/onces/PCHE/PCHE1.sql
Arthur Egberink 3bd64144fe PCHD#32880 -- Implementatie Strijp-S
svn path=/Customer/; revision=27706
2016-01-12 08:14:24 +00:00

30 lines
493 B
SQL

-- Customer specific once-script
SET ECHO ON
SPOOL xPHCE1.lst
SET DEFINE OFF
DROP PROCEDURE pche_export_exact_jaar;
DROP PROCEDURE pche_export_exact_kwartaal;
DROP PROCEDURE pche_export_exact_maand;
DROP PROCEDURE pche_export_exact;
DROP VIEW pche_v_export_exact;
DROP VIEW pche_v_export_exact_maand;
DROP VIEW pche_v_export_exact_kwartaal;
DROP VIEW pche_v_export_exact_jaar;
BEGIN adm.systrackscriptId('$Id$'); END;
/
COMMIT;
SPOOL OFF
@pche.sql