PZHO#20120
svn path=/Customer/trunk/; revision=14788
This commit is contained in:
48
PZHO/Once/PZHO34.sql
Normal file
48
PZHO/Once/PZHO34.sql
Normal file
@@ -0,0 +1,48 @@
|
||||
-- PZHO34
|
||||
--
|
||||
--
|
||||
SET ECHO ON
|
||||
SPOOL xpzho34.lst
|
||||
PROMPT $Revision: 1 $
|
||||
|
||||
|
||||
INSERT INTO fac_usrrap (fac_usrrap_omschrijving,
|
||||
fac_usrrap_view_name,
|
||||
fac_usrrap_functie)
|
||||
VALUES ('FIN: Overzicht kosten budgethouder',
|
||||
'PZHO_V_KOSTENOVERZICHT_BUDGETH',
|
||||
1)
|
||||
|
||||
|
||||
INSERT INTO fac_notificatie_job (fac_notificatie_job_view,
|
||||
fac_notificatie_job_oms,
|
||||
fac_notificatie_job_mode,
|
||||
fac_notificatie_job_interval,
|
||||
fac_notificatie_job_nextrun)
|
||||
VALUES ('pzho_v_noti_kostenbudgeth',
|
||||
'Notificatie naar budgethouder met kostenoverzicht',
|
||||
3,
|
||||
24,
|
||||
TO_DATE ('20110101 06:00', 'yyyymmdd hh24:mi'));
|
||||
|
||||
-- toevoegen not jobs
|
||||
insert into fac_srtnotificatie (fac_srtnotificatie_code, fac_srtnotificatie_mode, fac_srtnotificatie_oms, fac_srtnotificatie_xmlnode, fac_srtnotificatie_groep)
|
||||
values ( 'CUST04',3, 'No show reserveringen naar budgethouder', 'reservering',0);
|
||||
|
||||
INSERT INTO fac_notificatie_job (fac_notificatie_job_view,
|
||||
fac_notificatie_job_oms,
|
||||
fac_notificatie_job_mode,
|
||||
fac_notificatie_job_interval,
|
||||
fac_notificatie_job_nextrun)
|
||||
VALUES ('pzho_v_noti_noshowbudgeth',
|
||||
'Notificatie naar budgethouder i.g.v. NoShow reservering',
|
||||
3,
|
||||
24,
|
||||
TO_DATE ('20110101 06:00', 'yyyymmdd hh24:mi'));
|
||||
|
||||
|
||||
commit;
|
||||
|
||||
SPOOL OFF
|
||||
|
||||
--@pzho.sql
|
||||
Reference in New Issue
Block a user