svn path=/Customer/trunk/; revision=12952

This commit is contained in:
Richard Derks
2006-04-03 11:51:36 +00:00
parent 747ae7dbf6
commit 140882d233

View File

@@ -157,7 +157,8 @@ CREATE OR REPLACE PACKAGE BODY CONN_HALTES AS
into v_count
from alg_terreinsector
where alg_terreinsector_verwijder is null
and alg_terreinsector_upper = upper(substr(v_PLAATSNAAM,1,10));
and alg_terreinsector_upper = upper(substr(v_PLAATSNAAM,1,10))
and alg_locatie_key = c_locatie_key_onbekend;
IF (v_count = 0) THEN