Select Git revision
oracle-data-insert-from-SYGAL.TYPE_VALIDATION-into-SYGAL.sql
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') ;