29 lines
770 B
SQL
29 lines
770 B
SQL
-- Customer specific once-script RWSN54.
|
|
--
|
|
-- (c) 2014 SG|facilitor bv
|
|
-- $Revision$
|
|
-- $Id$
|
|
--
|
|
-- Support: +31 53 4800700
|
|
SET ECHO ON
|
|
SPOOL xRWSN54.lst
|
|
SET DEFINE OFF
|
|
|
|
/* Formatted on 25-6-2014 13:24:42 (QP5 v5.136.908.31019) */
|
|
INSERT INTO fac_srtnotificatie (fac_srtnotificatie_code,
|
|
fac_srtnotificatie_mode,
|
|
fac_srtnotificatie_oms,
|
|
fac_srtnotificatie_xmlnode,
|
|
fac_srtnotificatie_groep)
|
|
VALUES ('CUST08',
|
|
2,
|
|
'Uw aanvraag ICT##KEY## is ter goedkeuring aangeboden aan FB',
|
|
'melding',
|
|
0);
|
|
|
|
COMMIT;
|
|
BEGIN adm.systrackscriptId('$Id$'); END;
|
|
/
|
|
SPOOL OFF
|
|
@rwsn.sql
|