FIXES bug#9822

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@74663 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2017-10-10 12:24:34 +00:00
parent 1321ffb3a8
commit 2f04eb912f
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
begin
execute immediate 'Insert into ORGAO_CONCEDENTE (ORGAOCONCEDENTE_ID,DESCORGAO,INDSUBSEGURO,INDDEFAULTSEGURO,FECMODIF,ACTIVO,USUARIO_ID,CNPJ,INDNOMDOCOBLIGATORIO,IDADE_IDOSO,INDICEPEAJE,IDADE_MINIMA,CATEGORIA_ID) values (''28'',''DER/RO'',''0'',''0'',to_date(''07-10-2015 11:17:03'',''DD-MM-YYYY HH24:MI:SS''),''1'',''6466'',''04.898.488/0001-77'',''1'',''60'',null,null,null)';
exception
when others
then null;
end;
/