Commit 5563c300 authored by Florian Joriot's avatar Florian Joriot
Browse files

Correction OSE_FORMULE colonne periode manquante

Ajout du privilege Contrat generation
parent 51df6a5c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -296,6 +296,7 @@ CREATE OR REPLACE PACKAGE BODY "OSE_FORMULE" AS
        vh.ponderation_service_compl,
        vh.service_statutaire,
        vh.heures,
        length, -- on ignore ensuite
        vh_horaire_debut,
        vh_horaire_fin,
        vh.type_intervention_code,
+49 −0
Original line number Diff line number Diff line
@@ -1301,6 +1301,7 @@ return [
        'REFERENTIEL_REALISE_VISU',
        'CONTRAT_ETAT_SORTIE_ID',
        'TAUX_CHARGES_TTC',
        'CONTRAT_GENERATION',
    ],
    'STRUCTURE'                      => [
        'ID',
@@ -2113,6 +2114,54 @@ return [
        'HISTO_DESTRUCTION',
        'HISTO_DESTRUCTEUR_ID',
    ],
    'MODELE_CONTRAT'                 => [
        'ID',
        'LIBELLE',
        'STATUT_ID',
        'STRUCTURE_ID',
        'FICHIER',
        'REQUETE',
        'BLOC1_NOM',
        'BLOC1_ZONE',
        'BLOC1_REQUETE',
        'BLOC2_NOM',
        'BLOC2_ZONE',
        'BLOC2_REQUETE',
        'BLOC3_NOM',
        'BLOC3_ZONE',
        'BLOC3_REQUETE',
        'BLOC4_NOM',
        'BLOC4_ZONE',
        'BLOC4_REQUETE',
        'BLOC5_NOM',
        'BLOC5_ZONE',
        'BLOC5_REQUETE',
        'BLOC6_NOM',
        'BLOC6_ZONE',
        'BLOC6_REQUETE',
        'BLOC7_NOM',
        'BLOC7_ZONE',
        'BLOC7_REQUETE',
        'BLOC8_NOM',
        'BLOC8_ZONE',
        'BLOC8_REQUETE',
        'BLOC9_NOM',
        'BLOC9_ZONE',
        'BLOC9_REQUETE',
        'BLOC10_NOM',
        'BLOC10_ZONE',
        'BLOC10_REQUETE',
    ],
    'SAVE_V17_STATUT'                => [
        'ANNEE_ID',
        'INTERVENANT_ID',
        'STATUT_CODE',
    ],
    'TEST_INTERVENANT'               => [
        'INTERVENANT_ID',
        'STATUT_CODE',
        'STATUT_DOSSIER_CODE',
    ],
];

//@formatter:on