Inclusão de registros no banco do FaseME prestação de contas

parent 9a61a1dc
Showing with 9 additions and 0 deletions
begin;
INSERT INTO par.fasemeprestacaocontas (fmpcid, fmpcdesc, fmpcstatus, fmpcdtcadastro)
VALUES
(8, 'Interna FNDE - Aguardando Cadastro no Banco de Arquivamento por Prescrição', 'A', now()),
(9, 'Externa FNDE - Cadastro no Banco de Arquivamento por Prescrição', 'A', now()),
(10, 'Interna FNDE - Pressupostos para Prescrição Intercorrente', 'A', now());
COMMIT;
END;
\ No newline at end of file
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