PCHD#72187 Opnieuw aanmaken facturen, na productieverstoring
svn path=/Customer/; revision=55652
This commit is contained in:
@@ -6,23 +6,23 @@
|
||||
|
||||
DEFINE thisfile = 'PCHD#72187'
|
||||
DEFINE dbuser = '^PCHD'
|
||||
DEFINE custid = '^PCHD'
|
||||
|
||||
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 ------
|
||||
|
||||
|
||||
|
||||
DECLARE
|
||||
CURSOR c IS
|
||||
SELECT f.fin_factuur_key,
|
||||
|
||||
Reference in New Issue
Block a user