diff --git a/data/ddl/table/FONCTION_REFERENTIEL.php b/data/ddl/table/FONCTION_REFERENTIEL.php
index ef3d09249d9bfa587bbc7a1fbece706b6f2670ea..301ba785b557b52eaf76c32bf03634033db53e17 100644
--- a/data/ddl/table/FONCTION_REFERENTIEL.php
+++ b/data/ddl/table/FONCTION_REFERENTIEL.php
@@ -123,7 +123,7 @@ return [
             'name'        => 'LIBELLE_COURT',
             'type'        => 'string',
             'bdd-type'    => 'VARCHAR2',
-            'length'      => 40,
+            'length'      => 90,
             'scale'       => NULL,
             'precision'   => NULL,
             'nullable'    => FALSE,
@@ -134,7 +134,7 @@ return [
             'name'        => 'LIBELLE_LONG',
             'type'        => 'string',
             'bdd-type'    => 'VARCHAR2',
-            'length'      => 100,
+            'length'      => 150,
             'scale'       => NULL,
             'precision'   => NULL,
             'nullable'    => FALSE,
diff --git a/module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.FonctionReferentiel.dcm.xml b/module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.FonctionReferentiel.dcm.xml
index c9a659cf255078f4a835c8aaa354ca0bd483b7cd..a70fcaf73aa2f99b718cdbdc20ceff89517f91b3 100755
--- a/module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.FonctionReferentiel.dcm.xml
+++ b/module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.FonctionReferentiel.dcm.xml
@@ -13,8 +13,8 @@
     <field name="histoCreation" type="datetime" column="HISTO_CREATION" nullable="false"/>
     <field name="histoDestruction" type="datetime" column="HISTO_DESTRUCTION" nullable="true"/>
     <field name="histoModification" type="datetime" column="HISTO_MODIFICATION" nullable="false"/>
-    <field name="libelleCourt" type="string" column="LIBELLE_COURT" length="40" nullable="false"/>
-    <field name="libelleLong" type="string" column="LIBELLE_LONG" length="100" nullable="false"/>
+    <field name="libelleCourt" type="string" column="LIBELLE_COURT" length="90" nullable="false"/>
+    <field name="libelleLong" type="string" column="LIBELLE_LONG" length="150" nullable="false"/>
     <field name="plafond" type="float" column="PLAFOND" precision="126" scale="0" nullable="true"/>
     <field name="etapeRequise" type="boolean" column="ETAPE_REQUISE" nullable="false"/>
     <field name="serviceStatutaire" type="boolean" column="SERVICE_STATUTAIRE" nullable="false"/>