/[openfoncier]/trunk/data/pgsql/init_data.sql
ViewVC logotype

Diff of /trunk/data/pgsql/init_data.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1801 by fmichon, Tue Apr 30 07:44:07 2013 UTC revision 2341 by vpihour, Fri Sep 20 18:00:59 2013 UTC
# Line 23  INSERT INTO om_utilisateur (om_utilisate Line 23  INSERT INTO om_utilisateur (om_utilisate
23    
24  (9, 'Cellule suivi', '[email protected]', 'suivi', '88a76b5541cd34cea92bc20ec5bf75e2', 1, 'DB', 5),  (9, 'Cellule suivi', '[email protected]', 'suivi', '88a76b5541cd34cea92bc20ec5bf75e2', 1, 'DB', 5),
25    
26  (10, 'Guichet Unique', '[email protected]', 'guichet', 'aca8a84cc15c9d23d11e96a15df4f828', 1, 'DB', 6)  (10, 'Guichet Unique', '[email protected]', 'guichet', 'aca8a84cc15c9d23d11e96a15df4f828', 1, 'DB', 6),
27    
28    (11, 'Service consulté interne', '[email protected]', 'consuint', '41f5107d08bf85431bf518a48315008b', 1, 'db', 8),
29    (12, 'Visualisation DA et DI', '[email protected]', 'visudadi', 'f5482d356ab55aae5edf5e6146f44644', 1, 'db', 9),
30    (13, 'Visualisation DA', '[email protected]', 'visuda', 'f8d59fd856bf844a90f0968e8acd8cac', 1, 'db', 10),
31    (14, 'Qualificateur', '[email protected]', 'qualif', 'c7f6e8776497fc37bc20c6eae9db1c9d', 1, 'db', 7),
32    (15, 'Divisionnaire', '[email protected]', 'divi', 'a8124c681eeedd309a78db78c6d087b9', 1, 'db', 11),
33    (16, 'Chef de service', '[email protected]', 'chef', 'cbb4581ba3ada1ddef9b431eef2660ce', 1, 'db', 12)
34  ;  ;
35    
   
36  ---  ---
37  --- DIRECTIONS  --- DIRECTIONS
38  ---  ---
# Line 65  INSERT INTO instructeur VALUES Line 70  INSERT INTO instructeur VALUES
70  , NULL, NULL),  , NULL, NULL),
71  (3, 'Roland Richard', NULL, 23,  (3, 'Roland Richard', NULL, 23,
72  (SELECT om_utilisateur from om_utilisateur where login='instr2')  (SELECT om_utilisateur from om_utilisateur where login='instr2')
73    , NULL, NULL),
74    (4, 'Pierre Martin', NULL, 22,
75    (SELECT om_utilisateur FROM om_utilisateur WHERE login='divi')
76  , NULL, NULL)  , NULL, NULL)
   
77  ;  ;
78    
79    
80    
81  ---  ---
82  --- AFFECTATION AUTOMATIQUE  --- ARCHITECTES
83  ---  ---
84    
85  INSERT INTO affectation_automatique VALUES (1, NULL, NULL, NULL, 1, NULL);  INSERT INTO architecte VALUES (nextval('architecte_seq'), 'Mercier', 'Paul', '113 boulevard de pont de vivaux', '', '13010', 'Marseille', 'France', '054645', '0497856235', '0497856236', '[email protected]', '', true);
86  INSERT INTO affectation_automatique VALUES (2, NULL, NULL, NULL, 2, 1);  INSERT INTO architecte VALUES (nextval('architecte_seq'), 'Mercier', 'Jean', '113 boulevard de pont de vivaux', '', '13010', 'Marseille', 'France', '56454', '0491352689', '0491352685', '[email protected]', '', true);
 INSERT INTO affectation_automatique VALUES (3, NULL, NULL, NULL, 3, 3);  
87    
88  --  --
89  -- pg_dump -a -t openads.service -t openads.service_categorie -t openads.lien_service_om_utilisateur -t openads.lien_service_service_categorie -t openads.arrondissement -t openads.quartier -t openads.dossier_autorisation -t openads.dossier -t openads.signataire_arrete -t openads.instruction -t openads.demande -t openads.demandeur -t openads.lien_demande_demandeur -t openads.lien_dossier_autorisation_demandeur -t openads.lien_dossier_demandeur -t openads.lot -t openads.lien_dossier_lot -t openads.lien_lot_demandeur -t openads.commission -t openads.commission_type -t openads.dossier_commission openads  -- pg_dump -a -t openads.service -t openads.service_categorie -t openads.lien_service_om_utilisateur -t openads.lien_service_service_categorie -t openads.arrondissement -t openads.quartier -t openads.dossier_autorisation -t openads.dossier -t openads.signataire_arrete -t openads.instruction -t openads.demande -t openads.demandeur -t openads.lien_demande_demandeur -t openads.lien_dossier_autorisation_demandeur -t openads.lien_dossier_demandeur -t openads.lot -t openads.lien_dossier_lot -t openads.lien_lot_demandeur -t openads.commission -t openads.commission_type -t openads.dossier_commission openads > /tmp/init_data.sql
90  -- pg_dump -a -t openads.service -t openads.service_categorie -t openads.lien_service_om_utilisateur -t openads.lien_service_service_categorie -t openads.arrondissement -t openads.quartier -t openads.dossier_autorisation -t openads.dossier -t openads.signataire_arrete -t openads.instruction -t openads.demande -t openads.demandeur -t openads.lien_demande_demandeur -t openads.lien_dossier_autorisation_demandeur -t openads.lien_dossier_demandeur -t openads.lot -t openads.lien_dossier_lot -t openads.lien_lot_demandeur -t openads.commission -t openads.commission_type -t openads.dossier_commission openads  --
91    
92  --  --
93  -- PostgreSQL database dump  -- PostgreSQL database dump
# Line 90  INSERT INTO affectation_automatique VALU Line 97  INSERT INTO affectation_automatique VALU
97  -- Data for Name: arrondissement; Type: TABLE DATA; Schema: openads; Owner: postgres  -- Data for Name: arrondissement; Type: TABLE DATA; Schema: openads; Owner: postgres
98  --  --
99    
100  COPY arrondissement (arrondissement, libelle, code_postal) FROM stdin;  COPY arrondissement (arrondissement, libelle, code_postal, code_impots) FROM stdin;
101  1       1       13001  1       1       13001   201
102  2       2       13002  2       2       13002   202
103  3       3       13003  3       3       13003   203
104  4       4       13004  4       4       13004   204
105  5       5       13005  5       5       13005   205
106  6       6       13006  6       6       13006   206
107  7       7       13007  7       7       13007   207
108  8       8       13008  8       8       13008   208
109  9       9       13009  9       9       13009   209
110  10      10      13010  10      10      13010   210
111  11      11      13011  11      11      13011   211
112  12      12      13012  12      12      13012   212
113  13      13      13013  13      13      13013   213
114  14      14      13014  14      14      13014   214
115  15      15      13015  15      15      13015   215
116  16      16      13016  16      16      13016   216
117  \.  \.
118    
119    
120  --  --
121  -- Name: arrondissement_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres  -- Data for Name: quartier; Type: TABLE DATA; Schema: openads; Owner: postgres
122  --  --
123    
124  SELECT pg_catalog.setval('arrondissement_seq', 17, false);  COPY quartier (quartier, arrondissement, code_impots, libelle) FROM stdin;
125    1       1       801     01 – BELSUNCE
126    2       1       802     02 – CHAPITRE
127    3       1       803     03 – NOAILLE
128    4       1       804     04 – OPERA
129    5       1       805     05 – ST. CHARLES
130    6       1       806     06 – THIERS
131    7       2       807     01 – ARENC
132    8       2       808     02 – LES GRANDS CARMES
133    9       2       809     03 – HOTEL DE VILLE
134    10      2       810     04 – JOLIETTE
135    11      3       811     01 – BELLE DE MAI
136    12      3       812     03 – ST. LAZARE
137    13      3       813     04 – ST. MAURONT
138    14      3       814     02 – LA VILETTE
139    15      4       815     01 – LA BLANCARDE
140    16      4       816     02 – LES CHARTREUX
141    17      4       817     03 – CHUTES LAVIES
142    18      4       818     04 – CINQ AVENUES
143    19      5       819     01 – BAILLE
144    20      5       820     02 – LE CAMAS
145    21      5       821     03 – LA CONCEPTION
146    22      5       822     04 – ST. PIERRE
147    23      6       823     01 – CASTELLANE
148    24      6       824     02 – LODI
149    25      6       825     03 – N. DAME DU MONT
150    26      6       826     04 – PALAIS DE JUSTICE
151    27      6       827     05 – PREFECTURE
152    28      6       828     06 – VAUBAN
153    29      7       829     01 – BOMPARD
154    30      7       830     02 – ENDOUME
155    31      7       831     07 – LES ILES
156    32      7       832     03 – PHARO
157    33      7       833     04 – ROUCAS BLANC
158    34      7       834     06 – ST LAMBERT
159    35      7       835     05 – ST. VICTOR
160    36      8       836     01 – BONNEVEINE
161    37      8       837     02 – LES GOUDES
162    38      8       838     03 – MONTREDON
163    39      8       839     04 – PERIER
164    40      8       840     05 – LA PLAGE
165    41      8       841     06 – LA POINTE ROUGE
166    42      8       842     07 – ROUET
167    43      8       843     09 – ST. GINIEZ
168    44      8       844     08 – STE ANNE
169    45      8       845     10 – VIEILLE CHAPELLE
170    46      9       846     01 – LES BAUMETTES
171    47      9       847     02 – LE CABOT
172    48      9       848     03 – CARPAGNE
173    49      9       849     04 – MAZARGUES
174    50      9       850     05 – LA PANOUSE
175    51      9       851     06 – LE REDON
176    52      9       852     08 – SORMIOU
177    53      9       853     07 – STE MARGUERITE
178    54      9       854     09 – VAUFREGES
179    55      10      855     01 – CAPELETTE
180    56      10      856     02 – MENPENTI
181    57      10      857     03 – PONT DE VIVAUX
182    58      10      858     04 – ST. LOUP
183    59      10      859     05 – ST. TRONC
184    60      10      860     06 – LA TIMONE
185    61      11      861     01 – LES ACCATES
186    62      11      862     02 – LA BARASSE
187    63      11      863     03 – LES CAMOINS
188    64      11      864     04 – EOURES
189    65      11      865     05 – LA MILLIERE
190    66      11      866     06 – LA POMME
191    67      11      867     07 – ST. MARCEL
192    68      11      868     08 – ST. MENET
193    69      11      869     09 – LA TREILLE
194    70      11      870     10 – LA VALBARELLE
195    71      11      871     11 – LA VALENTINE
196    72      12      872     01 – LES CAILLOLS
197    73      12      873     02 – LA FOURRAGERE
198    74      12      874     03 – MONTOLIVET
199    75      12      875     04 – ST. BARNABE
200    76      12      876     05 – ST. JEAN DU DESERT
201    77      12      877     06 – ST. JULIEN
202    78      12      878     07 – LES TROIS LUCS
203    79      13      879     01 – CHÂTEAU GOMBERT
204    80      13      880     02 – LA CROIX ROUGE
205    81      13      881     03 – MALPASSE
206    82      13      882     04 – LES MEDECINS
207    83      13      883     05 – LES MOURETS
208    84      13      884     06 – LES OLIVES
209    85      13      885     07 – PALAMA
210    86      13      886     08 – LA ROSE
211    87      13      887     09 – ST. JEROME
212    88      13      888     10 – ST. JUST
213    89      13      889     11 – ST. MITRE
214    90      14      890     01 – LES ARNAVAUX
215    91      14      891     02 – BON SECOURS
216    92      14      892     03 – LE CANET
217    93      14      893     04 – LE MERLAN
218    94      14      894     05 – ST. BARTHELEMY
219    95      14      895     06 – ST. JOSEPH
220    96      14      896     07 – STE MARTHE
221    97      15      897     01 – LES AYGALADES
222    98      15      898     02 – BOREL
223    99      15      899     03 – LA CABUCELLE
224    100     15      900     04 – LA CALADE
225    101     15      901     05 – LES CROTTES
226    102     15      902     06 – LA DELORME
227    103     15      903     07 – N. DAME LIMITE
228    104     15      904     08 – ST. ANTOINE
229    105     15      905     09 – ST. LOUIS
230    106     15      906     10 – VERDURON
231    107     15      907     11 – LA VISTE
232    108     16      908     01 – L'ESTAQUE
233    109     16      909     02 – LES RIAUX
234    110     16      910     03 – ST. ANDRE
235    111     16      911     04 – ST. HENRI
236    \.
237    
238    
239    --
240    -- Data for Name: affectation_automatique; Type: TABLE DATA; Schema: openads; Owner: postgres
241    --
242    
243    COPY affectation_automatique (affectation_automatique, arrondissement, quartier, section, instructeur, dossier_autorisation_type_detaille) FROM stdin;
244    3       \N      \N      \N      3       3
245    4       1       1       \N      4       1
246    2       1       2       \N      2       1
247    1       \N      \N      \N      1       1
248    \.
249    
250    
251    --
252    -- Name: affectation_automatique_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
253    --
254    
255    SELECT pg_catalog.setval('affectation_automatique_seq', 5, false);
256    
257    
258    --
259    -- Name: arrondissement_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
260    --
261    
262    SELECT pg_catalog.setval('arrondissement_seq', 17, false);
263    
264    
265  --  --
# Line 132  COPY commission_type (commission_type, c Line 275  COPY commission_type (commission_type, c
275  -- Data for Name: commission; Type: TABLE DATA; Schema: openads; Owner: postgres  -- Data for Name: commission; Type: TABLE DATA; Schema: openads; Owner: postgres
276  --  --
277    
278  COPY commission (commission, code, commission_type, libelle, date_commission, heure_commission, lieu_adresse_ligne1, lieu_adresse_ligne2, lieu_salle, listes_de_diffusion, participants) FROM stdin;  COPY commission (commission, code, commission_type, libelle, date_commission, heure_commission, lieu_adresse_ligne1, lieu_adresse_ligne2, lieu_salle, listes_de_diffusion, participants, om_fichier_commission_ordre_jour, om_final_commission_ordre_jour, om_fichier_commission_compte_rendu, om_final_commission_compte_rendu) FROM stdin;
279  1       CTU20121201     1       Commission Technique d'Urbanisme        2012-12-01      15:00   40 rue Fauchier 13001 MARSEILLE 2a      [email protected]\[email protected]    David CHEVALIER\nGuillaume LAMBERT  1       CTU20121201     1       Commission Technique d'Urbanisme        2012-12-01      15:00   40 rue Fauchier 13001 MARSEILLE 2a      [email protected]\[email protected]    David CHEVALIER\nGuillaume LAMBERT      \N      \N      \N      \N
280  \.  \.
281    
 --  
 --  
 --  
 SELECT pg_catalog.setval('commission_type_seq', 1, true);  
282    
283  --  --
284  -- Name: commission_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres  -- Name: commission_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
# Line 147  SELECT pg_catalog.setval('commission_typ Line 286  SELECT pg_catalog.setval('commission_typ
286    
287  SELECT pg_catalog.setval('commission_seq', 2, false);  SELECT pg_catalog.setval('commission_seq', 2, false);
288    
289    
290    --
291    -- Name: commission_type_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
292    --
293    
294    SELECT pg_catalog.setval('commission_type_seq', 2, false);
295    
296    
297  --  --
298  -- Data for Name: dossier_autorisation; Type: TABLE DATA; Schema: openads; Owner: postgres  -- Data for Name: dossier_autorisation; Type: TABLE DATA; Schema: openads; Owner: postgres
299  --  --
300    
301  COPY dossier_autorisation (dossier_autorisation, dossier_autorisation_type_detaille, exercice, insee, terrain_references_cadastrales, terrain_adresse_voie_numero, complement, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, arrondissement, depot_initial, erp_numero_batiment, erp_ouvert, erp_date_ouverture, erp_arrete_decision, erp_date_arrete_decision, numero_version, etat_dossier_autorisation, date_depot, date_decision, date_validite, date_chantier, date_achevement, avis_decision, etat_dernier_dossier_instruction_accepte) FROM stdin;  COPY dossier_autorisation (dossier_autorisation, dossier_autorisation_type_detaille, exercice, insee, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, arrondissement, depot_initial, erp_numero_batiment, erp_ouvert, erp_date_ouverture, erp_arrete_decision, erp_date_arrete_decision, numero_version, etat_dossier_autorisation, date_depot, date_decision, date_validite, date_chantier, date_achevement, avis_decision, etat_dernier_dossier_instruction_accepte, dossier_autorisation_libelle) FROM stdin;
302  PC0130551200001 1       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N  PC0130551200001 1       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N      PC 013055 12 00001
303  PC0130551200002 2       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N  PC0130551200002 2       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N      PC 013055 12 00002
304  PD0130551200001 3       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N  PD0130551200001 3       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N      PD 013055 12 00001
305  PA0130551200001 4       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N  DP0130551200001 5       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N      DP 013055 12 00001
306  DP0130551200001 5       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N  CU0130551200001 6       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N      CU 013055 12 00001
307  CU0130551200001 6       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N  AZ0130551200001 7       \N      \N      123ab001;       113     boulevard pont de vivaux        \N      Marseille       13010   \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N      AZ 013055 12 00001
308  AZ0130551200001 7       \N      \N      123ab001;       113     boulevard pont de vivaux        \N      Marseille       13010   \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N  AT0130551200001 8       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N      AT 013055 12 00001
309  AT0130551200001 8       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       1       \N      \N      \N      \N      \N      \N      \N  PA0130551200001 4       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      \N      \N      \N      \N      \N      0       2       2012-12-17      2010-08-01      2012-08-01      \N      \N      8       2       PA 013055 12 00001
310  \.  \.
311    
312    
# Line 167  AT0130551200001        8       \N      \N      \N      \N      \N      \N      \N      \ Line 314  AT0130551200001        8       \N      \N      \N      \N      \N      \N      \N      \
314  -- Data for Name: dossier; Type: TABLE DATA; Schema: openads; Owner: postgres  -- Data for Name: dossier; Type: TABLE DATA; Schema: openads; Owner: postgres
315  --  --
316    
317  COPY dossier (dossier, annee, etat, instructeur, date_demande, date_depot, date_complet, date_rejet, date_notification_delai, delai, date_limite, accord_tacite, date_decision, date_validite, date_chantier, date_achevement, date_conformite, parcelle, pos, sig, batiment_nombre, logement_nombre, shon, shon_calcul, shob, lot, hauteur, piece_nombre, amenagement, parcelle_lot, parcelle_lot_lotissement, description, temp1, temp2, temp3, temp4, temp5, servitude, erp, avis_decision, enjeu_erp, enjeu_urba, division, autorite_competente, a_qualifier, terrain_references_cadastrales, terrain_adresse_voie_numero, complement, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, dossier_autorisation, dossier_instruction_type, date_dernier_depot, version, incompletude, evenement_suivant_tacite, evenement_suivant_tacite_incompletude, etat_pendant_incompletude, date_limite_incompletude, delai_incompletude, geom, geom1) FROM stdin;  COPY dossier (dossier, annee, etat, instructeur, date_demande, date_depot, date_complet, date_rejet, date_notification_delai, delai, date_limite, accord_tacite, date_decision, date_validite, date_chantier, date_achevement, date_conformite, parcelle, pos, sig, batiment_nombre, logement_nombre, shon, shon_calcul, shob, lot, hauteur, piece_nombre, amenagement, parcelle_lot, parcelle_lot_lotissement, description, temp1, temp2, temp3, temp4, temp5, servitude, erp, avis_decision, enjeu_erp, enjeu_urba, division, autorite_competente, a_qualifier, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, dossier_autorisation, dossier_instruction_type, date_dernier_depot, version, incompletude, evenement_suivant_tacite, evenement_suivant_tacite_incompletude, etat_pendant_incompletude, date_limite_incompletude, delai_incompletude, dossier_libelle, numero_versement_archive, duree_validite, geom, geom1) FROM stdin;
318  PC0130551200001P0               notifier        2       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       22      1       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      PC0130551200001 1       2012-12-17      0       f       \N      \N      \N      \N      \N      \N      \N  PC0130551200001P0               notifier        2       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       22      1       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      PC0130551200001 1       2012-12-17      0       f       \N      \N      \N      \N      \N      PC 013055 12 00001P0    \N      0       01010000206A080000CDCCCCCC0EFE2941295C8FC2DD2AFC40      \N
319  PC0130551200002P0               notifier        1       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       22      2       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      PC0130551200002 4       2012-12-17      0       f       \N      \N      \N      \N      \N      \N      \N  PC0130551200002P0               notifier        1       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       22      2       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      PC0130551200002 6       2012-12-17      0       f       \N      \N      \N      \N      \N      PC 013055 12 00002P0    \N      0       \N      \N
320  PD0130551200001P0               notifier        3       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       23      3       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      PD0130551200001 7       2012-12-17      0       f       \N      \N      \N      \N      \N      \N      \N  PD0130551200001P0               notifier        3       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       23      3       f       805AB0009;      \N      \N      \N      \N      \N      \N      \N      \N      PD0130551200001 11      2012-12-17      0       f       \N      \N      \N      \N      \N      PD 013055 12 00001P0    \N      0       \N      \N
321  PA0130551200001P0               notifier        1       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       22      1       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      PA0130551200001 10      2012-12-17      0       f       \N      \N      \N      \N      \N      \N      \N  DP0130551200001P0               notifier        1       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       22      1       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      DP0130551200001 21      2012-12-17      0       f       \N      \N      \N      \N      \N      DP 013055 12 00001P0    \N      0       \N      \N
322  DP0130551200001P0               notifier        1       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       22      1       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      DP0130551200001 13      2012-12-17      0       f       \N      \N      \N      \N      \N      \N      \N  CU0130551200001P0               notifier        1       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       22      1       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      CU0130551200001 26      2012-12-17      0       f       \N      \N      \N      \N      \N      CU 013055 12 00001P0    \N      0       \N      \N
323  CU0130551200001P0               notifier        1       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       22      1       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      CU0130551200001 16      2012-12-17      0       f       \N      \N      \N      \N      \N      \N      \N  AZ0130551200001P0               notifier        1       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       22      1       f       806AB0001A0005; 113     boulevard pont de vivaux        \N      Marseille       13010   \N      \N      \N      AZ0130551200001 31      2012-12-17      0       f       \N      \N      \N      \N      \N      AZ 013055 12 00001P0    \N      0       \N      \N
324  AZ0130551200001P0               notifier        1       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       22      1       f       123ab001;       113     boulevard pont de vivaux        \N      Marseille       13010   \N      \N      \N      AZ0130551200001 19      2012-12-17      0       f       \N      \N      \N      \N      \N      \N      \N  AT0130551200001P0               notifier        1       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       22      1       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      AT0130551200001 36      2012-12-17      0       f       64      \N      \N      \N      \N      AT 013055 12 00001P0    \N      0       \N      \N
325  AT0130551200001P0               notifier        1       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     \N      \N      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       \N      f       f       22      1       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      AT0130551200001 22      2012-12-17      0       f       \N      \N      \N      \N      \N      \N      \N  PA0130551200001P0               accepter        1       2012-12-17      2012-12-17      2012-12-17      \N      2013-01-17      2       2013-02-17      Oui     2010-08-01      2012-08-01      \N      \N      \N      \N      \N              \N      \N      \N      \N      \N      \N      \N      \N              \N                                                              \N      f       8       f       f       22      1       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      PA0130551200001 16      2012-12-17      0       f       \N      \N      \N      \N      \N      PA 013055 12 00001P0    \N      0       \N      \N
326    \.
327    
328    
329    --
330    -- Data for Name: service; Type: TABLE DATA; Schema: openads; Owner: postgres
331    --
332    
333    COPY service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation) FROM stdin;
334    59.02   Atelier du Patrimoine   Square Belsunce         13001   Marseille               1       2       f       f       2000-01-01      2100-01-01      pour_conformite
335    59.06   Direction de la Circulation     Place de la Joliette    CUMPM - Les Docks - Atrium 10.7 13002   Marseille               1       6       f       f       2000-01-01      2100-01-01      pour_conformite
336    59.07   Service de l' Espace Public     Rue Mongrand            13006   Marseille               0       7       f       f       2000-01-01      2100-01-01      pour_information
337    59.08   Division Prévention des Marins Pompiers / PREV Boulevard de Strasbourg         13303   Marseille Cedex 3               1       8       f       f       2000-01-01      2100-01-01      pour_information
338    59.12   Direction de la Propreté Urbaine       DOCTEUR HECKEL          13011   Marseille               0       12      f       f       2000-01-01      2100-01-01      pour_information
339    59.13   Régie des Tranports de Marseille - DTP/CIP     du Métro               13013   Marseille               0       13      f       f       2000-01-01      2100-01-01      avec_avis_attendu
340    59.15   DGST - Service de l'Espace Urbain       320-330, Avenue du Prado                13008   Marseille               0       15      f       f       2000-01-01      2100-01-01      avec_avis_attendu
341    59.17   Conseil Général des BDR - Direction des Routes        Avenue Joseph Vidal             13285   Marseille cedex 08              0       17      f       f       2000-01-01      2100-01-01      avec_avis_attendu
342    59.22   Architecte des Bâtiments de France (Sites)     Place de la Joliette - Les Docks        S.D.A.P. des Bouches du Rhône  13567   Marseille cedex 02              1       22      f       f       2000-01-01      2100-01-01      avec_avis_attendu
343    59.25   Agence d'Urbanisme de l'Agglomération de Marseille     La Canebière           13001   Marseille               1       25      f       f       2000-01-01      2100-01-01      avec_avis_attendu
344    59.31   Direction Opérationnelle des Télécommunications      Chemin du Sablier               13008   Marseille               0       31      f       f       2000-01-01      2100-01-01      avec_avis_attendu
345    59.39   Service Logement  S.A.H.  - Changement d'usage  Rue Colbert             13001   Marseille               0       39      f       f       2000-01-01      2100-01-01      avec_avis_attendu
346    59.43   Direction Dép de l'Inspection Sanitaire et Sociale     Rue Saint Sébastien    Programmation et Equipement     13006   Marseille               0       43      f       f       2000-01-01      2100-01-01      avec_avis_attendu
347    59.45   Préfecture, Service des Etablissements Classés        Place de la Préfecture Hôtel de la Préfecture        13006   Marseille               0       45      f       f       2000-01-01      2100-01-01      avec_avis_attendu
348    59.49   Service des Armées     Caserne Audéoud        Place de la Corderie    13002   Marseille               0       49      f       f       2000-01-01      2100-01-01      avec_avis_attendu
349    59.50   Direction des Services Concédés et des S.E.M. Rue Colbert             13001   Marseille               1       50      f       f       2000-01-01      2100-01-01      avec_avis_attendu
350    59.51   Direction de la Protection Civile       Rue Nau         13005   Marseille               0       51      f       f       2000-01-01      2100-01-01      avec_avis_attendu
351    59.52   Chambre de Commerce et d'Industrie de Marseille Palais de la Bourse             13001   Marseille               0       52      f       f       2000-01-01      2100-01-01      avec_avis_attendu
352    59.54   Direction des Opérations Funéraires   Rue Saint Pierre                13005   Marseille               1       54      f       f       2000-01-01      2100-01-01      avec_avis_attendu
353    59.57   Télédiffusion de France       Allée Ray Grassi               13008   Marseille               0       57      f       f       2000-01-01      2100-01-01      avec_avis_attendu
354    59.59   DDTM 13 - Service de la Mer et du Littoral      rue Antoine Zattara             13332   Marseille cedex3                0       59      f       f       2000-01-01      2100-01-01      avec_avis_attendu
355    59.60   SO.MI.MAR       M.I.N. des Arnavaux             13014   Marseille               0       60      f       f       2000-01-01      2100-01-01      avec_avis_attendu
356    59.61   RTE - GET PROVENCE ALPES DU SUD rue Louis Lépine       Les Chabauds Nord       13330   Bouc Bel Air            1       61      f       f       2000-01-01      2100-01-01      avec_avis_attendu
357    59.64   Direction des Sports    Allée Ray Grassi               13008   Marseille               1       63      f       f       2000-01-01      2100-01-01      avec_avis_attendu
358    59.67   GDF Exploitation Transport      Rue de Lyon             13015   Marseille               0       66      f       f       2000-01-01      2100-01-01      avec_avis_attendu
359    59.68   Direction de l' Eclairage Public        Rue Sénac              13001   Marseille               1       67      f       f       2000-01-01      2100-01-01      avec_avis_attendu
360    59.70   AUTRE                                           0       69      f       f       2000-01-01      2100-01-01      avec_avis_attendu
361    59.71   Direction Régionale Industrie Recherche        Avenue du Prado         13008   Marseille               0       70      f       f       2000-01-01      2100-01-01      avec_avis_attendu
362    59.73   Dir. Départementale des Territoires et de la Mer       Antoine Zattara         13332   Marseille cedex 3               0       72      f       f       2000-01-01      2100-01-01      avec_avis_attendu
363    59.78   Direction des Handicapés       Avenue du Prado Cellule Accessibilité  13008   Marseille               0       77      f       f       2000-01-01      2100-01-01      avec_avis_attendu
364    1ER     Maire 1er Secteur                                               0       501     f       f       2000-01-01      2100-01-01      avec_avis_attendu
365    2EME    Maire 2ème Secteur                                             0       502     f       f       2000-01-01      2100-01-01      avec_avis_attendu
366    3EME    Maire 3ème Secteur                                             0       503     f       f       2000-01-01      2100-01-01      avec_avis_attendu
367    4EME    Maire 4ème Secteur                                             0       504     f       f       2000-01-01      2100-01-01      avec_avis_attendu
368    5EME    Maire 5ème Secteur                                             0       505     f       f       2000-01-01      2100-01-01      avec_avis_attendu
369    6EME    Maire 6ème Secteur                                             0       506     f       f       2000-01-01      2100-01-01      avec_avis_attendu
370    7EME    Maire 7ème Secteur                                             0       507     f       f       2000-01-01      2100-01-01      avec_avis_attendu
371    8EME    Maire 8ème Secteur                                             0       508     f       f       2000-01-01      2100-01-01      avec_avis_attendu
372    59.14   Société Nationale des Chemins de Fer Français        Esplanade Saint-Charles         13001   Marseille               0       14      f       f       2000-01-01      2100-01-01      avec_avis_attendu
373    59.19   Architecte des Bâtiments de France (Monuments) Place de la Joliette - Les Docks        S.D.A.P. des Bouches du Rhône  13567   Marseille cedex 02              1       19      f       f       2000-01-01      2100-01-01      avec_avis_attendu
374    59.21   Préfet, Direction des Affaires Décentralisées        Monsieur le Préfet des Bouches du Rhône       Bureau de l'Urbanisme et  Protection d  13282   Marseille Cedex 6               0       21      f       f       2000-01-01      2100-01-01      avec_avis_attendu
375    59.26   Direction des Infrastructures - CUMPM   BP 48014                13567   Marseille Cedex 02              0       26      f       f       2000-01-01      2100-01-01      avec_avis_attendu
376    59.30   Orange France   Rue Jacques Réattu - Buroparc Bât H   Unité de Pilotage Réseau Sud Est      13009   Marseille               0       30      f       f       2000-01-01      2100-01-01      avec_avis_attendu
377    59.38   Direction Développement Economique, Affaires Int.      Rue Henri Barbusse              13001   Marseille               1       38      f       f       2000-01-01      2100-01-01      avec_avis_attendu
378    59.42   Commision Départ. de l'Aménagement Commercial Préfecture des Bouches du Rhône -  DCSE       Boulevard Paul Peytral  13282   Marseille Cedex 20              0       42      f       f       2000-01-01      2100-01-01      avec_avis_attendu
379    59.44   Direction Dép. de l'Action Sanitaire et Sociale        Rue Saint Sébastien    Service de l'Inadaptation et de la Prog 13006   Marseille               0       44      f       f       2000-01-01      2100-01-01      avec_avis_attendu
380    59.46   Société des Eaux de la Ville de Marseille     Rue Edouard Delanglade          13006   Marseille               1       46      f       f       2000-01-01      2100-01-01      avec_avis_attendu
381    59.48   Port Autonome de la Ville de Marseille  Place de la Joliette            13002   Marseille               1       48      f       f       2000-01-01      2100-01-01      avec_avis_attendu
382    59.72   DDTM 13 - Service Urbanisme     Antoine Zattara         13332   Marseille cedex 3               0       71      f       f       2000-01-01      2100-01-01      avec_avis_attendu
383    59.77   Brigade Domaniale - Centre des Impôts de Ste Anne      Boulevard Baptiste Bonnet               13285   Marseille Cedex 8               0       76      f       f       2000-01-01      2100-01-01      avec_avis_attendu
384    59.83   Direction Régionale des Affaires Culturelles   Boulevard du Roy René          13617   Aix en Provence cedex 1         0       79      f       f       2000-01-01      2100-01-01      avec_avis_attendu
385    59.84   Direction Régionale des Antiquités    Service de la Conservation Régionale de        Historiques     13617   Aix en Provence Cedex           0       80      f       f       2000-01-01      2100-01-01      avec_avis_attendu
386    59.10   MARSEILLE AMENAGEMENT - SOLEAM  La Canebière           13001   MARSEILLE               0       511     f       f       2000-01-01      2100-01-01      avec_avis_attendu
387    59.10   Grand Projet Ville      Boulevard du Capitaine Gèze            13015   MARSEILLE               0       512     f       f       2000-01-01      2100-01-01      avec_avis_attendu
388    59.44   Direction Départ. des Services Vétérinaires  Rue Saint Sébastien    BP 23        Cédex 6   13447   MARSEILLE               0       513     f       f       2000-01-01      2100-01-01      avec_avis_attendu
389    59.10   Service Prévention et Sécurité du Public ZÃ R       Avenue Alexandre Dumas          13008   MARSEILLE               0       519     f       f       2000-01-01      2100-01-01      avec_avis_attendu
390    59.36   Service Conseil et Droit de l 'Urbanisme        Place François Mireur          13001   MARSEILLE               0       36      f       f       2000-01-01      2100-01-01      avec_avis_attendu
391    59.10   ETABLISSEMENT PUBLIC EUROMEDITERRANEE   PLACE DE LA JOLIETTE    LES DOCKS   BP 52620    13567   MARSEILLE    CEDEX 02           0       528     f       f       2000-01-01      2100-01-01      avec_avis_attendu
392    59.20   Direction Voirie et Entretien des Espaces Publics       Allée de la Voirie             13014   Marseille               1       20      f       f       2000-01-01      2100-01-01      avec_avis_attendu
393    59.69   D.G.de l'Architecture et des Bâtiments Communaux       Boulevard de Louvain            13008   Marseille               1       68      f       f       2000-01-01      2100-01-01      avec_avis_attendu
394    59.10   MISSION METRO - TRAMWAY PLACE DE LA JOLIETTE            13567   MARSEILLE cedex 02              0       531     f       f       2000-01-01      2100-01-01      avec_avis_attendu
395    59.10   DIRECTION DES PORTS ET AEROPORTS        PLACE DE LA JOLIETTE    BP 48014        13002   MARSEILLE cedex 02              0       532     f       f       2000-01-01      2100-01-01      avec_avis_attendu
396    59.11   DIRECTION DES SYSTEMES D'INFORMATION    AV ROGER SALENGRO               13003   MARSEILLE               0       533     f       f       2000-01-01      2100-01-01      avec_avis_attendu
397    59.79   Commission Départ. d'Accessibilité aux Handicapés    Antoine Zattara D.D.T.M. 13 / Service Construction - Ac 13332   Marseille               0       538     f       f       2000-01-01      2100-01-01      avec_avis_attendu
398    59.87   CUMPM - DUAEIC - Service Hab. Pol. de la Ville  Les Docks - Atrium 10.7 BP48014 13567   Marseille Cedex 02              0       539     f       f       2000-01-01      2100-01-01      avec_avis_attendu
399    59.01   Direction de l'Eau et de l'Assainissement - SPANC       Boulevard Joseph Vernet         13008   Marseille               0       540     f       f       2000-01-01      2100-01-01      avec_avis_attendu
400    59.01   SERAM   Capitaine Geze  BP 10256        13308   Marseille Cedex 14              0       541     f       f       2000-01-01      2100-01-01      avec_avis_attendu
401    59.88   DAE - RESID TOURISME ET HOTELIER                                                0       542     f       f       2000-01-01      2100-01-01      avec_avis_attendu
402    59.11   LE TRAM RUE SAINT PIERRE                13005   MARSEILLE               0       543     f       f       2000-01-01      2100-01-01      avec_avis_attendu
403    59.32   Ministère de la Défense / Armée de l'Air     Etat-Major de la Région Aérienne Sud  Section Environnement Aéronautique - BP        33998   BORDEAUX Armées                0       544     f       f       2000-01-01      2100-01-01      avec_avis_attendu
404    59.89   DRAC Monuments Historiques      Pôle Recherche et Valorisation du Pa   23, Boulevard du Roy René      13617   Aix en Provence Cedex 1         1       546     f       f       2000-01-01      2100-01-01      avec_avis_attendu
405    59.90   DRAC Archéologie       Service Régional de l'Archéologie     23, Boulevard du Roy René      13617   Aix en Provence Cedex 1         0       547     f       f       2000-01-01      2100-01-01      avec_avis_attendu
406    999     Transmission Monsieur le Préfet        DCLCV 4eme BUREAU URBANISME     BD PAUL PETRAL  13282   MARSEILLE CEDEX         1       549     f       f       2000-01-01      2100-01-01      avec_avis_attendu
407    59.11   Division Prévention Marins Pompiers/ERP        Boulevard de Strasbourg         13303   Marseille Cedex 3               0       550     f       f       2000-01-01      2100-01-01      avec_avis_attendu
408    59.82   Société Marseillaise du Tunnel Prado Carénage        Avenue Arthur Scott     BP 40   13448   Marseille Cantini Cedex         1       552     f       f       2000-01-01      2100-01-01      avec_avis_attendu
409    59.63   Direction de la Petite Enfance DGEPE (crèches) Rue des Convalescents           13233   Marseille Cedex 20              0       553     f       f       2000-01-01      2100-01-01      avec_avis_attendu
410    59.81   Direction de l'Education DGEPE  Rue des Convalescents           13233   Marseille cedex 20              1       560     f       f       2000-01-01      2100-01-01      avec_avis_attendu
411    59.73   Direction Régionale de l'Environnement PACA    Le Tholonet - BP 120            13603   Aix en Provence - Cedex 01              0       561     f       f       2000-01-01      2100-01-01      avec_avis_attendu
412    59.47   ERDF-MED-ACCUEIL-URBANISME      Les Jardins de Duranne  510, Rue René Descartes        13592   Aix en Provence         0       562     f       f       2000-01-01      2100-01-01      avec_avis_attendu
413    59.59   Syndicat Intercommunal de l'Huveaune    de la Fleuride - ZI les paluds          13400   Aubagne         0       563     f       f       2000-01-01      2100-01-01      avec_avis_attendu
414    800     Changement d'Usage mairie secteur       mairie de secteur                                       0       564     f       f       2000-01-01      2100-01-01      avec_avis_attendu
415    59.56   Monsieur le Préfet (dérogation PLU)   Dir. des collectivités locales et du   7 Avenue du Général Leclerc   13332   Marseille Cedex 3               0       56      f       f       2000-01-01      2100-01-01      avec_avis_attendu
416    59.89   SDAP des BdR    Les Docks - Atrium 104  10 Place de la Joliette 13567   marseille cedex2                0       568     f       f       2000-01-01      2100-01-01      avec_avis_attendu
417    59.89   BMP / PHOTOVOLTAIQUE    Boulevard de Strasbourg         13303   Marseille Cedex 3               0       570     f       f       2000-01-01      2100-01-01      avec_avis_attendu
418    59.89   POLICE NATIONALE        Sous Commission Départ. de la Sé      2 rue Antoine Becker    13002   Marseille               0       571     f       f       2000-01-01      2100-01-01      avec_avis_attendu
419    DAEWE   DAE - BUREAU ENTREPOT INDUSTRIE AGRICOLE                                                0       572     f       f       2000-01-01      2100-01-01      avec_avis_attendu
420    JURIW   PARQUET                                         0       574     f       f       2000-01-01      2100-01-01      avec_avis_attendu
421    59.88   DAE - COMMERCE ARTISANAT                                                0       575     f       f       2000-01-01      2100-01-01      avec_avis_attendu
422    59.36   Service de la Planification Urbaine     Rue Colbert             13001   MARSEILLE               0       576     f       f       2000-01-01      2100-01-01      avec_avis_attendu
423    59.36   Service Aménagement et Habitat - CENTRE SUD    Rue Colbert             13001   MARSEILLE               0       577     f       f       2000-01-01      2100-01-01      avec_avis_attendu
424    59.36   Service Aménagement et Habitat - NORD  Rue Colbert             13001   MARSEILLE               0       578     f       f       2000-01-01      2100-01-01      avec_avis_attendu
425    59.36   Service de l'Action Fonçière  Place François Mireur          13001   MARSEILLE               0       580     f       f       2000-01-01      2100-01-01      avec_avis_attendu
426    59.36   CUMM - DUFE - Service Urbanisme et Foncier      Rue Heni Barbusse               13001   MARSEILLE               0       581     f       f       2000-01-01      2100-01-01      avec_avis_attendu
427    59.05   Service Parcs et Jardins, du Littoral et de la Mer      Avenue Clot-Bey         13008   Marseille               0       5       f       f       2000-01-01      2100-01-01      avec_avis_attendu
428    59.10   Service Prévention et Gestion des Risques ERP  Avenue Alexandre Dumas          13008   MARSEILLE               0       583     f       f       2000-01-01      2100-01-01      avec_avis_attendu
429    DAE2    DAE - ETUDIANT - PUBLIC - ENSEIGNEMENT - RECHERCHE                                              0       584     f       f       2000-01-01      2100-01-01      avec_avis_attendu
430    59.29   DEEU Ravalements de facade      Avenue du Prado Le Grand Pavois 13008   Marseille               0       585     f       f       2000-01-01      2100-01-01      avec_avis_attendu
431    59.73   DDTM Taxe Aménagement                                          0       586     f       f       2000-01-01      2100-01-01      avec_avis_attendu
432    ERPSE   ERP Service Securité   24 rue de Rome          13001   Marseille       [email protected]     3       23      f       f       2012-11-03      2013-02-03      avec_avis_attendu
433    ERPAC   ERP Service Accessibilité      24 rue de Rome          13001   Marseille       [email protected]     3       24      f       f       2012-11-03      2013-02-03      avec_avis_attendu
434    ERPSC   ERP Service Conformité 24 rue de Rome          13001   Marseille       [email protected]     3       587     f       f       2012-11-03      2013-02-03      avec_avis_attendu
435    59.01   Direction de l'Eau et de l'Assainissement       Boulevard Joseph Vernet         13008   Marseille       [email protected]       1       1       f       t       2000-01-01      2100-01-01      pour_conformite
436    \.
437    
438    
439    --
440    -- Data for Name: consultation; Type: TABLE DATA; Schema: openads; Owner: postgres
441    --
442    
443    COPY consultation (consultation, dossier, date_envoi, date_retour, date_limite, service, avis_consultation, date_reception, motivation, fichier, lu, code_barres, om_fichier_consultation, om_final_consultation) FROM stdin;
444    1       PC0130551200002P0       2013-01-01      \N      2013-02-01      1       \N      2013-01-01              \N      t       120000000001    OP_FAILURE      t
445    2       PC0130551200001P0       2013-03-01      \N      2013-04-01      1       \N      2013-03-01              \N      t       120000000001    OP_FAILURE      t
446    \.
447    
448    
449    --
450    -- Name: consultation_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
451    --
452    
453    SELECT pg_catalog.setval('consultation_seq', 3, false);
454    
455    
456    --
457    -- Data for Name: document_numerise; Type: TABLE DATA; Schema: openads; Owner: postgres
458    --
459    
460    COPY document_numerise (document_numerise, uid, dossier, nom_fichier, date_creation, document_numerise_type) FROM stdin;
461    1       483cf5c504c9f81a7c7f470c5a209140        AZ0130551200001P0       20130614ARRT.pdf        2013-06-14      9
462  \.  \.
463    
464    
# Line 192  COPY signataire_arrete (signataire_arret Line 475  COPY signataire_arrete (signataire_arret
475  -- Data for Name: instruction; Type: TABLE DATA; Schema: openads; Owner: postgres  -- Data for Name: instruction; Type: TABLE DATA; Schema: openads; Owner: postgres
476  --  --
477    
478  COPY instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement, complement2, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3, complement4, complement5, complement6, complement7, complement8, complement9, complement10, complement11, complement12, complement13, complement14, complement15, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude) FROM stdin;  COPY instruction (instruction, destinataire, date_evenement, evenement, lettretype, complement, complement2, dossier, action, delai, etat, accord_tacite, delai_notification, archive_delai, archive_date_complet, archive_date_rejet, archive_date_limite, archive_date_notification_delai, archive_accord_tacite, archive_etat, archive_date_decision, archive_avis, archive_date_validite, archive_date_achevement, archive_date_chantier, archive_date_conformite, complement3, complement4, complement5, complement6, complement7, complement8, complement9, complement10, complement11, complement12, complement13, complement14, complement15, avis_decision, date_finalisation_courrier, date_envoi_signature, date_retour_signature, date_envoi_rar, date_retour_rar, date_envoi_controle_legalite, date_retour_controle_legalite, signataire_arrete, numero_arrete, archive_date_dernier_depot, archive_incompletude, archive_evenement_suivant_tacite, archive_evenement_suivant_tacite_incompletude, archive_etat_pendant_incompletude, archive_date_limite_incompletude, archive_delai_incompletude, code_barres, om_fichier_instruction, om_final_instruction, document_numerise, archive_autorite_competente, autorite_competente, duree_validite_parametrage, duree_validite) FROM stdin;
479  1       PC0130551200001P0       2012-12-17      1       recepisse_1                     PC0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N  1       PC0130551200001P0       2012-12-17      1       recepisse_1                     PC0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      f       \N      \N      \N      \N      \N      110000000001    \N      \N      \N      \N      \N      0       0
480  2       PC0130551200002P0       2012-12-17      1       recepisse_1                     PC0130551200002P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N  2       PC0130551200002P0       2012-12-17      1       recepisse_1                     PC0130551200002P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      f       \N      \N      \N      \N      \N      110000000002    \N      \N      \N      \N      \N      0       0
481  3       PD0130551200001P0       2012-12-17      1       recepisse_1                     PD0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N  3       PD0130551200001P0       2012-12-17      1       recepisse_1                     PD0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      f       \N      \N      \N      \N      \N      110000000003    \N      \N      \N      \N      \N      0       0
482  4       PA0130551200001P0       2012-12-17      1       recepisse_1                     PA0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N  4       PA0130551200001P0       2012-12-17      1       recepisse_1                     PA0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      f       \N      \N      \N      \N      \N      110000000004    \N      \N      \N      \N      \N      0       0
483  5       DP0130551200001P0       2012-12-17      1       recepisse_1                     DP0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N  5       DP0130551200001P0       2012-12-17      1       recepisse_1                     DP0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      f       \N      \N      \N      \N      \N      110000000005    \N      \N      \N      \N      \N      0       0
484  6       CU0130551200001P0       2012-12-17      1       recepisse_1                     CU0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N  6       CU0130551200001P0       2012-12-17      1       recepisse_1                     CU0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      f       \N      \N      \N      \N      \N      110000000006    \N      \N      \N      \N      \N      0       0
485  7       AZ0130551200001P0       2012-12-17      1       recepisse_1                     AZ0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N  7       AZ0130551200001P0       2012-12-17      1       recepisse_1                     AZ0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      f       \N      \N      \N      \N      \N      110000000007    \N      \N      \N      \N      \N      0       0
486  8       AT0130551200001P0       2012-12-17      1       recepisse_1                     AT0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N  8       AT0130551200001P0       2012-12-17      1       recepisse_1                     AT0130551200001P0       initialisation  2       notifier        Oui     1       0       \N      \N      \N      \N                      \N              \N      \N      \N      \N                                                                                                              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      f       \N      \N      \N      \N      \N      110000000008    \N      \N      \N      \N      \N      0       0
487  9       AZ0130551200001P0       2013-02-27      81      arrete                  AZ0130551200001P0       acceptation     0       accepter        Non     0       2       2012-12-17      \N      2013-02-17      2013-01-17      Oui     notifier        \N              \N      \N      \N      \N                                                                                                              7       \N      \N      \N      \N      \N      \N      \N      1       \N      \N      f       \N      \N      \N      \N      \N  9       AZ0130551200001P0       2013-02-27      81      arrete                  AZ0130551200001P0       acceptation     0       accepter        Non     0       2       2012-12-17      \N      2013-02-17      2013-01-17      Oui     notifier        \N              \N      \N      \N      \N                                                                                                              7       \N      \N      2013-03-27      \N      2013-03-27      \N      2013-03-27      1       \N      2012-12-17      f       \N      \N      \N      \N      \N      110000000009    \N      \N      1       \N      \N      0       0
488    10      PA0130551200001P0       2010-08-01      30      arrete                  PA0130551200001P0       acceptation     24      accepter        Non     0       2       2012-12-17      \N      2013-02-17      2013-01-17      Oui     notifier        \N              \N      \N      \N      \N                                                                                                              8       \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      f       \N      \N      \N      \N      \N      110000000010    \N      f       \N      1       \N      0       0
489    11      DP0130551200001P0       2013-09-02      81      arrete                  DP0130551200001P0       acceptation     0       accepter        Non     0       2       2012-12-17      \N      2013-02-17      2013-01-17      Oui     notifier        \N              \N      \N      \N      \N                                                                                                              7       \N      \N      \N      \N      \N      \N      \N      \N      \N      2012-12-17      f       \N      \N      \N      \N      \N      110000000011    \N      f       \N      1       \N      0       0
490  \.  \.
491    
492    
# Line 209  COPY instruction (instruction, destinata Line 494  COPY instruction (instruction, destinata
494  -- Data for Name: demande; Type: TABLE DATA; Schema: openads; Owner: postgres  -- Data for Name: demande; Type: TABLE DATA; Schema: openads; Owner: postgres
495  --  --
496    
497  COPY demande (demande, dossier_autorisation_type_detaille, demande_type, dossier_instruction, dossier_autorisation, date_demande, terrain_references_cadastrales, terrain_adresse_voie_numero, complement, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, instruction_recepisse, arrondissement) FROM stdin;  COPY demande (demande, dossier_autorisation_type_detaille, demande_type, dossier_instruction, dossier_autorisation, date_demande, terrain_references_cadastrales, terrain_adresse_voie_numero, terrain_adresse_voie, terrain_adresse_lieu_dit, terrain_adresse_localite, terrain_adresse_code_postal, terrain_adresse_bp, terrain_adresse_cedex, terrain_superficie, instruction_recepisse, arrondissement) FROM stdin;
498  1       1       1       PC0130551200001P0       PC0130551200001 2012-12-17      \N      \N      \N      \N      \N      \N      \N      \N      \N      1       \N  1       1       1       PC0130551200001P0       PC0130551200001 2012-12-17      \N      \N      \N      \N      \N      \N      \N      \N      \N      1       \N
499  2       2       2       PC0130551200002P0       PC0130551200002 2012-12-17      \N      \N      \N      \N      \N      \N      \N      \N      \N      2       \N  2       2       2       PC0130551200002P0       PC0130551200002 2012-12-17      \N      \N      \N      \N      \N      \N      \N      \N      \N      2       \N
500  3       3       3       PD0130551200001P0       PD0130551200001 2012-12-17      \N      \N      \N      \N      \N      \N      \N      \N      \N      3       \N  3       3       3       PD0130551200001P0       PD0130551200001 2012-12-17      \N      \N      \N      \N      \N      \N      \N      \N      \N      3       \N
# Line 252  SELECT pg_catalog.setval('demandeur_seq' Line 537  SELECT pg_catalog.setval('demandeur_seq'
537    
538    
539  --  --
540    -- Name: document_numerise_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
541    --
542    
543    SELECT pg_catalog.setval('document_numerise_seq', 2, false);
544    
545    
546    --
547    -- Data for Name: lot; Type: TABLE DATA; Schema: openads; Owner: postgres
548    --
549    
550    COPY lot (lot, libelle, dossier_autorisation, dossier) FROM stdin;
551    1       test 20m²      PC0130551200002 PC0130551200002P0
552    2       test 59m²      PC0130551200002 PC0130551200002P0
553    \.
554    
555    
556    --
557    -- Data for Name: donnees_techniques; Type: TABLE DATA; Schema: openads; Owner: postgres
558    --
559    
560    COPY donnees_techniques (donnees_techniques, dossier_instruction, lot, am_lotiss, am_autre_div, am_camping, am_caravane, am_carav_duree, am_statio, am_statio_cont, am_affou_exhau, am_affou_exhau_sup, am_affou_prof, am_exhau_haut, am_coupe_abat, am_prot_plu, am_prot_muni, am_mobil_voyage, am_aire_voyage, am_rememb_afu, am_parc_resid_loi, am_sport_moto, am_sport_attrac, am_sport_golf, am_mob_art, am_modif_voie_esp, am_plant_voie_esp, am_chem_ouv_esp, am_agri_peche, am_crea_voie, am_modif_voie_exist, am_crea_esp_sauv, am_crea_esp_class, am_projet_desc, am_terr_surf, am_tranche_desc, am_lot_max_nb, am_lot_max_shon, am_lot_cstr_cos, am_lot_cstr_plan, am_lot_cstr_vente, am_lot_fin_diff, am_lot_consign, am_lot_gar_achev, am_lot_vente_ant, am_empl_nb, am_tente_nb, am_carav_nb, am_mobil_nb, am_pers_nb, am_empl_hll_nb, am_hll_shon, am_periode_exploit, am_exist_agrand, am_exist_date, am_exist_num, am_exist_nb_avant, am_exist_nb_apres, am_coupe_bois, am_coupe_parc, am_coupe_align, am_coupe_ess, am_coupe_age, am_coupe_dens, am_coupe_qual, am_coupe_trait, am_coupe_autr, co_archi_recours, co_cstr_nouv, co_cstr_exist, co_cloture, co_elec_tension, co_div_terr, co_projet_desc, co_anx_pisc, co_anx_gara, co_anx_veran, co_anx_abri, co_anx_autr, co_anx_autr_desc, co_tot_log_nb, co_tot_ind_nb, co_tot_coll_nb, co_mais_piece_nb, co_mais_niv_nb, co_fin_lls_nb, co_fin_aa_nb, co_fin_ptz_nb, co_fin_autr_nb, co_fin_autr_desc, co_mais_contrat_ind, co_uti_pers, co_uti_vente, co_uti_loc, co_uti_princ, co_uti_secon, co_resid_agees, co_resid_etud, co_resid_tourism, co_resid_hot_soc, co_resid_soc, co_resid_hand, co_resid_autr, co_resid_autr_desc, co_foyer_chamb_nb, co_log_1p_nb, co_log_2p_nb, co_log_3p_nb, co_log_4p_nb, co_log_5p_nb, co_log_6p_nb, co_bat_niv_nb, co_trx_exten, co_trx_surelev, co_trx_nivsup, co_demont_periode, co_sp_transport, co_sp_enseign, co_sp_act_soc, co_sp_ouvr_spe, co_sp_sante, co_sp_culture, co_statio_avt_nb, co_statio_apr_nb, co_statio_adr, co_statio_place_nb, co_statio_tot_surf, co_statio_tot_shob, co_statio_comm_cin_surf, su_avt_shon1, su_avt_shon2, su_avt_shon3, su_avt_shon4, su_avt_shon5, su_avt_shon6, su_avt_shon7, su_avt_shon8, su_avt_shon9, su_cstr_shon1, su_cstr_shon2, su_cstr_shon3, su_cstr_shon4, su_cstr_shon5, su_cstr_shon6, su_cstr_shon7, su_cstr_shon8, su_cstr_shon9, su_trsf_shon1, su_trsf_shon2, su_trsf_shon3, su_trsf_shon4, su_trsf_shon5, su_trsf_shon6, su_trsf_shon7, su_trsf_shon8, su_trsf_shon9, su_chge_shon1, su_chge_shon2, su_chge_shon3, su_chge_shon4, su_chge_shon5, su_chge_shon6, su_chge_shon7, su_chge_shon8, su_chge_shon9, su_demo_shon1, su_demo_shon2, su_demo_shon3, su_demo_shon4, su_demo_shon5, su_demo_shon6, su_demo_shon7, su_demo_shon8, su_demo_shon9, su_sup_shon1, su_sup_shon2, su_sup_shon3, su_sup_shon4, su_sup_shon5, su_sup_shon6, su_sup_shon7, su_sup_shon8, su_sup_shon9, su_tot_shon1, su_tot_shon2, su_tot_shon3, su_tot_shon4, su_tot_shon5, su_tot_shon6, su_tot_shon7, su_tot_shon8, su_tot_shon9, su_avt_shon_tot, su_cstr_shon_tot, su_trsf_shon_tot, su_chge_shon_tot, su_demo_shon_tot, su_sup_shon_tot, su_tot_shon_tot, dm_constr_dates, dm_total, dm_partiel, dm_projet_desc, dm_tot_log_nb, tax_surf_tot, tax_surf, tax_surf_suppr_mod, tax_su_princ_log_nb1, tax_su_princ_log_nb2, tax_su_princ_log_nb3, tax_su_princ_log_nb4, tax_su_princ_log_nb_tot1, tax_su_princ_log_nb_tot2, tax_su_princ_log_nb_tot3, tax_su_princ_log_nb_tot4, tax_su_princ_surf1, tax_su_princ_surf2, tax_su_princ_surf3, tax_su_princ_surf4, tax_su_princ_surf_sup1, tax_su_princ_surf_sup2, tax_su_princ_surf_sup3, tax_su_princ_surf_sup4, tax_su_heber_log_nb1, tax_su_heber_log_nb2, tax_su_heber_log_nb3, tax_su_heber_log_nb_tot1, tax_su_heber_log_nb_tot2, tax_su_heber_log_nb_tot3, tax_su_heber_surf1, tax_su_heber_surf2, tax_su_heber_surf3, tax_su_heber_surf_sup1, tax_su_heber_surf_sup2, tax_su_heber_surf_sup3, tax_su_secon_log_nb, tax_su_tot_log_nb, tax_su_secon_log_nb_tot, tax_su_tot_log_nb_tot, tax_su_secon_surf, tax_su_tot_surf, tax_su_secon_surf_sup, tax_su_tot_surf_sup, tax_ext_pret, tax_ext_desc, tax_surf_tax_exist_cons, tax_log_exist_nb, tax_am_statio_ext, tax_sup_bass_pisc, tax_empl_ten_carav_mobil_nb, tax_empl_hll_nb, tax_eol_haut_nb, tax_pann_volt_sup, tax_am_statio_ext_sup, tax_sup_bass_pisc_sup, tax_empl_ten_carav_mobil_nb_sup, tax_empl_hll_nb_sup, tax_eol_haut_nb_sup, tax_pann_volt_sup_sup, tax_trx_presc_ppr, tax_monu_hist, tax_comm_nb, tax_su_non_habit_surf1, tax_su_non_habit_surf2, tax_su_non_habit_surf3, tax_su_non_habit_surf4, tax_su_non_habit_surf5, tax_su_non_habit_surf6, tax_su_non_habit_surf7, tax_su_non_habit_surf_sup1, tax_su_non_habit_surf_sup2, tax_su_non_habit_surf_sup3, tax_su_non_habit_surf_sup4, tax_su_non_habit_surf_sup5, tax_su_non_habit_surf_sup6, tax_su_non_habit_surf_sup7, vsd_surf_planch_smd, vsd_unit_fonc_sup, vsd_unit_fonc_constr_sup, vsd_val_terr, vsd_const_sxist_non_dem_surf, vsd_rescr_fisc, pld_val_terr, pld_const_exist_dem, pld_const_exist_dem_surf, code_cnil, terr_juri_titul, terr_juri_lot, terr_juri_zac, terr_juri_afu, terr_juri_pup, terr_juri_oin, terr_juri_desc, terr_div_surf_etab, terr_div_surf_av_div, doc_date, doc_tot_trav, doc_tranche_trav, doc_tranche_trav_desc, doc_surf, doc_nb_log, doc_nb_log_indiv, doc_nb_log_coll, doc_nb_log_lls, doc_nb_log_aa, doc_nb_log_ptz, doc_nb_log_autre, daact_date, daact_date_chgmt_dest, daact_tot_trav, daact_tranche_trav, daact_tranche_trav_desc, daact_surf, daact_nb_log, daact_nb_log_indiv, daact_nb_log_coll, daact_nb_log_lls, daact_nb_log_aa, daact_nb_log_ptz, daact_nb_log_autre, dossier_autorisation, am_div_mun, co_perf_energ, architecte, co_statio_avt_shob, co_statio_apr_shob, co_statio_avt_surf, co_statio_apr_surf, co_trx_amgt, co_modif_aspect, co_modif_struct, co_ouvr_elec, co_ouvr_infra, co_trx_imm, co_cstr_shob, am_voyage_deb, am_voyage_fin, am_modif_amgt, am_lot_max_shob, mod_desc, tr_total, tr_partiel, tr_desc, avap_co_elt_pro, avap_nouv_haut_surf, avap_co_clot, avap_aut_coup_aba_arb, avap_ouv_infra, avap_aut_inst_mob, avap_aut_plant, avap_aut_auv_elec, tax_dest_loc_tr) FROM stdin;
561    1       PC0130551200002P0       \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
562    2       AT0130551200001P0       \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
563    3       AZ0130551200001P0       \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
564    4       CU0130551200001P0       \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
565    5       DP0130551200001P0       \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
566    6       PA0130551200001P0       \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
567    7       PC0130551200001P0       \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
568    8       PD0130551200001P0       \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
569    9       \N      \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      PC0130551200002 \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
570    10      \N      \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      AT0130551200001 \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
571    11      \N      \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      AZ0130551200001 \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
572    12      \N      \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      CU0130551200001 \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
573    13      \N      \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      DP0130551200001 \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
574    14      \N      \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      PA0130551200001 \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
575    15      \N      \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      PC0130551200001 \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
576    16      \N      \N      f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      PD0130551200001 \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
577    17      \N      1       f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
578    18      \N      2       f       f       f       f       \N      f       \N      f       \N      \N      \N      f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f       f               \N              \N      \N      f       f       f       f       f       f       f       \N      \N      \N      \N      \N      \N      \N              f       \N      \N      \N      \N      f       f       f       \N      \N      \N      \N      \N      \N      f       f       f       f       \N      f               f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f       f       f       f       f       f       f       f       f       f       f       f               \N      \N      \N      \N      \N      \N      \N      \N      f       f       f               f       f       f       f       f       f       \N      \N              \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N              f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f       \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       \N      \N      \N      \N      \N      \N      f       \N      f       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas       nesaispas               \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      f       f               \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N      \N
579    \.
580    
581    
582    --
583    -- Name: donnees_techniques_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
584    --
585    
586    SELECT pg_catalog.setval('donnees_techniques_seq', 19, false);
587    
588    
589    --
590  -- Data for Name: dossier_commission; Type: TABLE DATA; Schema: openads; Owner: postgres  -- Data for Name: dossier_commission; Type: TABLE DATA; Schema: openads; Owner: postgres
591  --  --
592    
# Line 268  SELECT pg_catalog.setval('dossier_commis Line 603  SELECT pg_catalog.setval('dossier_commis
603    
604    
605  --  --
606    -- Data for Name: dossier_parcelle; Type: TABLE DATA; Schema: openads; Owner: postgres
607    --
608    
609    COPY dossier_parcelle (dossier_parcelle, dossier, parcelle, libelle) FROM stdin;
610    1       PD0130551200001P0       \N      805AB0009
611    2       AZ0130551200001P0       \N      806AB0001
612    3       AZ0130551200001P0       \N      806AB0002
613    4       AZ0130551200001P0       \N      806AB0003
614    5       AZ0130551200001P0       \N      806AB0004
615    6       AZ0130551200001P0       \N      806AB0005
616    \.
617    
618    
619    --
620    -- Name: dossier_parcelle_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
621    --
622    
623    SELECT pg_catalog.setval('dossier_parcelle_seq', 7, false);
624    
625    
626    --
627  -- Name: instruction_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres  -- Name: instruction_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
628  --  --
629    
630  SELECT pg_catalog.setval('instruction_seq', 10, false);  SELECT pg_catalog.setval('instruction_seq', 12, false);
631    
632    
633  --  --
# Line 344  SELECT pg_catalog.setval('lien_dossier_d Line 700  SELECT pg_catalog.setval('lien_dossier_d
700    
701    
702  --  --
 -- Data for Name: lot; Type: TABLE DATA; Schema: openads; Owner: postgres  
 --  
   
 COPY lot (lot, libelle, dossier_autorisation) FROM stdin;  
 1       test 20m²      PC0130551200002  
 2       test 59m²      PC0130551200002  
 \.  
   
   
 --  
 -- Data for Name: lien_dossier_lot; Type: TABLE DATA; Schema: openads; Owner: postgres  
 --  
   
 COPY lien_dossier_lot (lien_dossier_lot, dossier, lot) FROM stdin;  
 1       PC0130551200002P0       1  
 2       PC0130551200002P0       2  
 \.  
   
   
 --  
 -- Name: lien_dossier_lot_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres  
 --  
   
 SELECT pg_catalog.setval('lien_dossier_lot_seq', 3, false);  
   
   
 --  
