Skip to content
Snippets Groups Projects
Commit 17562cb9 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Correction de bug empêchant les TBL de se rafraichir dans certains cas

parent 4f8af6e2
No related branches found
No related tags found
1 merge request!55Ll bug report services
......@@ -117,7 +117,9 @@ CREATE OR REPLACE PACKAGE BODY "UNICAEN_TBL" AS
PROCEDURE ANNULER_DEMANDES(TBL_NAME VARCHAR2) IS
BEGIN
IF dems.exists(tbl_name) THEN
dems(tbl_name).delete;
END IF;
END;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment