FSN#41318 persoonlijk contract hebben is ook verplichting
svn path=/Database/trunk/; revision=34745
This commit is contained in:
@@ -1250,6 +1250,9 @@ AS
|
||||
SELECT c.prs_perslid_key_eig
|
||||
FROM cnt_contract c
|
||||
UNION ALL
|
||||
SELECT c.prs_perslid_key
|
||||
FROM cnt_contract c
|
||||
UNION ALL
|
||||
SELECT m.prs_perslid_key
|
||||
FROM mld_melding m
|
||||
UNION ALL
|
||||
@@ -1373,6 +1376,12 @@ AS
|
||||
UNION ALL
|
||||
SELECT c.prs_perslid_key_beh, cnt_contract_key
|
||||
FROM cnt_contract c
|
||||
WHERE cnt_contract_verwijder IS NULL
|
||||
AND cnt_contract_status = 0 /* actief */
|
||||
AND cnt_contract_looptijd_tot > SYSDATE
|
||||
UNION ALL
|
||||
SELECT c.prs_perslid_key, cnt_contract_key
|
||||
FROM cnt_contract c
|
||||
WHERE cnt_contract_verwijder IS NULL
|
||||
AND cnt_contract_status = 0 /* actief */
|
||||
AND cnt_contract_looptijd_tot > SYSDATE;
|
||||
|
||||
Reference in New Issue
Block a user