BAMG#25562 -- Verwijderen oude code

svn path=/Customer/trunk/; revision=16682
This commit is contained in:
Arthur Egberink
2013-01-31 12:20:31 +00:00
parent 194c8b6ca6
commit 93b20def95
2 changed files with 43 additions and 1192 deletions

File diff suppressed because it is too large Load Diff

41
BAMG/once/BAMG#25562.sql Normal file
View File

@@ -0,0 +1,41 @@
SET ECHO ON
SPOOL xBAMG#25562.lst
PROMPT $Revision$
DROP PROCEDURE bamg_import_telefoon;
DROP PROCEDURE bamg_update_telefoon;
DROP VIEW bamg_v_imp_telefoon;
DROP VIEW bamg_v_imp_telefoon_del_now;
DROP VIEW bamg_rap_perslid_2delete;
DROP VIEW bamg_rap_telefoon_error;
DROP VIEW bamg_v_imp_telefoon_del;
DROP VIEW bamg_v_imp_telefoon_upd;
DROP VIEW bamg_v_imp_telefoon_ins;
DROP VIEW bamg_v_imp_telefoon_mod;
DROP PACKAGE bamg_import_export;
DROP PROCEDURE bamg_import_telefoon;
DROP PROCEDURE bamg_update_telefoon;
DROP TABLE bamg_imp_telefoon;
BEGIN adm.systrackscript('$Workfile: BAMG#25562.sql $', '$Revision$', 1); END;
/
COMMIT;
SPOOL OFF
@@bamg.sql;