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
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;