PROR#74299 -- Inrichten Prorail omgeving
svn path=/Customer/trunk/; revision=60883
This commit is contained in:
@@ -586,6 +586,7 @@ AS
|
||||
rrr.res_rsv_ruimte_key xkey
|
||||
FROM res_rsv_ruimte rrr, res_rsv_artikel rra
|
||||
WHERE rrr.res_rsv_ruimte_verwijder IS NOT NULL
|
||||
AND rrr.res_rsv_ruimte_externnr IS NOT NULL
|
||||
AND rrr.res_status_fo_key=4
|
||||
AND rra.res_rsv_ruimte_key = rrr.res_rsv_ruimte_key
|
||||
AND NOT EXISTS (SElECT *
|
||||
@@ -594,7 +595,9 @@ AS
|
||||
AND ft.fac_srtnotificatie_key=223
|
||||
AND ft.fac_tracking_oms LIKE '%CUST02%');
|
||||
|
||||
CREATE OR REPLACE VIEW pror_v_outl_cat_annu
|
||||
|
||||
-- Noifictaie View tbv reservereing gedaan door contact<>host
|
||||
CREATE OR REPLACE VIEW pror_v_res_other_contact
|
||||
(
|
||||
sender,
|
||||
receiver,
|
||||
@@ -609,7 +612,7 @@ AS
|
||||
SELECT
|
||||
NULL sender,
|
||||
rrr.res_rsv_ruimte_host_key receiver,
|
||||
'CUST01'code,
|
||||
'CUST01' code,
|
||||
'Reservering '||rrr.res_reservering_key||'/ '||rrr.res_rsv_ruimte_volgnr||
|
||||
' is door '||(SELECT prs_perslid_naam_friendly FROM prs_v_perslid_fullnames WHERE prs_perslid_key= rrr.res_rsv_ruimte_contact_key)||
|
||||
' voor u aangemaakt.' text,
|
||||
|
||||
Reference in New Issue
Block a user