34 |
COMMENT ON COLUMN action.regle_autorite_competente IS 'Règle de calcul de l''autorité compétente des dossiers d''instruction'; |
COMMENT ON COLUMN action.regle_autorite_competente IS 'Règle de calcul de l''autorité compétente des dossiers d''instruction'; |
35 |
|
|
36 |
-- affectation_automatique |
-- affectation_automatique |
37 |
|
COMMENT ON TABLE affectation_automatique IS 'Les dossiers d''instruction sont affectés aux instructeurs en fonction du type de dossier, arrondissement, quartier et section (dans cette priorité)'; |
38 |
|
COMMENT ON COLUMN affectation_automatique.affectation_automatique IS 'Identifiant unique'; |
39 |
|
COMMENT ON COLUMN affectation_automatique.arrondissement IS 'Arrondissement affecté à l''instructeur'; |
40 |
|
COMMENT ON COLUMN affectation_automatique.quartier IS 'Quartier affecté à l''instructeur'; |
41 |
|
COMMENT ON COLUMN affectation_automatique.section IS 'Section affectée à l''instructeur'; |
42 |
|
COMMENT ON COLUMN affectation_automatique.instructeur IS 'Identifiant de l''instructeur'; |
43 |
|
COMMENT ON COLUMN affectation_automatique.dossier_autorisation_type_detaille IS 'Type de dossier d''autorisation affectés à l''instructeur'; |
44 |
|
|
45 |
-- architecte |
-- architecte |
46 |
|
|
84 |
COMMENT ON COLUMN avis_consultation.om_validite_fin IS 'Date de fin de validité de l''avis'; |
COMMENT ON COLUMN avis_consultation.om_validite_fin IS 'Date de fin de validité de l''avis'; |
85 |
|
|
86 |
-- avis_decision |
-- avis_decision |
87 |
COMMENT ON TABLE avis_decision IS 'Avis décidé après l'instruction d''un dossier d'instruction'; |
COMMENT ON TABLE avis_decision IS 'Avis décidé après l''instruction d''un dossier d''instruction'; |
88 |
COMMENT ON COLUMN avis_decision.libelle IS 'Libellé de l''avis'; |
COMMENT ON COLUMN avis_decision.libelle IS 'Libellé de l''avis'; |
89 |
COMMENT ON COLUMN avis_decision.typeavis IS 'Type d''avis à rendre'; |
COMMENT ON COLUMN avis_decision.typeavis IS 'Type d''avis à rendre'; |
90 |
COMMENT ON COLUMN avis_decision.sitadel IS 'Type de mouvement sitadel'; |
COMMENT ON COLUMN avis_decision.sitadel IS 'Type de mouvement sitadel'; |
94 |
-- bible |
-- bible |
95 |
|
|
96 |
-- blocnote |
-- blocnote |
97 |
|
COMMENT ON TABLE blocnote IS 'Annotation concernant le dossier d''instruction lié'; |
98 |
|
COMMENT ON COLUMN blocnote.blocnote IS 'Identifiant unique'; |
99 |
|
COMMENT ON COLUMN blocnote.categorie IS 'Catégorie de la note'; |
100 |
|
COMMENT ON COLUMN blocnote.note IS 'Contenu de la note'; |
101 |
|
COMMENT ON COLUMN blocnote.dossier IS 'Dossier d''instruction lié'; |
102 |
|
|
103 |
-- cerfa |
-- cerfa |
104 |
|
|