RENK#26672 QR-code rapportage
svn path=/Customer/trunk/; revision=18140
This commit is contained in:
36
RENK/Once/renk1.sql
Normal file
36
RENK/Once/renk1.sql
Normal file
@@ -0,0 +1,36 @@
|
||||
-- Customer specific once-script RENK1.
|
||||
--
|
||||
-- (c) 2013 SG|facilitor bv
|
||||
-- $Revision$
|
||||
-- $Id$
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
SET ECHO ON
|
||||
SPOOL xrenk1.lst
|
||||
SET DEFINE OFF
|
||||
|
||||
/* Formatted on 10-6-2013 15:32:28 (QP5 v5.115.810.9015) */
|
||||
CREATE OR REPLACE VIEW renk_v_rap_mldinsres_qrc AS SELECT NULL x FROM DUAL;
|
||||
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)
|
||||
SELECT 'QRC: Genereren QR-codes (meldingen/objecten/reserveringen)',
|
||||
'renk_v_rap_mldinsres_qrc',
|
||||
1,
|
||||
'QR-codes per object op basis van pda/xxx-bookmark(s)',
|
||||
fac_functie_key,
|
||||
0,
|
||||
0
|
||||
FROM fac_functie
|
||||
WHERE fac_functie_code = 'WEB_PRSSYS';
|
||||
|
||||
COMMIT;
|
||||
|
||||
BEGIN adm.systrackscript('$Workfile: renk1.sql $', '$Revision$', 1); END;
|
||||
/
|
||||
SPOOL OFF
|
||||
@renk.sql
|
||||
Reference in New Issue
Block a user