Update REQ000000345651.sql

parent f2c5f6ce
Showing with 2 additions and 2 deletions
...@@ -3,7 +3,7 @@ BEGIN ...@@ -3,7 +3,7 @@ BEGIN
BEGIN BEGIN
UPDATE par3.execucao_prestacao_contas UPDATE par3.execucao_prestacao_contas
set epcstatus = 'I' set epcstatus = 'I'
where epcid = '5650'; where epcid = '7459';
EXCEPTION EXCEPTION
WHEN OTHERS THEN WHEN OTHERS THEN
RAISE WARNING 'Erro ao alterar prestacao de contas: %', SQLERRM; RAISE WARNING 'Erro ao alterar prestacao de contas: %', SQLERRM;
...@@ -12,7 +12,7 @@ BEGIN ...@@ -12,7 +12,7 @@ BEGIN
BEGIN BEGIN
UPDATE par3.execucao_prestacao_contas UPDATE par3.execucao_prestacao_contas
set epcstatus = 'I' set epcstatus = 'I'
where epcid = '5651'; where epcid = '7599';
EXCEPTION EXCEPTION
WHEN OTHERS THEN WHEN OTHERS THEN
RAISE WARNING 'Erro ao alterar prestacao de contas: %', SQLERRM; RAISE WARNING 'Erro ao alterar prestacao de contas: %', SQLERRM;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment