YKPN#73368 -- Verwijderen YKPN_TOEGANG_SALDO en bijbehoren views/procedures
svn path=/Customer/; revision=59841
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- Rapportage contracten en freeze
|
||||
-- Opschonene van oude procedures/views en tabel.
|
||||
|
||||
DEFINE thisfile = 'YKPN#73368.sql'
|
||||
DEFINE dbuser = 'YKPN'
|
||||
@@ -10,10 +10,16 @@ DEFINE dbuser = 'YKPN'
|
||||
SET ECHO ON
|
||||
SET DEFINE ON
|
||||
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
|
||||
WHENEVER SQLERROR EXIT;
|
||||
SELECT adm.scriptspoolfile('&dbuser', '&thisfile') AS fcltlogfile FROM DUAL;
|
||||
COLUMN fcltcusttxt NEW_VALUE fcltcusttxt NOPRINT;
|
||||
WHENEVER SQLERROR CONTINUE;
|
||||
SELECT adm.getscriptspoolfile('&thisfile') AS fcltlogfile FROM DUAL;
|
||||
SPOOL &fcltlogfile
|
||||
WHENEVER SQLERROR EXIT;
|
||||
SELECT adm.checkscriptcust('&dbuser') AS fcltcusttxt FROM DUAL;
|
||||
WHENEVER SQLERROR CONTINUE;
|
||||
---------------------------------------
|
||||
PROMPT &fcltcusttxt
|
||||
---------------------------------------
|
||||
SET DEFINE OFF
|
||||
|
||||
------ payload begin ------
|
||||
|
||||
Reference in New Issue
Block a user