FBEA#87749 ivm hernoemen fbea_export_topdesk naar fbea_topdesk moet fbea_export_topdesk gedropped worden
svn path=/Customer/; revision=68225
This commit is contained in:
37
onces/FBEA/FBEA#87749.sql
Normal file
37
onces/FBEA/FBEA#87749.sql
Normal file
@@ -0,0 +1,37 @@
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- FBEA#87749 Verplaatsing export Topdesk naar pre_putorders fbea.sql
|
||||
--
|
||||
--
|
||||
DEFINE thisfile = 'FBEA#87749.SQL'
|
||||
DEFINE dbuser = '^FBEA'
|
||||
|
||||
SET ECHO ON
|
||||
SET DEFINE ON
|
||||
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
|
||||
COLUMN fcltcusterr NEW_VALUE fcltcusterr NOPRINT;
|
||||
WHENEVER SQLERROR CONTINUE;
|
||||
SELECT adm.getscriptspoolfile('&thisfile') AS fcltlogfile FROM DUAL;
|
||||
SPOOL &fcltlogfile
|
||||
WHENEVER SQLERROR EXIT;
|
||||
SELECT adm.checkscriptcust('&dbuser') AS fcltcusterr FROM DUAL;
|
||||
WHENEVER SQLERROR CONTINUE;
|
||||
PROMPT &fcltcusterr
|
||||
SET DEFINE OFF
|
||||
|
||||
------ payload begin ------
|
||||
|
||||
DROP PROCEDURE fbea_export_topdesk;
|
||||
|
||||
------ payload end ------
|
||||
|
||||
SET DEFINE OFF
|
||||
BEGIN adm.systrackscriptId ('$Id$', 1); END;
|
||||
/
|
||||
|
||||
COMMIT;
|
||||
SET ECHO OFF
|
||||
SPOOL OFF
|
||||
SET DEFINE ON
|
||||
PROMPT Logfile of this upgrade is: &fcltlogfile
|
||||
Reference in New Issue
Block a user