33 lines
887 B
SQL
33 lines
887 B
SQL
-- Customer specific once-script CONN47.
|
|
--
|
|
-- (c) 2011 SG|facilitor bv
|
|
-- $Revision$
|
|
-- $Id$
|
|
--
|
|
-- Support: +31 53 4800700
|
|
SET ECHO ON
|
|
SPOOL xconn47.lst
|
|
SET DEFINE OFF
|
|
|
|
INSERT INTO fac_usrrap (fac_usrrap_omschrijving,
|
|
fac_usrrap_view_name,
|
|
fac_usrrap_functie,
|
|
fac_usrrap_info,
|
|
fac_functie_key,
|
|
fac_usrrap_vraagbegindatum,
|
|
fac_usrrap_vraageinddatum)
|
|
VALUES ('BEHEER: Export/import catalogusartikelen',
|
|
'conn_v_rap_bes_artikel_expimp',
|
|
0,
|
|
'Export/import: rapport in de vorm van het importbestand voor een bestelcatalogus',
|
|
64,
|
|
0,
|
|
0);
|
|
|
|
BEGIN adm.systrackscript('$Workfile: CONN47.sql $', '$Revision$', 1); END;
|
|
/
|
|
|
|
SPOOL OFF
|
|
|
|
@conn.sql
|