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-87c2c4800839master
parent
881954c2cb
commit
54219e6c6b
|
@ -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;
|
Loading…
Reference in New Issue