Skip to content
Snippets Groups Projects
Select Git revision
  • fa756948e5205a00fcf4930d79ce948b41c78980
  • master default protected
  • 1.4.2
  • 1.1.4
4 results

oracle-data-insert-from-SYGAL.TYPE_VALIDATION-into-SYGAL.sql

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    oracle-data-insert-from-SYGAL.TYPE_VALIDATION-into-SYGAL.sql 758 B
    set define off ;
    
    INSERT INTO /*SYGAL.*/TYPE_VALIDATION (ID, CODE, LIBELLE) VALUES (1, 'RDV_BU', 'Validation suite au rendez-vous avec le doctorant') ;
    INSERT INTO /*SYGAL.*/TYPE_VALIDATION (ID, CODE, LIBELLE) VALUES (2, 'DEPOT_THESE_CORRIGEE', 'Validation automatique du dépôt de la thèse corrigée') ;
    INSERT INTO /*SYGAL.*/TYPE_VALIDATION (ID, CODE, LIBELLE) VALUES (3, 'CORRECTION_THESE', 'Validation par le(s) directeur(s) de thèse des corrections de la thèse') ;
    INSERT INTO /*SYGAL.*/TYPE_VALIDATION (ID, CODE, LIBELLE) VALUES (4, 'VERSION_PAPIER_CORRIGEE', 'Confirmation dépot de la version papier corrigée') ;
    INSERT INTO /*SYGAL.*/TYPE_VALIDATION (ID, CODE, LIBELLE) VALUES (5, 'PAGE_DE_COUVERTURE', 'Validation de la page de couverture') ;