Update REQ000000345247.sql

parent 8f8428e7
Showing with 3 additions and 3 deletions
......@@ -5,9 +5,9 @@ BEGIN
BEGIN
INSERT INTO par.situacaomeprestacaocontas (smpcid, smpcdesc, smpcstatus, smpcdtcadastro)
VALUES
(39, 'Interna FNDE - Aguardando Cadastro no Banco de Arquivamento por Prescrição', 'A', now()),
(40, 'Externa FNDE - Cadastro no Banco de Arquivamento por Prescrição', 'A', now()),
(41, 'Interna FNDE - Pressupostos para Prescrição Intercorrente', 'A', now());
(39, 'Aguardando Cadastro no Banco de Arquivamento por Prescrição', 'A', now()),
(40, 'Cadastro no Banco de Arquivamento por Prescrição', 'A', now()),
(41, 'Pressupostos para Prescrição Intercorrente', 'A', now());
EXCEPTION
WHEN OTHERS THEN
RAISE WARNING 'Erro ao inserir em responsaveisomisso: % PROCESSO: %', 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