Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 2 new columns ({'Tema', 'Apela'}) and 2 missing columns ({'Actividad', 'Competencia'}).

This happened while the csv dataset builder was generating data using

hf://datasets/alexis07/practi_ambiental/tfa_metadata.csv (at revision bf20f2d6d94f37cbe8802544e6e7dd3b8495363f), [/tmp/hf-datasets-cache/medium/datasets/12473821991973-config-parquet-and-info-alexis07-practi_ambiental-58219174/hub/datasets--alexis07--practi_ambiental/snapshots/bf20f2d6d94f37cbe8802544e6e7dd3b8495363f/dfai_metadata.csv (origin=hf://datasets/alexis07/practi_ambiental@bf20f2d6d94f37cbe8802544e6e7dd3b8495363f/dfai_metadata.csv), /tmp/hf-datasets-cache/medium/datasets/12473821991973-config-parquet-and-info-alexis07-practi_ambiental-58219174/hub/datasets--alexis07--practi_ambiental/snapshots/bf20f2d6d94f37cbe8802544e6e7dd3b8495363f/tfa_metadata.csv (origin=hf://datasets/alexis07/practi_ambiental@bf20f2d6d94f37cbe8802544e6e7dd3b8495363f/tfa_metadata.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              ID: string
              Enlace_GOB: string
              Date: string
              Num_Reso: string
              Sumilla: string
              Enlace_PDF: string
              Expediente: string
              Sector: string
              Apela: string
              Persona: bool
              Tema: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1505
              to
              {'ID': Value('string'), 'Enlace_GOB': Value('string'), 'Date': Value('string'), 'Enlace_PDF': Value('string'), 'Num_Reso': Value('string'), 'Sumilla': Value('string'), 'Expediente': Value('string'), 'Actividad': Value('string'), 'Competencia': Value('string'), 'Sector': Value('string'), 'Persona': Value('bool')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 2 new columns ({'Tema', 'Apela'}) and 2 missing columns ({'Actividad', 'Competencia'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/alexis07/practi_ambiental/tfa_metadata.csv (at revision bf20f2d6d94f37cbe8802544e6e7dd3b8495363f), [/tmp/hf-datasets-cache/medium/datasets/12473821991973-config-parquet-and-info-alexis07-practi_ambiental-58219174/hub/datasets--alexis07--practi_ambiental/snapshots/bf20f2d6d94f37cbe8802544e6e7dd3b8495363f/dfai_metadata.csv (origin=hf://datasets/alexis07/practi_ambiental@bf20f2d6d94f37cbe8802544e6e7dd3b8495363f/dfai_metadata.csv), /tmp/hf-datasets-cache/medium/datasets/12473821991973-config-parquet-and-info-alexis07-practi_ambiental-58219174/hub/datasets--alexis07--practi_ambiental/snapshots/bf20f2d6d94f37cbe8802544e6e7dd3b8495363f/tfa_metadata.csv (origin=hf://datasets/alexis07/practi_ambiental@bf20f2d6d94f37cbe8802544e6e7dd3b8495363f/tfa_metadata.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

ID
string
Enlace_GOB
string
Date
string
Enlace_PDF
string
Num_Reso
string
Sumilla
string
Expediente
string
Actividad
string
Competencia
string
Sector
string
Persona
bool
5211879_resolucion_n_0500_2023_oefa_dfai_1708363521
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211879-resolucion-n-0500-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882501/5211879-resolucion-n-0500-2023-oefa-dfai.pdf?v=1708363521
0500-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Nexa Resources El Porvenir S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1266-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211880_resolucion_n_0499_2023_oefa_dfai_1708363518
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211880-resolucion-n-0499-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882489/5211880-resolucion-n-0499-2023-oefa-dfai.pdf?v=1708363518
0499-2023-OEFA/DFAI
Se impone una multa coercitiva a Pluspetrol Norte S.A En Liquidación, por los fundamentos expuestos en la parte considerativa de la presente resolución.
1144-2016-OEFA/DFSAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211881_resolucion_n_0498_2023_oefa_dfai_1708363518
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211881-resolucion-n-0498-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882492/5211881-resolucion-n-0498-2023-oefa-dfai.pdf?v=1708363518
0498-2023-OEFA/DFAI
Se resuelve el recurso de reconsideración interpuesto por Electrocentro S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0687-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
ELECTRICIDAD
false
5211882_resolucion_n_0497_2023_oefa_dfai_1708363517
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211882-resolucion-n-0497-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882483/5211882-resolucion-n-0497-2023-oefa-dfai.pdf?v=1708363517
0497-2023-OEFA/DFAI
Se emite pronunciamiento sobre la verificación de las medidas correctivas dictadas al administrado Doe Run Peru S.R.L. En Liquidacion En Marcha, por los fundamentos expuestos en la parte considerativa de la presente resolución.
1622-2018-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211883_resolucion_n_0496_2023_oefa_dfai_1708363517
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211883-resolucion-n-0496-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882485/5211883-resolucion-n-0496-2023-oefa-dfai.pdf?v=1708363517
0496-2023-OEFA/DFAI
Se impone una multa coercitiva a Pluspetrol Norte S.A En Liquidación, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0487-2018-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211884_resolucion_n_0495_2023_oefa_dfai_1708363518
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211884-resolucion-n-0495-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882490/5211884-resolucion-n-0495-2023-oefa-dfai.pdf?v=1708363518
0495-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Kimberly-Clark Peru S.R.L., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0096-2021-OEFA/DFAI/PAS
FABRICACIÓN DE PAPEL Y CARTÓN ONDULADO Y DE ENVASES DE PAPEL Y CARTÓN
NO IDENTIFICADO
INDUSTRIA
false
5211886_resolucion_n_0494_2023_oefa_dfai_1708363517
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211886-resolucion-n-0494-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882484/5211886-resolucion-n-0494-2023-oefa-dfai.pdf?v=1708363517
0494-2023-OEFA/DFAI
Se declara el cumplimiento de las medidas correctivas dictadas al administrado Patresol S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0413-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
INFRAESTRUCTURA Y SERVICIOS
false
5211887_resolucion_n_0493_2023_oefa_dfai_1708363517
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211887-resolucion-n-0493-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882488/5211887-resolucion-n-0493-2023-oefa-dfai.pdf?v=1708363517
0493-2023-OEFA/DFAI
Se declara el cumplimiento de las medidas correctivas dictadas al administrado Industria De Cuero Feca S.R.L., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0291-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
INDUSTRIA
false
5211888_resolucion_n_0492_2023_oefa_dfai_1708363517
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211888-resolucion-n-0492-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882486/5211888-resolucion-n-0492-2023-oefa-dfai.pdf?v=1708363517
0492-2023-OEFA/DFAI
Se declara la improcedencia de la reconsideración presentada por Inversiones Ushnu E.I.R.L., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0317-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS
false
5211889_resolucion_n_0490_2023_oefa_dfai_1708363517
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211889-resolucion-n-0490-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882487/5211889-resolucion-n-0490-2023-oefa-dfai.pdf?v=1708363517
0490-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Aero Gas Del Norte Sociedad Anonima Cerrada - Aero Gas Del Norte Sac, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0667-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS
false
5211890_resolucion_n_0488_2023_oefa_dfai_1708363519
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211890-resolucion-n-0488-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882495/5211890-resolucion-n-0488-2023-oefa-dfai.pdf?v=1708363519
0488-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Emp Reg De Serv Publico De Electricidad, por los fundamentos expuestos en la parte considerativa de la presente resolución.
1127-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
ELECTRICIDAD
false
5211891_resolucion_n_0487_2023_oefa_dfai_1708363519
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211891-resolucion-n-0487-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882494/5211891-resolucion-n-0487-2023-oefa-dfai.pdf?v=1708363519
0487-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Car Wash E Inversiones San Martin E.I.R.L., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0907-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS
false
5211892_resolucion_n_0486_2023_oefa_dfai_1708363519
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211892-resolucion-n-0486-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882498/5211892-resolucion-n-0486-2023-oefa-dfai.pdf?v=1708363519
0486-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Distrital De San Jose, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0845-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
RESIDUOS SÓLIDOS
false
5211894_resolucion_n_0485_2023_oefa_dfai_1708363519
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211894-resolucion-n-0485-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882497/5211894-resolucion-n-0485-2023-oefa-dfai.pdf?v=1708363519
0485-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Nuñez Heredia Oscar Ulises, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0964-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS
true
5211895_resolucion_n_0484_2023_oefa_dfai_1708363520
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211895-resolucion-n-0484-2023-oefa-dfai
2023-03-28
https://cdn.www.gob.pe/uploads/document/file/5882500/5211895-resolucion-n-0484-2023-oefa-dfai.pdf?v=1708363520
0484-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Fundicion Callao S A, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0095-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
INDUSTRIA
false
5211896_resolucion_n_0483_2023_oefa_dfai_1708363520
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211896-resolucion-n-0483-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882499/5211896-resolucion-n-0483-2023-oefa-dfai.pdf?v=1708363520
0483-2023-OEFA/DFAI
Se resuelve el recurso de reconsideración interpuesto por Pan American Silver Huaron S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0609-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211897_resolucion_n_0482_2023_oefa_dfai_1708363519
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211897-resolucion-n-0482-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882496/5211897-resolucion-n-0482-2023-oefa-dfai.pdf?v=1708363519
0482-2023-OEFA/DFAI
Se declara el archivo del procedimiento administrativo sancionador seguido a Statkraft Peru S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0504-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
ELECTRICIDAD
false
5211899_resolucion_n_0481_2023_oefa_dfai_1708363522
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211899-resolucion-n-0481-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882502/5211899-resolucion-n-0481-2023-oefa-dfai.pdf?v=1708363522
0481-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Gam Corp S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0911-2021-OEFA/DFAI/PAS
CONGELADO
PROCESAMIENTO INDUSTRIAL PESQUERO
PESQUERÍA
false
5211900_resolucion_n_0480_2023_oefa_dfai_1708363522
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211900-resolucion-n-0480-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882503/5211900-resolucion-n-0480-2023-oefa-dfai.pdf?v=1708363522
0480-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Marinasol S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0920-2020-OEFA/DFAI/PAS
CULTIVO DE LANGOSTINO
ACUICULTURA DE MEDIANA Y GRAN EMPRESA
PESQUERÍA
false
5211901_resolucion_n_0479_2023_oefa_dfai_1708363524
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211901-resolucion-n-0479-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882509/5211901-resolucion-n-0479-2023-oefa-dfai.pdf?v=1708363524
0479-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Luz Del Sur S.A.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0292-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
ELECTRICIDAD
false
5211902_resolucion_n_0478_2023_oefa_dfai_1708363525
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211902-resolucion-n-0478-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882515/5211902-resolucion-n-0478-2023-oefa-dfai.pdf?v=1708363525
0478-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Compañia De Minas Buenaventura S.A.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1259-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211905_resolucion_n_0477_2023_oefa_dfai_1708363523
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211905-resolucion-n-0477-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882508/5211905-resolucion-n-0477-2023-oefa-dfai.pdf?v=1708363523
0477-2023-OEFA/DFAI
Se resuelve el recurso de reconsideración interpuesto por Volcan Compania Minera S.A.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0971-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211906_resolucion_n_0476_2023_oefa_dfai_1708363522
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211906-resolucion-n-0476-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882507/5211906-resolucion-n-0476-2023-oefa-dfai.pdf?v=1708363522
0476-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Baterias Alfa Sociedad Anonima, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0341-2021-OEFA/DFAI/PAS
FABRICACIÓN DE PILAS, BATERÍAS Y ACUMULADOR
NO IDENTIFICADO
INDUSTRIA
false
5211907_resolucion_n_0476_2022_oefa_dfai_1708363522
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211907-resolucion-n-0476-2022-oefa-dfai
2022-04-20
https://cdn.www.gob.pe/uploads/document/file/5882505/5211907-resolucion-n-0476-2022-oefa-dfai.pdf?v=1708363522
0476-2022-OEFA/DFAI
Corrige el error material en el procedimiento administrativo sancionador seguido a Anabi S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1290-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211908_resolucion_n_0475_2023_oefa_dfai_1708363524
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211908-resolucion-n-0475-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882514/5211908-resolucion-n-0475-2023-oefa-dfai.pdf?v=1708363524
0475-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Prov.Carlos F. Fitzcarrald, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0966-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
RESIDUOS SÓLIDOS
false
5211909_resolucion_n_0474_2023_oefa_dfai_1708363524
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211909-resolucion-n-0474-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882511/5211909-resolucion-n-0474-2023-oefa-dfai.pdf?v=1708363524
0474-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Servicentro José Carlos E.I.R.L., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1314-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS
false
5211910_resolucion_n_0473_2023_oefa_dfai_1708363524
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211910-resolucion-n-0473-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882513/5211910-resolucion-n-0473-2023-oefa-dfai.pdf?v=1708363524
0473-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Andecorp S.A.C. (Antes Corporación Frutos Del Mar S.A.C.), por los fundamentos expuestos en la parte considerativa de la presente resolución.
0828-2020-OEFA/DFAI/PAS
PRODUCCIÓN DE HARINA RESIDUAL
PROCESAMIENTO INDUSTRIAL PESQUERO
PESQUERÍA
false
5211911_resolucion_n_0473_2022_oefa_dfai_1708363526
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211911-resolucion-n-0473-2022-oefa-dfai
2022-04-19
https://cdn.www.gob.pe/uploads/document/file/5882518/5211911-resolucion-n-0473-2022-oefa-dfai.pdf?v=1708363526
0473-2022-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Compañia Minera Ares S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1096-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211912_resolucion_n_0472_2023_oefa_dfai_1708363524
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211912-resolucion-n-0472-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882510/5211912-resolucion-n-0472-2023-oefa-dfai.pdf?v=1708363524
0472-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Avelino Ramon Peña Quispe, por los fundamentos expuestos en la parte considerativa de la presente resolución.
1188-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS
true
5211913_resolucion_n_0471_2023_oefa_dfai_1708363524
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211913-resolucion-n-0471-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882512/5211913-resolucion-n-0471-2023-oefa-dfai.pdf?v=1708363524
0471-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Estacion Valle Chicama S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1222-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS
false
5211914_resolucion_n_0470_2023_oefa_dfai_1708363529
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211914-resolucion-n-0470-2023-oefa-dfai
2023-03-27
https://cdn.www.gob.pe/uploads/document/file/5882529/5211914-resolucion-n-0470-2023-oefa-dfai.pdf?v=1708363529
0470-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Anabi S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1223-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211915_resolucion_n_0469_2023_oefa_dfai_1708363526
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211915-resolucion-n-0469-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882517/5211915-resolucion-n-0469-2023-oefa-dfai.pdf?v=1708363526
0469-2023-OEFA/DFAI
Se resuelve el recurso de reconsideración interpuesto por Empresa De Generacion Electrica Rio Baños Sac, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0305-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
ELECTRICIDAD
false
5211916_resolucion_n_0468_2023_oefa_dfai_1708363525
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211916-resolucion-n-0468-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882516/5211916-resolucion-n-0468-2023-oefa-dfai.pdf?v=1708363525
0468-2023-OEFA/DFAI
Se declara el cumplimiento de las medidas correctivas dictadas al administrado Agrojibito S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0341-2019-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
INDUSTRIA
false
5211917_resolucion_n_0468_2022_oefa_dfai_1708363528
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211917-resolucion-n-0468-2022-oefa-dfai
2022-04-08
https://cdn.www.gob.pe/uploads/document/file/5882520/5211917-resolucion-n-0468-2022-oefa-dfai.pdf?v=1708363528
0468-2022-OEFA/DFAI
Se declara la responsabilidad administrativa con medida correctiva a Pluspetrol Norte S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1206-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211918_resolucion_n_0467_2023_oefa_dfai_1708363527
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211918-resolucion-n-0467-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882519/5211918-resolucion-n-0467-2023-oefa-dfai.pdf?v=1708363527
0467-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Agroaurora S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0370-2022-OEFA/DFAI/PAS
ELABORACIÓN DE AZÚCAR
NO IDENTIFICADO
INDUSTRIA
false
5211919_resolucion_n_0466_2023_oefa_dfai_1708363528
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211919-resolucion-n-0466-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882521/5211919-resolucion-n-0466-2023-oefa-dfai.pdf?v=1708363528
0466-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Papelera El Pacífico S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0960-2020-OEFA/DFAI/PAS
FABRICACIÓN DE OTROS ARTÍCULOS DE PAPEL Y CARTÓN
NO IDENTIFICADO
INDUSTRIA
false
5211920_resolucion_n_0466_2022_oefa_dfai_1708363531
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211920-resolucion-n-0466-2022-oefa-dfai
2022-04-08
https://cdn.www.gob.pe/uploads/document/file/5882535/5211920-resolucion-n-0466-2022-oefa-dfai.pdf?v=1708363531
0466-2022-OEFA/DFAI
Se declara la responsabilidad administrativa con medida correctiva a Cnpc Peru S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0492-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211921_resolucion_n_0465_2023_oefa_dfai_1708363528
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211921-resolucion-n-0465-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882522/5211921-resolucion-n-0465-2023-oefa-dfai.pdf?v=1708363528
0465-2023-OEFA/DFAI
Se impone una multa al administrado Ajinomoto Del Peru S A, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0605-2019-OEFA/DFAI/PAS
ELABORACIÓN DE OTROS PRODUCTOS ALIMENTICIOS
NO IDENTIFICADO
INDUSTRIA
false
5211922_resolucion_n_0464_2023_oefa_dfai_1708363528
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211922-resolucion-n-0464-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882523/5211922-resolucion-n-0464-2023-oefa-dfai.pdf?v=1708363528
0464-2023-OEFA/DFAI
Se impone una multa coercitiva a Frigorífico Santiago Apóstol S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1064-2019-OEFA/DFAI/PAS
PECUARIA
NO IDENTIFICADO
AGRICULTURA
false
5211923_resolucion_n_0463_2023_oefa_dfai_1708363528
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211923-resolucion-n-0463-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882524/5211923-resolucion-n-0463-2023-oefa-dfai.pdf?v=1708363528
0463-2023-OEFA/DFAI
Se impone una multa coercitiva a Pluspetrol Norte S.A En Liquidación, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0898-2013-OEFA/DFSAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211924_resolucion_n_0462_2023_oefa_dfai_1708363528
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211924-resolucion-n-0462-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882525/5211924-resolucion-n-0462-2023-oefa-dfai.pdf?v=1708363528
0462-2023-OEFA/DFAI
Se impone una multa coercitiva a Nelson Edilberto Mas Sopla, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0124-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
true
5211925_resolucion_n_0461_2023_oefa_dfai_1708363528
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211925-resolucion-n-0461-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882526/5211925-resolucion-n-0461-2023-oefa-dfai.pdf?v=1708363528
0461-2023-OEFA/DFAI
Se emite pronunciamiento sobre la verificación de las medidas correctivas dictadas al administrado Pluspetrol Norte S.A En Liquidación, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0690-2016-OEFA/DFSAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211926_resolucion_n_0460_2023_oefa_dfai_1708363529
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211926-resolucion-n-0460-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882528/5211926-resolucion-n-0460-2023-oefa-dfai.pdf?v=1708363529
0460-2023-OEFA/DFAI
Se impone una multa coercitiva a Pluspetrol Norte S.A En Liquidación, por los fundamentos expuestos en la parte considerativa de la presente resolución.
1712-2019-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211927_resolucion_n_0459_2023_oefa_dfai_1708363529
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211927-resolucion-n-0459-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882527/5211927-resolucion-n-0459-2023-oefa-dfai.pdf?v=1708363529
0459-2023-OEFA/DFAI
Se impone una multa coercitiva a Petroleos Del Peru Petroperu S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0669-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211928_resolucion_n_0458_2023_oefa_dfai_1708363530
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211928-resolucion-n-0458-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882530/5211928-resolucion-n-0458-2023-oefa-dfai.pdf?v=1708363530
0458-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Distrital De Santa Rosa1, por los fundamentos expuestos en la parte considerativa de la presente resolución.
1027-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
RESIDUOS SÓLIDOS
false
5211929_resolucion_n_0457_2023_oefa_dfai_1708363530
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211929-resolucion-n-0457-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882531/5211929-resolucion-n-0457-2023-oefa-dfai.pdf?v=1708363530
0457-2023-OEFA/DFAI
Se impone una multa coercitiva a Pluspetrol Norte S.A En Liquidación, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0267-2012-OEFA/DFSAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211930_resolucion_n_0456_2023_oefa_dfai_1708363530
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211930-resolucion-n-0456-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882532/5211930-resolucion-n-0456-2023-oefa-dfai.pdf?v=1708363530
0456-2023-OEFA/DFAI
Se impone una multa al administrado Pluspetrol Norte S.A. En Liquidación, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0551-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211931_resolucion_n_0455_2023_oefa_dfai_1708363531
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211931-resolucion-n-0455-2023-oefa-dfai
2023-03-24
https://cdn.www.gob.pe/uploads/document/file/5882534/5211931-resolucion-n-0455-2023-oefa-dfai.pdf?v=1708363531
0455-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Molino La Perla S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0516-2022-OEFA/DFAI/PAS
CRIANZA DE AVES
NO IDENTIFICADO
AGRICULTURA
false
5211932_resolucion_n_0454_2023_oefa_dfai_1708363530
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211932-resolucion-n-0454-2023-oefa-dfai
2023-03-23
https://cdn.www.gob.pe/uploads/document/file/5882533/5211932-resolucion-n-0454-2023-oefa-dfai.pdf?v=1708363530
0454-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Distrital De Cayaltí, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0944-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
RESIDUOS SÓLIDOS
false
5211933_resolucion_n_0453_2023_oefa_dfai_1708363532
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211933-resolucion-n-0453-2023-oefa-dfai
2023-03-23
https://cdn.www.gob.pe/uploads/document/file/5882536/5211933-resolucion-n-0453-2023-oefa-dfai.pdf?v=1708363532
0453-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Provincial De Ucayali, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0850-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
RESIDUOS SÓLIDOS
false
5211934_resolucion_n_0452_2023_oefa_dfai_1708363535
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211934-resolucion-n-0452-2023-oefa-dfai
2023-03-23
https://cdn.www.gob.pe/uploads/document/file/5882547/5211934-resolucion-n-0452-2023-oefa-dfai.pdf?v=1708363535
0452-2023-OEFA/DFAI
Se resuelve el recurso de reconsideración interpuesto por Fruits And Vegetables Peru S.A.C, por los fundamentos expuestos en la parte considerativa de la presente resolución.
1211-2021-OEFA/DFAI/PAS
CULTIVO AGRÍCOLA DE CAÑA DE AZÚCAR
NO IDENTIFICADO
AGRICULTURA
false
5211935_resolucion_n_0452_2022_oefa_dfai_1708363535
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211935-resolucion-n-0452-2022-oefa-dfai
2022-03-31
https://cdn.www.gob.pe/uploads/document/file/5882544/5211935-resolucion-n-0452-2022-oefa-dfai.pdf?v=1708363535
0452-2022-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Petroleos Del Peru Petroperu S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0223-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211936_resolucion_n_0451_2023_oefa_dfai_1708363533
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211936-resolucion-n-0451-2023-oefa-dfai
2023-03-23
https://cdn.www.gob.pe/uploads/document/file/5882537/5211936-resolucion-n-0451-2023-oefa-dfai.pdf?v=1708363533
0451-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Saint-Gobain Productos Para La Construcción S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0891-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
INDUSTRIA
false
5211937_resolucion_n_0450_2023_oefa_dfai_1708363534
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211937-resolucion-n-0450-2023-oefa-dfai
2023-03-23
https://cdn.www.gob.pe/uploads/document/file/5882538/5211937-resolucion-n-0450-2023-oefa-dfai.pdf?v=1708363534
0450-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Frigorifico La Colonial S.A.C, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0212-2021-OEFA/DFAI/PAS
PECUARIA
NO IDENTIFICADO
AGRICULTURA
false
5211938_resolucion_n_0449_2023_oefa_dfai_1708363534
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211938-resolucion-n-0449-2023-oefa-dfai
2023-03-23
https://cdn.www.gob.pe/uploads/document/file/5882542/5211938-resolucion-n-0449-2023-oefa-dfai.pdf?v=1708363534
0449-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Gas Peru Huascaran S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1183-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS
false
5211939_resolucion_n_0448_2023_oefa_dfai_1708363534
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211939-resolucion-n-0448-2023-oefa-dfai
2023-03-22
https://cdn.www.gob.pe/uploads/document/file/5882541/5211939-resolucion-n-0448-2023-oefa-dfai.pdf?v=1708363534
0448-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Grifo San Francisco De Asis S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1243-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS
false
5211940_resolucion_n_0447_2023_oefa_dfai_1708363535
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211940-resolucion-n-0447-2023-oefa-dfai
2023-03-22
https://cdn.www.gob.pe/uploads/document/file/5882546/5211940-resolucion-n-0447-2023-oefa-dfai.pdf?v=1708363535
0447-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Akp Tacna S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0933-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS
false
5211941_resolucion_n_0446_2023_oefa_dfai_1708363534
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211941-resolucion-n-0446-2023-oefa-dfai
2023-03-22
https://cdn.www.gob.pe/uploads/document/file/5882540/5211941-resolucion-n-0446-2023-oefa-dfai.pdf?v=1708363534
0446-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Gade Soluciones S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0891-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
CONSULTORAS AMBIENTALES
false
5211942_resolucion_n_0445_2023_oefa_dfai_1708363534
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211942-resolucion-n-0445-2023-oefa-dfai
2023-03-22
https://cdn.www.gob.pe/uploads/document/file/5882539/5211942-resolucion-n-0445-2023-oefa-dfai.pdf?v=1708363534
0445-2023-OEFA/DFAI
Se declara el archivo del procedimiento administrativo sancionador seguido a Corporacion Peruana De Inversiones Y Produccion S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1556-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS
false
5211943_resolucion_n_0444_2023_oefa_dfai_1708363534
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211943-resolucion-n-0444-2023-oefa-dfai
2023-03-22
https://cdn.www.gob.pe/uploads/document/file/5882543/5211943-resolucion-n-0444-2023-oefa-dfai.pdf?v=1708363534
0444-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Distrital De Pimentel, por los fundamentos expuestos en la parte considerativa de la presente resolución.
1186-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
RESIDUOS SÓLIDOS
false
5211944_resolucion_n_0444_2022_oefa_dfai_1708363535
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211944-resolucion-n-0444-2022-oefa-dfai
2022-03-31
https://cdn.www.gob.pe/uploads/document/file/5882545/5211944-resolucion-n-0444-2022-oefa-dfai.pdf?v=1708363535
0444-2022-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Servicentro El Sol Empresa Individual De Responsabilidad Limitada, por los fundamentos expuestos en la parte considerativa de la presente resolución.
1022-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211945_resolucion_n_0443_2023_oefa_dfai_1708363536
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211945-resolucion-n-0443-2023-oefa-dfai
2023-03-22
https://cdn.www.gob.pe/uploads/document/file/5882549/5211945-resolucion-n-0443-2023-oefa-dfai.pdf?v=1708363536
0443-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Cbc Peruana S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1362-2019-OEFA/DFAI/PAS
ELABORACIÓN DE CERVEZA, ELABORACIÓN DE BEBIDAS NO ALCOHÓLICAS Y PRODUCCIÓN DE AGUA MINERAL
NO IDENTIFICADO
INDUSTRIA
false
5211946_resolucion_n_0442_2023_oefa_dfai_1708363536
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211946-resolucion-n-0442-2023-oefa-dfai
2023-03-22
https://cdn.www.gob.pe/uploads/document/file/5882550/5211946-resolucion-n-0442-2023-oefa-dfai.pdf?v=1708363536
0442-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Distrital De Marcará, por los fundamentos expuestos en la parte considerativa de la presente resolución.
1101-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
RESIDUOS SÓLIDOS
false
5211947_resolucion_n_0441_2023_oefa_dfai_1708363536
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211947-resolucion-n-0441-2023-oefa-dfai
2023-03-22
https://cdn.www.gob.pe/uploads/document/file/5882548/5211947-resolucion-n-0441-2023-oefa-dfai.pdf?v=1708363536
0441-2023-OEFA/DFAI
Se impone una multa al administrado Municipalidad Provincial De Huanuco, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0294-2020-OEFA/DFAI/PAS
PECUARIA
NO IDENTIFICADO
AGRICULTURA
false
5211948_resolucion_n_0440_2023_oefa_dfai_1708363537
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211948-resolucion-n-0440-2023-oefa-dfai
2023-03-22
https://cdn.www.gob.pe/uploads/document/file/5882551/5211948-resolucion-n-0440-2023-oefa-dfai.pdf?v=1708363537
0440-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Pluspetrol Norte S.A En Liquidación, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0061-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211949_resolucion_n_0440_2022_oefa_dfai_1708363537
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211949-resolucion-n-0440-2022-oefa-dfai
2022-03-31
https://cdn.www.gob.pe/uploads/document/file/5882552/5211949-resolucion-n-0440-2022-oefa-dfai.pdf?v=1708363537
0440-2022-OEFA/DFAI
Se resuelve el recurso de reconsideración interpuesto por Inversiones Perualp S.A, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0373-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
INDUSTRIA
false
5211950_resolucion_n_0439_2023_oefa_dfai_1708363538
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211950-resolucion-n-0439-2023-oefa-dfai
2023-03-21
https://cdn.www.gob.pe/uploads/document/file/5882553/5211950-resolucion-n-0439-2023-oefa-dfai.pdf?v=1708363538
0439-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Provincial De Contumazá, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0833-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
RESIDUOS SÓLIDOS
false
5211951_resolucion_n_0438_2023_oefa_dfai_1708363541
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211951-resolucion-n-0438-2023-oefa-dfai
2023-03-21
https://cdn.www.gob.pe/uploads/document/file/5882563/5211951-resolucion-n-0438-2023-oefa-dfai.pdf?v=1708363541
0438-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Provincial De Puno., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0706-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
INFRAESTRUCTURA Y SERVICIOS
false
5211952_resolucion_n_0437_2023_oefa_dfai_1708363779
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211952-resolucion-n-0437-2023-oefa-dfai
2023-03-21
https://cdn.www.gob.pe/uploads/document/file/5882936/5211952-resolucion-n-0437-2023-oefa-dfai.pdf?v=1708363779
0437-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Cia Minera Santa Ines Y Morococha S A, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0881-2019-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211953_resolucion_n_0436_2023_oefa_dfai_1708363538
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211953-resolucion-n-0436-2023-oefa-dfai
2023-03-21
https://cdn.www.gob.pe/uploads/document/file/5882555/5211953-resolucion-n-0436-2023-oefa-dfai.pdf?v=1708363538
0436-2023-OEFA/DFAI
Se declara la improcedencia de la reconsideración presentada por Shougang Hierro Peru S.A.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1555-2018-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211954_resolucion_n_0435_2023_oefa_dfai_1708363540
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211954-resolucion-n-0435-2023-oefa-dfai
2023-03-21
https://cdn.www.gob.pe/uploads/document/file/5882558/5211954-resolucion-n-0435-2023-oefa-dfai.pdf?v=1708363540
0435-2023-OEFA/DFAI
Se impone una multa al administrado Pluspetrol Norte S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1154-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211955_resolucion_n_0435_2022_oefa_dfai_1708363540
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211955-resolucion-n-0435-2022-oefa-dfai
2022-03-31
https://cdn.www.gob.pe/uploads/document/file/5882559/5211955-resolucion-n-0435-2022-oefa-dfai.pdf?v=1708363540
0435-2022-OEFA/DFAI
Se impone una multa al administrado Agroaurora S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1784-2019-OEFA/DFAI/PAS
ELABORACIÓN DE AZÚCAR
NO IDENTIFICADO
INDUSTRIA
false
5211956_resolucion_n_0434_2023_oefa_dfai_1708363538
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211956-resolucion-n-0434-2023-oefa-dfai
2023-03-21
https://cdn.www.gob.pe/uploads/document/file/5882554/5211956-resolucion-n-0434-2023-oefa-dfai.pdf?v=1708363538
0434-2023-OEFA/DFAI
Corrige el error material en el procedimiento administrativo sancionador seguido a Sierra Antapite Sac, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0075-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211957_resolucion_n_0433_2023_oefa_dfai_1708363540
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211957-resolucion-n-0433-2023-oefa-dfai
2023-03-21
https://cdn.www.gob.pe/uploads/document/file/5882556/5211957-resolucion-n-0433-2023-oefa-dfai.pdf?v=1708363540
0433-2023-OEFA/DFAI
Se impone una multa al administrado Pluspetrol Norte S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0150-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211958_resolucion_n_0432_2023_oefa_dfai_1708363540
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211958-resolucion-n-0432-2023-oefa-dfai
2023-03-21
https://cdn.www.gob.pe/uploads/document/file/5882560/5211958-resolucion-n-0432-2023-oefa-dfai.pdf?v=1708363540
0432-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Compañia De Minas Buenaventura S.A.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1583-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211959_resolucion_n_0431_2023_oefa_dfai_1708363541
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211959-resolucion-n-0431-2023-oefa-dfai
2023-03-20
https://cdn.www.gob.pe/uploads/document/file/5882561/5211959-resolucion-n-0431-2023-oefa-dfai.pdf?v=1708363541
0431-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Direccion General De Mineria Del Ministerio De Energia Y Minas, por los fundamentos expuestos en la parte considerativa de la presente resolución.
1270-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211960_resolucion_n_0431_2022_oefa_dfai_1708363541
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211960-resolucion-n-0431-2022-oefa-dfai
2022-03-31
https://cdn.www.gob.pe/uploads/document/file/5882562/5211960-resolucion-n-0431-2022-oefa-dfai.pdf?v=1708363541
0431-2022-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Ocho Sur P. S,A,C, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0160-2021-OEFA/DFAI/PAS
CULTIVO INTENSIVO DE PALMA ACEITERA
NO IDENTIFICADO
AGRICULTURA
false
5211961_resolucion_n_0430_2023_oefa_dfai_1708363540
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211961-resolucion-n-0430-2023-oefa-dfai
2023-03-20
https://cdn.www.gob.pe/uploads/document/file/5882557/5211961-resolucion-n-0430-2023-oefa-dfai.pdf?v=1708363540
0430-2023-OEFA/DFAI
Se declara el cumplimiento de las medidas correctivas dictadas al administrado Minera Tartisan Perú S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1611-2016-OEFA/DFSAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211962_resolucion_n_0430_2022_oefa_dfai_1708363542
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211962-resolucion-n-0430-2022-oefa-dfai
2022-03-31
https://cdn.www.gob.pe/uploads/document/file/5882564/5211962-resolucion-n-0430-2022-oefa-dfai.pdf?v=1708363542
0430-2022-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Inversiones Cuneo S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0111-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211963_resolucion_n_0429_2023_oefa_dfai_1708363543
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211963-resolucion-n-0429-2023-oefa-dfai
2023-03-20
https://cdn.www.gob.pe/uploads/document/file/5882565/5211963-resolucion-n-0429-2023-oefa-dfai.pdf?v=1708363543
0429-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Compañía Minera Chungar S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0959-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211964_resolucion_n_0428_2023_oefa_dfai_1708363545
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211964-resolucion-n-0428-2023-oefa-dfai
2023-03-20
https://cdn.www.gob.pe/uploads/document/file/5882572/5211964-resolucion-n-0428-2023-oefa-dfai.pdf?v=1708363545
0428-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Consorcio De Ingenieros Ejecutores Mineros S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1226-2020-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
MINERÍA
false
5211965_resolucion_n_0427_2023_oefa_dfai_1708363545
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211965-resolucion-n-0427-2023-oefa-dfai
2023-03-20
https://cdn.www.gob.pe/uploads/document/file/5882577/5211965-resolucion-n-0427-2023-oefa-dfai.pdf?v=1708363545
0427-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Consorcio Transmantaro S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0458-2021-OEFA/DFAI/PAS
LÍNEA DE TRANSMISIÓN 500 KV S.E. TRUJILLO – S.E CHICLAYO
NO IDENTIFICADO
ELECTRICIDAD
false
5211966_resolucion_n_0426_2023_oefa_dfai_1708363545
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211966-resolucion-n-0426-2023-oefa-dfai
2023-03-20
https://cdn.www.gob.pe/uploads/document/file/5882574/5211966-resolucion-n-0426-2023-oefa-dfai.pdf?v=1708363545
0426-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Estación De Servicios Dávila E.I.R.L., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0757-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS
false
5211967_resolucion_n_0425_2023_oefa_dfai_1708363544
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211967-resolucion-n-0425-2023-oefa-dfai
2023-03-17
https://cdn.www.gob.pe/uploads/document/file/5882568/5211967-resolucion-n-0425-2023-oefa-dfai.pdf?v=1708363544
0425-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Provincial De Jauja, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0639-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
RESIDUOS SÓLIDOS
false
5211968_resolucion_n_0424_2023_oefa_dfai_1708363544
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211968-resolucion-n-0424-2023-oefa-dfai
2023-03-17
https://cdn.www.gob.pe/uploads/document/file/5882567/5211968-resolucion-n-0424-2023-oefa-dfai.pdf?v=1708363544
0424-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Distrital De Yuyapichis, por los fundamentos expuestos en la parte considerativa de la presente resolución.
1008-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
RESIDUOS SÓLIDOS
false
5211969_resolucion_n_0423_2023_oefa_dfai_1708363544
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211969-resolucion-n-0423-2023-oefa-dfai
2023-03-17
https://cdn.www.gob.pe/uploads/document/file/5882566/5211969-resolucion-n-0423-2023-oefa-dfai.pdf?v=1708363544
0423-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Distrital De Torata, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0821-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
RESIDUOS SÓLIDOS
false
5211970_resolucion_n_0423_2022_oefa_dfai_1708363544
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211970-resolucion-n-0423-2022-oefa-dfai
2022-03-31
https://cdn.www.gob.pe/uploads/document/file/5882569/5211970-resolucion-n-0423-2022-oefa-dfai.pdf?v=1708363544
0423-2022-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Servicios Generales El Ovalo E.I.R.L., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1111-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211972_resolucion_n_0422_2023_oefa_dfai_1708363544
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211972-resolucion-n-0422-2023-oefa-dfai
2023-03-17
https://cdn.www.gob.pe/uploads/document/file/5882570/5211972-resolucion-n-0422-2023-oefa-dfai.pdf?v=1708363544
0422-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Distrital De Carhuamayo, por los fundamentos expuestos en la parte considerativa de la presente resolución.
1178-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
RESIDUOS SÓLIDOS
false
5211973_resolucion_n_0421_2023_oefa_dfai_1708363545
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211973-resolucion-n-0421-2023-oefa-dfai
2023-03-17
https://cdn.www.gob.pe/uploads/document/file/5882571/5211973-resolucion-n-0421-2023-oefa-dfai.pdf?v=1708363545
0421-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Gasocentro Ysmar E.I.R.L., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0903-2022-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS
false
5211974_resolucion_n_0420_2023_oefa_dfai_1708363546
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211974-resolucion-n-0420-2023-oefa-dfai
2023-03-17
https://cdn.www.gob.pe/uploads/document/file/5882578/5211974-resolucion-n-0420-2023-oefa-dfai.pdf?v=1708363546
0420-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Marinasol S.A, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0922-2020-OEFA/DFAI/PAS
CULTIVO DE LANGOSTINO
ACUICULTURA DE MEDIANA Y GRAN EMPRESA
PESQUERÍA
false
5211975_resolucion_n_0420_2022_oefa_dfai_1708363545
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211975-resolucion-n-0420-2022-oefa-dfai
2022-03-31
https://cdn.www.gob.pe/uploads/document/file/5882573/5211975-resolucion-n-0420-2022-oefa-dfai.pdf?v=1708363545
0420-2022-OEFA/DFAI
Se impone una multa al administrado Agroaurora S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0585-2020-OEFA/DFAI/PAS
ELABORACIÓN DE AZÚCAR
NO IDENTIFICADO
INDUSTRIA
false
5211976_resolucion_n_0419_2023_oefa_dfai_1708363546
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211976-resolucion-n-0419-2023-oefa-dfai
2023-03-17
https://cdn.www.gob.pe/uploads/document/file/5882580/5211976-resolucion-n-0419-2023-oefa-dfai.pdf?v=1708363546
0419-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Negocios Agroindustriales Los Ferroles S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1022-2020-OEFA/DFAI/PAS
ELABORACIÓN DE PIENSOS PREPARADOS PARA ANIMALES
NO IDENTIFICADO
INDUSTRIA
false
5211977_resolucion_n_0418_2023_oefa_dfai_1708363545
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211977-resolucion-n-0418-2023-oefa-dfai
2023-03-17
https://cdn.www.gob.pe/uploads/document/file/5882575/5211977-resolucion-n-0418-2023-oefa-dfai.pdf?v=1708363545
0418-2023-OEFA/DFAI
Se impone una multa coercitiva a Pluspetrol Norte S.A En Liquidación, por los fundamentos expuestos en la parte considerativa de la presente resolución.
2917-2017-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211978_resolucion_n_0417_2023_oefa_dfai_1708363545
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211978-resolucion-n-0417-2023-oefa-dfai
2023-03-17
https://cdn.www.gob.pe/uploads/document/file/5882576/5211978-resolucion-n-0417-2023-oefa-dfai.pdf?v=1708363545
0417-2023-OEFA/DFAI
Se impone una multa coercitiva a Pluspetrol Norte S.A En Liquidación, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0570-2018-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211979_resolucion_n_0416_2023_oefa_dfai_1708363546
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211979-resolucion-n-0416-2023-oefa-dfai
2023-03-17
https://cdn.www.gob.pe/uploads/document/file/5882579/5211979-resolucion-n-0416-2023-oefa-dfai.pdf?v=1708363546
0416-2023-OEFA/DFAI
Se impone una multa coercitiva a Pluspetrol Norte S.A En Liquidación, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0699-2016-OEFA/DFSAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
5211980_resolucion_n_0415_2023_oefa_dfai_1708363547
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211980-resolucion-n-0415-2023-oefa-dfai
2023-03-17
https://cdn.www.gob.pe/uploads/document/file/5882581/5211980-resolucion-n-0415-2023-oefa-dfai.pdf?v=1708363547
0415-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Delta Industrial S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1029-2020-OEFA/DFAI/PAS
FUNDICIÓN DE HIERRO Y ACERO
NO IDENTIFICADO
INDUSTRIA
false
5211981_resolucion_n_0414_2023_oefa_dfai_1708363550
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211981-resolucion-n-0414-2023-oefa-dfai
2023-03-17
https://cdn.www.gob.pe/uploads/document/file/5882586/5211981-resolucion-n-0414-2023-oefa-dfai.pdf?v=1708363550
0414-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Freeko Peru S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
0910-2021-OEFA/DFAI/PAS
CONGELADO
PROCESAMIENTO INDUSTRIAL PESQUERO
PESQUERÍA
false
5211982_resolucion_n_0413_2023_oefa_dfai_1708363549
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211982-resolucion-n-0413-2023-oefa-dfai
2023-03-17
https://cdn.www.gob.pe/uploads/document/file/5882584/5211982-resolucion-n-0413-2023-oefa-dfai.pdf?v=1708363549
0413-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Virazon S.A., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1384-2021-OEFA/DFAI/PAS
CULTIVO DE LANGOSTINO
ACUICULTURA DE MEDIANA Y GRAN EMPRESA
PESQUERÍA
false
5211983_resolucion_n_0412_2023_oefa_dfai_1708363548
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211983-resolucion-n-0412-2023-oefa-dfai
2023-03-16
https://cdn.www.gob.pe/uploads/document/file/5882583/5211983-resolucion-n-0412-2023-oefa-dfai.pdf?v=1708363548
0412-2023-OEFA/DFAI
Se declara la responsabilidad administrativa sin medida correctiva a Municipalidad Distrital De El Carmen, por los fundamentos expuestos en la parte considerativa de la presente resolución.
0834-2021-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
RESIDUOS SÓLIDOS
false
5211984_resolucion_n_0411_2023_oefa_dfai_1708363550
https://www.gob.pe/institucion/oefa/informes-publicaciones/5211984-resolucion-n-0411-2023-oefa-dfai
2023-03-16
https://cdn.www.gob.pe/uploads/document/file/5882588/5211984-resolucion-n-0411-2023-oefa-dfai.pdf?v=1708363550
0411-2023-OEFA/DFAI
Se declara la responsabilidad administrativa con medida correctiva a Transportes Generales J & F S.A.C., por los fundamentos expuestos en la parte considerativa de la presente resolución.
1315-2019-OEFA/DFAI/PAS
NO IDENTIFICADO
NO IDENTIFICADO
HIDROCARBUROS LÍQUIDOS
false
End of preview.
README.md exists but content is empty.
Downloads last month
93