FZKH#87266 -- Implementatie - MT Notificatie job
svn path=/Customer/trunk/; revision=70374
This commit is contained in:
@@ -4677,6 +4677,7 @@ AS
|
||||
AND isc.INS_SRTCONTROLE_KEY(+) = ids.INS_SRTCONTROLE_KEY
|
||||
AND iv.PRS_AFDELING_key=pa.PRS_AFDELING_key;
|
||||
|
||||
|
||||
CREATE OR REPLACE VIEW FZKH_V_MT_NEXT_OBJECTNR
|
||||
(
|
||||
ins_deel_omschrijving
|
||||
@@ -4686,12 +4687,11 @@ AS
|
||||
FROM ins_v_deel_gegevens i
|
||||
WHERE fac.safe_to_number(i.ins_deel_omschrijving) IS NOT NULL
|
||||
AND SUBSTR(I.ins_deel_omschrijving,1,2)=TO_CHAR(SYSDATE,'YY')
|
||||
AND i.ins_discipline_key IN (281, 641); -- 281='MEDISCHE TECHNIEK', 641=Technische Dienst
|
||||
AND i.ins_discipline_key IN (281, 641);
|
||||
|
||||
|
||||
|
||||
-- MT Manadleijks onderhgoud notificatie view initiele oppzet
|
||||
|
||||
CREATE OR REPLACE VIEW FZKH_V_MT_TAKEN_MAAND
|
||||
(
|
||||
ins_deel_key,
|
||||
|
||||
Reference in New Issue
Block a user