Files
Customer/onces/ASLE/ASLE#38186.sql
Arthur Egberink 1ac2d8b93f ASLE#37648 -- View aan tabelizer toevoegen.
svn path=/Customer/; revision=31187
2016-10-21 08:38:15 +00:00

26 lines
420 B
SQL

-- Customer specific once-script
--
-- Support: +31 53 4800700
--
SET ECHO ON
SET DEFINE ON
column fcltlogfile new_value fcltlogfile NOPRINT;
select UPPER(USER) || '_ASLE#38186.lst' as fcltlogfile from dual;
spool &fcltlogfile
SET DEFINE OFF
UPDATE fac_usrrap
SET fac_usrrap_functie = 8
WHERE fac_usrrap_key = 421;
COMMIT;
BEGIN adm.systrackscriptid('$Id$'); END;
/
COMMIT;
SPOOL OFF