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 3
Next »
Listar
Se debe especificar el Emisor. La cartera y afinidad deben tener el valor cero para consultar todos los 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;