BLCC#59468+FCLT#64913 Achterstallige schoning van zaken
svn path=/Customer/; revision=50731
This commit is contained in:
@@ -8,18 +8,28 @@ 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 ------
|
||||
|
||||
-- BLCC#59468: Koppelvlakken/Stoppen aanlevering POWERBI-export per SFTP (incl. schonen).
|
||||
DROP VIEW blcc_v_fact_actual;
|
||||
|
||||
-- ADDD-export *als CSV* gestopt/opgenomen in TF_CV/CRF-export!
|
||||
DROP VIEW blcc_v_export_addd;
|
||||
DROP VIEW blcc_v_rap_export_addd;
|
||||
COMMIT;
|
||||
|
||||
-- FACT-export *als CSV* gestopt/opgenomen in TF_CV/CRF-export!
|
||||
DROP VIEW blcc_v_fact_actual;
|
||||
DROP VIEW blcc_v_export_fact;
|
||||
DROP VIEW blcc_v_export_fact_cv;
|
||||
DROP VIEW blcc_v_rap_export_fact_cv;
|
||||
DROP VIEW blcc_v_export_fact_crf;
|
||||
|
||||
Reference in New Issue
Block a user