703  -- Data for Name: lien_lot_demandeur; Type: TABLE DATA; Schema: openads; Owner: postgres  -- Data for Name: lien_lot_demandeur; Type: TABLE DATA; Schema: openads; Owner: postgres
704  --  --
705    
# Line 388  SELECT pg_catalog.setval('lien_lot_deman Line 717  SELECT pg_catalog.setval('lien_lot_deman
717    
718    
719  --  --
 -- Data for Name: service; Type: TABLE DATA; Schema: openads; Owner: postgres  
 --  
   
 COPY service (abrege, libelle, adresse, adresse2, cp, ville, email, delai, service, consultation_papier, notification_email, om_validite_debut, om_validite_fin, type_consultation) FROM stdin;  
 59.01   Direction de l'Eau et de l'Assainissement       Boulevard Joseph Vernet         13008   Marseille               1       1       f       f       2000-01-01      2100-01-01      pour_conformite  
 59.02   Atelier du Patrimoine   Square Belsunce         13001   Marseille               1       2       f       f       2000-01-01      2100-01-01      pour_conformite  
 59.06   Direction de la Circulation     Place de la Joliette    CUMPM - Les Docks - Atrium 10.7 13002   Marseille               1       6       f       f       2000-01-01      2100-01-01      pour_conformite  
 59.07   Service de l' Espace Public     Rue Mongrand            13006   Marseille               0       7       f       f       2000-01-01      2100-01-01      pour_information  
 59.08   Division Prévention des Marins Pompiers / PREV Boulevard de Strasbourg         13303   Marseille Cedex 3               1       8       f       f       2000-01-01      2100-01-01      pour_information  
 59.12   Direction de la Propreté Urbaine       DOCTEUR HECKEL          13011   Marseille               0       12      f       f       2000-01-01      2100-01-01      pour_information  
 59.13   Régie des Tranports de Marseille - DTP/CIP     du Métro               13013   Marseille               0       13      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.15   DGST - Service de l'Espace Urbain       320-330, Avenue du Prado                13008   Marseille               0       15      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.17   Conseil Général des BDR - Direction des Routes        Avenue Joseph Vidal             13285   Marseille cedex 08              0       17      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.22   Architecte des Bâtiments de France (Sites)     Place de la Joliette - Les Docks        S.D.A.P. des Bouches du Rhône  13567   Marseille cedex 02              1       22      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.25   Agence d'Urbanisme de l'Agglomération de Marseille     La Canebière           13001   Marseille               1       25      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.31   Direction Opérationnelle des Télécommunications      Chemin du Sablier               13008   Marseille               0       31      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.39   Service Logement  S.A.H.  - Changement d'usage  Rue Colbert             13001   Marseille               0       39      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.43   Direction Dép de l'Inspection Sanitaire et Sociale     Rue Saint Sébastien    Programmation et Equipement     13006   Marseille               0       43      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.45   Préfecture, Service des Etablissements Classés        Place de la Préfecture Hôtel de la Préfecture        13006   Marseille               0       45      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.49   Service des Armées     Caserne Audéoud        Place de la Corderie    13002   Marseille               0       49      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.50   Direction des Services Concédés et des S.E.M. Rue Colbert             13001   Marseille               1       50      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.51   Direction de la Protection Civile       Rue Nau         13005   Marseille               0       51      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.52   Chambre de Commerce et d'Industrie de Marseille Palais de la Bourse             13001   Marseille               0       52      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.54   Direction des Opérations Funéraires   Rue Saint Pierre                13005   Marseille               1       54      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.57   Télédiffusion de France       Allée Ray Grassi               13008   Marseille               0       57      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.59   DDTM 13 - Service de la Mer et du Littoral      rue Antoine Zattara             13332   Marseille cedex3                0       59      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.60   SO.MI.MAR       M.I.N. des Arnavaux             13014   Marseille               0       60      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.61   RTE - GET PROVENCE ALPES DU SUD rue Louis Lépine       Les Chabauds Nord       13330   Bouc Bel Air            1       61      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.64   Direction des Sports    Allée Ray Grassi               13008   Marseille               1       63      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.67   GDF Exploitation Transport      Rue de Lyon             13015   Marseille               0       66      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.68   Direction de l' Eclairage Public        Rue Sénac              13001   Marseille               1       67      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.70   AUTRE                                           0       69      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.71   Direction Régionale Industrie Recherche        Avenue du Prado         13008   Marseille               0       70      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.73   Dir. Départementale des Territoires et de la Mer       Antoine Zattara         13332   Marseille cedex 3               0       72      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.78   Direction des Handicapés       Avenue du Prado Cellule Accessibilité  13008   Marseille               0       77      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 1ER     Maire 1er Secteur                                               0       501     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 2EME    Maire 2ème Secteur                                             0       502     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 3EME    Maire 3ème Secteur                                             0       503     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 4EME    Maire 4ème Secteur                                             0       504     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 5EME    Maire 5ème Secteur                                             0       505     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 6EME    Maire 6ème Secteur                                             0       506     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 7EME    Maire 7ème Secteur                                             0       507     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 8EME    Maire 8ème Secteur                                             0       508     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.14   Société Nationale des Chemins de Fer Français        Esplanade Saint-Charles         13001   Marseille               0       14      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.19   Architecte des Bâtiments de France (Monuments) Place de la Joliette - Les Docks        S.D.A.P. des Bouches du Rhône  13567   Marseille cedex 02              1       19      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.21   Préfet, Direction des Affaires Décentralisées        Monsieur le Préfet des Bouches du Rhône       Bureau de l'Urbanisme et  Protection d  13282   Marseille Cedex 6               0       21      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.26   Direction des Infrastructures - CUMPM   BP 48014                13567   Marseille Cedex 02              0       26      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.30   Orange France   Rue Jacques Réattu - Buroparc Bât H   Unité de Pilotage Réseau Sud Est      13009   Marseille               0       30      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.38   Direction Développement Economique, Affaires Int.      Rue Henri Barbusse              13001   Marseille               1       38      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.42   Commision Départ. de l'Aménagement Commercial Préfecture des Bouches du Rhône -  DCSE       Boulevard Paul Peytral  13282   Marseille Cedex 20              0       42      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.44   Direction Dép. de l'Action Sanitaire et Sociale        Rue Saint Sébastien    Service de l'Inadaptation et de la Prog 13006   Marseille               0       44      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.46   Société des Eaux de la Ville de Marseille     Rue Edouard Delanglade          13006   Marseille               1       46      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.48   Port Autonome de la Ville de Marseille  Place de la Joliette            13002   Marseille               1       48      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.72   DDTM 13 - Service Urbanisme     Antoine Zattara         13332   Marseille cedex 3               0       71      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.77   Brigade Domaniale - Centre des Impôts de Ste Anne      Boulevard Baptiste Bonnet               13285   Marseille Cedex 8               0       76      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.83   Direction Régionale des Affaires Culturelles   Boulevard du Roy René          13617   Aix en Provence cedex 1         0       79      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.84   Direction Régionale des Antiquités    Service de la Conservation Régionale de        Historiques     13617   Aix en Provence Cedex           0       80      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.10   MARSEILLE AMENAGEMENT - SOLEAM  La Canebière           13001   MARSEILLE               0       511     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.10   Grand Projet Ville      Boulevard du Capitaine Gèze            13015   MARSEILLE               0       512     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.44   Direction Départ. des Services Vétérinaires  Rue Saint Sébastien    BP 23        Cédex 6   13447   MARSEILLE               0       513     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.10   Service Prévention et Sécurité du Public ZÃ R       Avenue Alexandre Dumas          13008   MARSEILLE               0       519     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.36   Service Conseil et Droit de l 'Urbanisme        Place François Mireur          13001   MARSEILLE               0       36      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.10   ETABLISSEMENT PUBLIC EUROMEDITERRANEE   PLACE DE LA JOLIETTE    LES DOCKS   BP 52620    13567   MARSEILLE    CEDEX 02           0       528     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.20   Direction Voirie et Entretien des Espaces Publics       Allée de la Voirie             13014   Marseille               1       20      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.69   D.G.de l'Architecture et des Bâtiments Communaux       Boulevard de Louvain            13008   Marseille               1       68      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.10   MISSION METRO - TRAMWAY PLACE DE LA JOLIETTE            13567   MARSEILLE cedex 02              0       531     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.10   DIRECTION DES PORTS ET AEROPORTS        PLACE DE LA JOLIETTE    BP 48014        13002   MARSEILLE cedex 02              0       532     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.11   DIRECTION DES SYSTEMES D'INFORMATION    AV ROGER SALENGRO               13003   MARSEILLE               0       533     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.79   Commission Départ. d'Accessibilité aux Handicapés    Antoine Zattara D.D.T.M. 13 / Service Construction - Ac 13332   Marseille               0       538     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.87   CUMPM - DUAEIC - Service Hab. Pol. de la Ville  Les Docks - Atrium 10.7 BP48014 13567   Marseille Cedex 02              0       539     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.01   Direction de l'Eau et de l'Assainissement - SPANC       Boulevard Joseph Vernet         13008   Marseille               0       540     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.01   SERAM   Capitaine Geze  BP 10256        13308   Marseille Cedex 14              0       541     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.88   DAE - RESID TOURISME ET HOTELIER                                                0       542     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.11   LE TRAM RUE SAINT PIERRE                13005   MARSEILLE               0       543     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.32   Ministère de la Défense / Armée de l'Air     Etat-Major de la Région Aérienne Sud  Section Environnement Aéronautique - BP        33998   BORDEAUX Armées                0       544     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.89   DRAC Monuments Historiques      Pôle Recherche et Valorisation du Pa   23, Boulevard du Roy René      13617   Aix en Provence Cedex 1         1       546     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.90   DRAC Archéologie       Service Régional de l'Archéologie     23, Boulevard du Roy René      13617   Aix en Provence Cedex 1         0       547     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 999     Transmission Monsieur le Préfet        DCLCV 4eme BUREAU URBANISME     BD PAUL PETRAL  13282   MARSEILLE CEDEX         1       549     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.11   Division Prévention Marins Pompiers/ERP        Boulevard de Strasbourg         13303   Marseille Cedex 3               0       550     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.82   Société Marseillaise du Tunnel Prado Carénage        Avenue Arthur Scott     BP 40   13448   Marseille Cantini Cedex         1       552     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.63   Direction de la Petite Enfance DGEPE (crèches) Rue des Convalescents           13233   Marseille Cedex 20              0       553     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.81   Direction de l'Education DGEPE  Rue des Convalescents           13233   Marseille cedex 20              1       560     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.73   Direction Régionale de l'Environnement PACA    Le Tholonet - BP 120            13603   Aix en Provence - Cedex 01              0       561     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.47   ERDF-MED-ACCUEIL-URBANISME      Les Jardins de Duranne  510, Rue René Descartes        13592   Aix en Provence         0       562     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.59   Syndicat Intercommunal de l'Huveaune    de la Fleuride - ZI les paluds          13400   Aubagne         0       563     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 800     Changement d'Usage mairie secteur       mairie de secteur                                       0       564     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.56   Monsieur le Préfet (dérogation PLU)   Dir. des collectivités locales et du   7 Avenue du Général Leclerc   13332   Marseille Cedex 3               0       56      f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.89   SDAP des BdR    Les Docks - Atrium 104  10 Place de la Joliette 13567   marseille cedex2                0       568     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.89   BMP / PHOTOVOLTAIQUE    Boulevard de Strasbourg         13303   Marseille Cedex 3               0       570     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.89   POLICE NATIONALE        Sous Commission Départ. de la Sé      2 rue Antoine Becker    13002   Marseille               0       571     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 DAEWE   DAE - BUREAU ENTREPOT INDUSTRIE AGRICOLE                                                0       572     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 JURIW   PARQUET                                         0       574     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.88   DAE - COMMERCE ARTISANAT                                                0       575     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.36   Service de la Planification Urbaine     Rue Colbert             13001   MARSEILLE               0       576     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.36   Service Aménagement et Habitat - CENTRE SUD    Rue Colbert             13001   MARSEILLE               0       577     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.36   Service Aménagement et Habitat - NORD  Rue Colbert             13001   MARSEILLE               0       578     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.36   Service de l'Action Fonçière  Place François Mireur          13001   MARSEILLE               0       580     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.36   CUMM - DUFE - Service Urbanisme et Foncier      Rue Heni Barbusse               13001   MARSEILLE               0       581     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.05   Service Parcs et Jardins, du Littoral et de la Mer      Avenue Clot-Bey         13008   Marseille               0       5       f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.10   Service Prévention et Gestion des Risques ERP  Avenue Alexandre Dumas          13008   MARSEILLE               0       583     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 DAE2    DAE - ETUDIANT - PUBLIC - ENSEIGNEMENT - RECHERCHE                                              0       584     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.29   DEEU Ravalements de facade      Avenue du Prado Le Grand Pavois 13008   Marseille               0       585     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 59.73   DDTM Taxe Aménagement                                          0       586     f       f       2000-01-01      2100-01-01      avec_avis_attendu  
 ERPSE   ERP Service Securité   24 rue de Rome          13001   Marseille       [email protected]     3       23      f       f       2012-11-03      2013-02-03      avec_avis_attendu  
 ERPAC   ERP Service Accessibilité      24 rue de Rome          13001   Marseille       [email protected]     3       24      f       f       2012-11-03      2013-02-03      avec_avis_attendu  
 ERPSC   ERP Service Conformité 24 rue de Rome          13001   Marseille       [email protected]     3       587     f       f       2012-11-03      2013-02-03      avec_avis_attendu  
 \.  
   
   
 --  
720  -- Data for Name: lien_service_om_utilisateur; Type: TABLE DATA; Schema: openads; Owner: postgres  -- Data for Name: lien_service_om_utilisateur; Type: TABLE DATA; Schema: openads; Owner: postgres
721  --  --
722    
# Line 660  SELECT pg_catalog.setval('lot_seq', 3, f Line 879  SELECT pg_catalog.setval('lot_seq', 3, f
879    
880    
881  --  --
 -- Data for Name: quartier; Type: TABLE DATA; Schema: openads; Owner: postgres  
 --  
   
 COPY quartier (quartier, arrondissement, code_impots, libelle) FROM stdin;  
 1       1       801     01 – BELSUNCE  
 2       1       802     02 – CHAPITRE  
 3       1       803     03 – NOAILLE  
 4       1       804     04 – OPERA  
 5       1       805     05 – ST. CHARLES  
 6       1       806     06 – THIERS  
 7       2       807     01 – ARENC  
 8       2       808     02 – LES GRANDS CARMES  
 9       2       809     03 – HOTEL DE VILLE  
 10      2       810     04 – JOLIETTE  
 11      3       811     01 – BELLE DE MAI  
 12      3       812     03 – ST. LAZARE  
 13      3       813     04 – ST. MAURONT  
 14      3       814     02 – LA VILETTE  
 15      4       815     01 – LA BLANCARDE  
 16      4       816     02 – LES CHARTREUX  
 17      4       817     03 – CHUTES LAVIES  
 18      4       818     04 – CINQ AVENUES  
 19      5       819     01 – BAILLE  
 20      5       820     02 – LE CAMAS  
 21      5       821     03 – LA CONCEPTION  
 22      5       822     04 – ST. PIERRE  
 23      6       823     01 – CASTELLANE  
 24      6       824     02 – LODI  
 25      6       825     03 – N. DAME DU MONT  
 26      6       826     04 – PALAIS DE JUSTICE  
 27      6       827     05 – PREFECTURE  
 28      6       828     06 – VAUBAN  
 29      7       829     01 – BOMPARD  
 30      7       830     02 – ENDOUME  
 31      7       831     07 – LES ILES  
 32      7       832     03 – PHARO  
 33      7       833     04 – ROUCAS BLANC  
 34      7       834     06 – ST LAMBERT  
 35      7       835     05 – ST. VICTOR  
 36      8       836     01 – BONNEVEINE  
 37      8       837     02 – LES GOUDES  
 38      8       838     03 – MONTREDON  
 39      8       839     04 – PERIER  
 40      8       840     05 – LA PLAGE  
 41      8       841     06 – LA POINTE ROUGE  
 42      8       842     07 – ROUET  
 43      8       843     09 – ST. GINIEZ  
 44      8       844     08 – STE ANNE  
 45      8       845     10 – VIEILLE CHAPELLE  
 46      9       846     01 – LES BAUMETTES  
 47      9       847     02 – LE CABOT  
 48      9       848     03 – CARPAGNE  
 49      9       849     04 – MAZARGUES  
 50      9       850     05 – LA PANOUSE  
 51      9       851     06 – LE REDON  
 52      9       852     08 – SORMIOU  
 53      9       853     07 – STE MARGUERITE  
 54      9       854     09 – VAUFREGES  
 55      10      855     01 – CAPELETTE  
 56      10      856     02 – MENPENTI  
 57      10      857     03 – PONT DE VIVAUX  
 58      10      858     04 – ST. LOUP  
 59      10      859     05 – ST. TRONC  
 60      10      860     06 – LA TIMONE  
 61      11      861     01 – LES ACCATES  
 62      11      862     02 – LA BARASSE  
 63      11      863     03 – LES CAMOINS  
 64      11      864     04 – EOURES  
 65      11      865     05 – LA MILLIERE  
 66      11      866     06 – LA POMME  
 67      11      867     07 – ST. MARCEL  
 68      11      868     08 – ST. MENET  
 69      11      869     09 – LA TREILLE  
 70      11      870     10 – LA VALBARELLE  
 71      11      871     11 – LA VALENTINE  
 72      12      872     01 – LES CAILLOLS  
 73      12      873     02 – LA FOURRAGERE  
 74      12      874     03 – MONTOLIVET  
 75      12      875     04 – ST. BARNABE  
 76      12      876     05 – ST. JEAN DU DESERT  
 77      12      877     06 – ST. JULIEN  
 78      12      878     07 – LES TROIS LUCS  
 79      13      879     01 – CHÂTEAU GOMBERT  
 80      13      880     02 – LA CROIX ROUGE  
 81      13      881     03 – MALPASSE  
 82      13      882     04 – LES MEDECINS  
 83      13      883     05 – LES MOURETS  
 84      13      884     06 – LES OLIVES  
 85      13      885     07 – PALAMA  
 86      13      886     08 – LA ROSE  
 87      13      887     09 – ST. JEROME  
 88      13      888     10 – ST. JUST  
 89      13      889     11 – ST. MITRE  
 90      14      890     01 – LES ARNAVAUX  
 91      14      891     02 – BON SECOURS  
 92      14      892     03 – LE CANET  
 93      14      893     04 – LE MERLAN  
 94      14      894     05 – ST. BARTHELEMY  
 95      14      895     06 – ST. JOSEPH  
 96      14      896     07 – STE MARTHE  
 97      15      897     01 – LES AYGALADES  
 98      15      898     02 – BOREL  
 99      15      899     03 – LA CABUCELLE  
 100     15      900     04 – LA CALADE  
 101     15      901     05 – LES CROTTES  
 102     15      902     06 – LA DELORME  
 103     15      903     07 – N. DAME LIMITE  
 104     15      904     08 – ST. ANTOINE  
 105     15      905     09 – ST. LOUIS  
 106     15      906     10 – VERDURON  
 107     15      907     11 – LA VISTE  
 108     16      908     01 – L'ESTAQUE  
 109     16      909     02 – LES RIAUX  
 110     16      910     03 – ST. ANDRE  
 111     16      911     04 – ST. HENRI  
 \.  
   
   
 --  
882  -- Name: quartier_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres  -- Name: quartier_seq; Type: SEQUENCE SET; Schema: openads; Owner: postgres
883  --  --
884    
885  SELECT pg_catalog.setval('quartier_seq', 1, false);  SELECT pg_catalog.setval('quartier_seq', 112, false);
886    
887    
888  --  --

Legend:
Removed from v.1801  
changed lines
  Added in v.2341

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26