LPNL#77267 -- AiAi op cnt.getnieuwsteversiekey
svn path=/Customer/trunk/; revision=59577
This commit is contained in:
@@ -196,7 +196,9 @@ AS
|
||||
CURSOR c IS
|
||||
SELECT cnt_contract_key, cnt_kenmerkcontract_key
|
||||
FROM cnt_kenmerkcontract kc, cnt_kenmerk k
|
||||
WHERE kc.cnt_kenmerk_key = k.cnt_kenmerk_key AND k.cnt_srtkenmerk_key = 21;
|
||||
WHERE kc.cnt_kenmerk_key = k.cnt_kenmerk_key
|
||||
AND kc.cnt_kenmerkcontract_verwijder IS NULL
|
||||
AND k.cnt_srtkenmerk_key = 21;
|
||||
|
||||
CURSOR cb (c_contract_key IN NUMBER)
|
||||
IS
|
||||
|
||||
Reference in New Issue
Block a user