Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Listar

Se debe especificar el Emisor. La cartera y afinidad deben tener el valor cero para consultar todos los parámetros.

La variable :ro_resultado debe abrirse y copiarse en una planilla excel.

Al establecer filtros, se podrá realizar búsquedas por el parámetro deseado.

Listar Parámetros
begin
  -- Call the procedure
  pkg_parametros_consulter.pr_parametros_entidad(np_entidad => :np_entidad,
                                                 np_cartera => :np_cartera,
                                                 np_afinidad => :np_afinidad,
                                                 ro_resultado => :ro_resultado);
end;


  • No labels