bug#00000

dev:lucas

qua: merge scripts antigos branch pricing gestao

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@104733 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2020-12-15 14:52:18 +00:00
parent 881954c2cb
commit 54219e6c6b
1 changed files with 3 additions and 24 deletions

View File

@ -113,7 +113,8 @@ declare
execute immediate 'CREATE SEQUENCE GP_PRICING_MARCA_SEQ START WITH 1 INCREMENT BY 1';
exception when others then null;
end;
/declare
/
declare
object_exists exception;
pragma exception_init (object_exists , -00955);
begin
@ -468,26 +469,4 @@ declare
begin
execute immediate 'CREATE SEQUENCE GP_PRICING_FORMAPAGO_SEQ START WITH 1 INCREMENT BY 1';
exception when others then null;
end;
/
end;