KMMO#65492 -- FMIS Stichting Kröller-Müller Museum

svn path=/Customer/trunk/; revision=52833
This commit is contained in:
Arthur Egberink
2021-08-30 15:20:39 +00:00
parent 1c543f9d38
commit 6cdeabf39d

View File

@@ -209,6 +209,8 @@ AS
ORDER BY fac_imp_file_index;
CURSOR c_dis IS
SELECT '1 - onderbouw' disc FROM DUAL
UNION
SELECT '5 - installaties werktuigbouwkunde' disc FROM DUAL
UNION
SELECT '2 - ruwbouw' FROM DUAL
@@ -481,9 +483,7 @@ BEGIN
THEN
INSERT INTO ins_srtgroep (ins_discipline_key,
ins_srtgroep_omschrijving)
VALUES (v_discipline_key, rec_grp.groep)
RETURNING ins_discipline_key
INTO v_discipline_key;
VALUES (v_discipline_key, rec_grp.groep);
END;
END LOOP;
END IF;