KMMO#65492 -- FMIS Stichting Kröller-Müller Museum
svn path=/Customer/trunk/; revision=52833
This commit is contained in:
@@ -209,6 +209,8 @@ AS
|
|||||||
ORDER BY fac_imp_file_index;
|
ORDER BY fac_imp_file_index;
|
||||||
|
|
||||||
CURSOR c_dis IS
|
CURSOR c_dis IS
|
||||||
|
SELECT '1 - onderbouw' disc FROM DUAL
|
||||||
|
UNION
|
||||||
SELECT '5 - installaties werktuigbouwkunde' disc FROM DUAL
|
SELECT '5 - installaties werktuigbouwkunde' disc FROM DUAL
|
||||||
UNION
|
UNION
|
||||||
SELECT '2 - ruwbouw' FROM DUAL
|
SELECT '2 - ruwbouw' FROM DUAL
|
||||||
@@ -481,9 +483,7 @@ BEGIN
|
|||||||
THEN
|
THEN
|
||||||
INSERT INTO ins_srtgroep (ins_discipline_key,
|
INSERT INTO ins_srtgroep (ins_discipline_key,
|
||||||
ins_srtgroep_omschrijving)
|
ins_srtgroep_omschrijving)
|
||||||
VALUES (v_discipline_key, rec_grp.groep)
|
VALUES (v_discipline_key, rec_grp.groep);
|
||||||
RETURNING ins_discipline_key
|
|
||||||
INTO v_discipline_key;
|
|
||||||
END;
|
END;
|
||||||
END LOOP;
|
END LOOP;
|
||||||
END IF;
|
END IF;
|
||||||
|
|||||||
Reference in New Issue
Block a user