PNBR#78538 CMDB koppeling met TOPDesk
svn path=/Customer/trunk/; revision=61480
This commit is contained in:
@@ -11344,6 +11344,20 @@ AS
|
||||
WHERE TRUNC (r.invoerdatum) = TRUNC (SYSDATE) - 1
|
||||
AND TO_NUMBER (TO_CHAR (r.tot, 'HH24')) <= 20;
|
||||
|
||||
CREATE OR REPLACE VIEW V_RAP_API_PERSLID
|
||||
(
|
||||
perslid_key,
|
||||
perslid_nr
|
||||
)
|
||||
AS
|
||||
SELECT p.prs_perslid_key, p.prs_perslid_nr
|
||||
FROM prs_perslid p
|
||||
WHERE p.prs_perslid_nr IS NOT NULL
|
||||
AND p.prs_perslid_verwijder IS NULL
|
||||
AND ( p.prs_perslid_einddatum IS NULL
|
||||
OR TRUNC (p.prs_perslid_einddatum) > SYSDATE)
|
||||
AND p.prs_perslid_upper NOT LIKE '%INACTIEF%';
|
||||
|
||||
------ payload end ------
|
||||
|
||||
SET DEFINE OFF
|
||||
|
||||
Reference in New Issue
Block a user