NYBU#29356 auto res update
svn path=/Customer/; revision=22127
This commit is contained in:
42
onces/NYBU/nybu11.sql
Normal file
42
onces/NYBU/nybu11.sql
Normal file
@@ -0,0 +1,42 @@
|
||||
-- Customer specific once-script NYBU.
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
|
||||
SET ECHO ON
|
||||
SPOOL xNYBU11.lst
|
||||
SET DEFINE OFF
|
||||
|
||||
|
||||
-- NYBU#29356: export die optionele ruimterserveringen die plaatsvinden binnen 14 dagen en
|
||||
-- optionele voorzieningen reserveringen die plaats vinden binnen 7 dagen automatisch op definitief zet
|
||||
INSERT INTO fac_export_app (fac_export_app_code,
|
||||
fac_export_app_oms,
|
||||
fac_functie_key,
|
||||
fac_export_app_folder,
|
||||
fac_export_app_file_prefix,
|
||||
fac_export_app_postfix,
|
||||
fac_export_app_log_postfix,
|
||||
fac_export_app_flags,
|
||||
fac_export_app_timestamp,
|
||||
fac_export_app_aanmaak,
|
||||
fac_export_app_prefix)
|
||||
VALUES ('RES_STATUSUPD',
|
||||
'RES_STATUSUPD',
|
||||
75,
|
||||
'.\RES',
|
||||
'res_statusupd',
|
||||
'.csv',
|
||||
'.log',
|
||||
0,
|
||||
'yymmdd',
|
||||
SYSDATE,
|
||||
'nybu');
|
||||
|
||||
BEGIN adm.systrackscriptId('$Id$'); END;
|
||||
/
|
||||
|
||||
COMMIT;
|
||||
|
||||
SPOOL OFF
|
||||
|
||||
@nybu.sql
|
||||
Reference in New Issue
Block a user