Skip to content
Snippets Groups Projects
Commit 02b0c162 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files
parent bf279aa7
No related branches found
No related tags found
No related merge requests found
...@@ -470,6 +470,7 @@ CREATE OR REPLACE PACKAGE BODY FORMULE_ULHN AS ...@@ -470,6 +470,7 @@ CREATE OR REPLACE PACKAGE BODY FORMULE_ULHN AS
SUM(heures) OVER (PARTITION BY service_id, type_intervention_id, periode_id, horaire_debut, horaire_fin) SUM(heures) OVER (PARTITION BY service_id, type_intervention_id, periode_id, horaire_debut, horaire_fin)
ELSE 0 END ELSE 0 END
ELSE heures END HEURES, ELSE heures END HEURES,
PERIODE_ID,
HORAIRE_DEBUT, HORAIRE_DEBUT,
HORAIRE_FIN, HORAIRE_FIN,
TYPE_INTERVENTION_CODE, TYPE_INTERVENTION_CODE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment