BLCC#64393 Herziening facturatie/allocatiemodel
svn path=/Customer/; revision=49126
This commit is contained in:
@@ -2,22 +2,25 @@
|
||||
-- $Id$
|
||||
--
|
||||
-- Customer specific once-script BLCC#64393.SQL.
|
||||
DEFINE thisfile = 'BLCC#64393.SQL'
|
||||
DEFINE thisfile = 'BLCC#64393-ImpGebScope.SQL'
|
||||
DEFINE dbuser = '^BLCC'
|
||||
|
||||
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 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 ------
|
||||
|
||||
ALTER TABLE BLCC_IMP_CNT_GEBSCOPE ADD (RUIMTENR VARCHAR2(10));
|
||||
COMMIT;
|
||||
|
||||
------ payload end ------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user