UWVA#34519 Na import auto's en correctie (zie UWVA#34519_IMP_AUTO) is onterecht een locatie code in de tabel blijven staan. Deze worden opgeschoond middels dit script.
svn path=/Customer/; revision=28798
This commit is contained in:
18
onces/UWVA/uwva#34519.sql
Normal file
18
onces/UWVA/uwva#34519.sql
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
-- Opschonen van locatie codes na importeren van auto's
|
||||||
|
-- Auto's zijn na import via script aan de juiste afdeling gekoppeld
|
||||||
|
-- Daarbij is de locatie code echter blijven staan
|
||||||
|
|
||||||
|
SET ECHO ON
|
||||||
|
SPOOL UWVA#34519.lst
|
||||||
|
SET DEFINE OFF
|
||||||
|
|
||||||
|
update ins_deel
|
||||||
|
set ins_alg_locatie_key = ''
|
||||||
|
where INS_SRTDEEL_KEY = 258658
|
||||||
|
and ins_alg_ruimte_type='A';
|
||||||
|
|
||||||
|
COMMIT;
|
||||||
|
|
||||||
|
BEGIN adm.systrackscriptId('$Id$'); END;
|
||||||
|
/
|
||||||
|
SPOOL OFF
|
||||||
Reference in New Issue
Block a user