REQ000000344544.sql 386 Bytes
Newer Older
1 2 3 4 5 6 7 8
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;