FLEX#66530: Implementatie Facilitor Flex bij NIBC
svn path=/Customer/trunk/; revision=50720
This commit is contained in:
@@ -691,6 +691,8 @@ AS
|
||||
CREATE OR REPLACE VIEW FLEX_V_RAP_ORGANISATIE
|
||||
(
|
||||
FCLT_3D_AFDELING_KEY,
|
||||
AFDELING,
|
||||
PERSLID_KEY,
|
||||
VOORLETTERS,
|
||||
INITIALEN,
|
||||
VOORNAAM,
|
||||
@@ -699,11 +701,14 @@ CREATE OR REPLACE VIEW FLEX_V_RAP_ORGANISATIE
|
||||
EMAIL,
|
||||
MOBNR,
|
||||
TELNR,
|
||||
PAS_KEY,
|
||||
PASNR,
|
||||
PASOMSCHR
|
||||
)
|
||||
AS
|
||||
SELECT a.prs_afdeling_naam,
|
||||
SELECT a.prs_afdeling_key,
|
||||
a.prs_afdeling_naam,
|
||||
p.prs_perslid_key,
|
||||
p.prs_perslid_voorletters,
|
||||
p.prs_perslid_initialen,
|
||||
p.prs_perslid_voornaam,
|
||||
@@ -712,11 +717,13 @@ AS
|
||||
p.prs_perslid_email,
|
||||
p.prs_perslid_mobiel,
|
||||
p.prs_perslid_telefoonnr,
|
||||
pas.ins_deel_key,
|
||||
pas.ins_deel_omschrijving,
|
||||
ins_deel_opmerking
|
||||
pas.ins_deel_opmerking
|
||||
FROM prs_perslid p,
|
||||
prs_afdeling a,
|
||||
(SELECT d.ins_deel_omschrijving,
|
||||
(SELECT d.ins_deel_key,
|
||||
d.ins_deel_omschrijving,
|
||||
d.ins_deel_opmerking,
|
||||
d.ins_alg_ruimte_key prs_perslid_key
|
||||
FROM ins_deel d, ins_srtdeel sd
|
||||
|
||||
Reference in New Issue
Block a user