Files
Customer/onces/HPJI/hpji1.sql
Peter Koerhuis 3b8d7f1dcc Migratie once-scripts van /branch naar /onces
svn path=/Customer/; revision=21207
2014-04-02 13:57:31 +00:00

37 lines
920 B
SQL

-- Customer specific once-script HPJI1.
--
-- (c) 2010 SG|facilitor bv
-- $Revision$
-- $Id$
--
-- Support: +31 53 4800700
SET ECHO ON;
SPOOL xhpji1.lst;
SET DEFINE OFF;
INSERT INTO fac_srtnotificatie
(fac_srtnotificatie_code, fac_srtnotificatie_mode,
fac_srtnotificatie_oms, fac_srtnotificatie_xmlnode,
fac_srtnotificatie_groep
)
VALUES ('CUST01', 0,
'Ontvangsstatus inkoopopdracht gewijzigd', 'opdracht',
0
);
INSERT INTO fac_notificatie_job
(fac_notificatie_job_view,
fac_notificatie_job_oms,
fac_notificatie_job_interval, fac_notificatie_job_mode
)
VALUES ('HPJI_V_NOTI_GOEDERENONTVANGST',
'Berichtgeving bij de afhandeling van onjuiste leveringen',
1, 0
);
COMMIT;
SPOOL OFF;
@hpji.sql