0016537: Troco Simples - Pagamento via carteira Digital Troco Simples

0016535: Troco Simples - Adequações na entrega
bug#16537
bug#16535
dev:clemente
qua:debora

Acertando script

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@100231 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdir 2020-02-14 19:08:40 +00:00
parent 9dd0cf03c8
commit 3c190a4e94
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ declare
dup_val_on_index exception; dup_val_on_index exception;
pragma exception_init (dup_val_on_index , -00001); pragma exception_init (dup_val_on_index , -00001);
begin begin
execute immediate 'INSERT INTO CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID) VALUES (CONSTANTE_seq.nextval,''TS06_PATH_STATUS_AUTORIZACAO_CLIENTE'',''TROCO SIMPLES. Verificar status do pedido de pagamento'',1,''v1/transaction/{parametro}/authorization'',1,1,null,1);'; execute immediate 'INSERT INTO CONSTANTE (CONSTANTE_ID,NOMBCONSTANTE,DESCCONSTANTE,INDTIPOCONSTANTE,VALORCONSTANTE,INDMANTENIMIENTOUSUARIO,ACTIVO,FECMODIF,USUARIO_ID) VALUES (CONSTANTE_seq.nextval,''TS06_PATH_STATUS_AUTORIZACAO_CLIENTE'',''TROCO SIMPLES. Verificar status do pedido de pagamento'',1,''v1/transaction/{parametro}/authorization'',1,1,null,1)';
exception when dup_val_on_index then NULL; exception when dup_val_on_index then NULL;
end; end;