Loading data/ddl/package/OSE_DIVERS/body.sql +8 −3 Original line number Diff line number Diff line Loading @@ -68,8 +68,13 @@ CREATE OR REPLACE PACKAGE BODY "OSE_DIVERS" AS END IF; END IF; -- Si aucune condition n'est réunie, on retourne comme avant, CAD 4/10 IF periode_id IS NULL THEN -- on se trouve dans du référentiel ou dans un enseignement annuel, on utilise le ratio configuré RETURN ose_parametre.get_pourc_s1_annee_civ; ELSE -- Sinon on retourne comme avant, CAD 4/10 RETURN 4/10; END IF; END; Loading Loading
data/ddl/package/OSE_DIVERS/body.sql +8 −3 Original line number Diff line number Diff line Loading @@ -68,8 +68,13 @@ CREATE OR REPLACE PACKAGE BODY "OSE_DIVERS" AS END IF; END IF; -- Si aucune condition n'est réunie, on retourne comme avant, CAD 4/10 IF periode_id IS NULL THEN -- on se trouve dans du référentiel ou dans un enseignement annuel, on utilise le ratio configuré RETURN ose_parametre.get_pourc_s1_annee_civ; ELSE -- Sinon on retourne comme avant, CAD 4/10 RETURN 4/10; END IF; END; Loading