MNNL#53390 Rap/Inzicht voortgang WFs
svn path=/Customer/trunk/; revision=39084
This commit is contained in:
@@ -4900,7 +4900,7 @@ BEGIN
|
||||
END;
|
||||
END LOOP;
|
||||
|
||||
fac.writelog (p_applname, 'S', 'Meldingen/#verwerk: ' || TO_CHAR (v_count), '');
|
||||
fac.writelog (p_applname, 'S', 'Meldingen/#verwerkt: ' || TO_CHAR (v_count), '');
|
||||
EXCEPTION
|
||||
WHEN OTHERS
|
||||
THEN
|
||||
@@ -4952,7 +4952,7 @@ AS
|
||||
m.mld_melding_behandelaar_key,
|
||||
m.mld_workflowstep_key
|
||||
FROM mld_melding m, mld_statuses ms
|
||||
WHERE m.mld_workflowstep_key IN (156, 325, 331, 334) -- Intake business verzoek aan IV/Problem onderzoek/Problem known error/Problem performance
|
||||
WHERE m.mld_workflowstep_key IN (156, 325, 331, 335) -- Intake business verzoek aan IV/Problem onderzoek/Problem known error/Problem performance
|
||||
AND m.mld_melding_status NOT IN (1, 5, 6) -- Lopende WFs (eerste WF-stap nog niet gesloten)
|
||||
AND m.mld_melding_status = ms.mld_statuses_key) x
|
||||
LEFT JOIN
|
||||
|
||||
Reference in New Issue
Block a user