NYBU#60032 export bestanden huur november niet aangemaakt
svn path=/Customer/; revision=44755
This commit is contained in:
41
onces/NYBU/NYBU#60032_2.sql
Normal file
41
onces/NYBU/NYBU#60032_2.sql
Normal file
@@ -0,0 +1,41 @@
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- Correctie op huurlijst: het huurarchief is wel juist aangemaakt maar er is geen exportbestand aangemaakt
|
||||
--
|
||||
DEFINE thisfile = 'NYBU#60032.SQL'
|
||||
DEFINE dbuser = '^NYBU'
|
||||
|
||||
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 ------
|
||||
|
||||
--- opruimen tijdelijke export procedure
|
||||
DROP PROCEDURE nybu_select_correctie_huur ;
|
||||
DROP VIEW NYBU_V_EXPORT_CORRECTIE_HUUR;
|
||||
DROP PROCEDURE nybu_export_correctie_huur;
|
||||
|
||||
COMMIT;
|
||||
------ 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