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';
|
execute immediate 'CREATE SEQUENCE GP_PRICING_MARCA_SEQ START WITH 1 INCREMENT BY 1';
|
||||||
exception when others then null;
|
exception when others then null;
|
||||||
end;
|
end;
|
||||||
/declare
|
/
|
||||||
|
declare
|
||||||
object_exists exception;
|
object_exists exception;
|
||||||
pragma exception_init (object_exists , -00955);
|
pragma exception_init (object_exists , -00955);
|
||||||
begin
|
begin
|
||||||
|
@ -469,25 +470,3 @@ declare
|
||||||
execute immediate 'CREATE SEQUENCE GP_PRICING_FORMAPAGO_SEQ START WITH 1 INCREMENT BY 1';
|
execute immediate 'CREATE SEQUENCE GP_PRICING_FORMAPAGO_SEQ START WITH 1 INCREMENT BY 1';
|
||||||
exception when others then null;
|
exception when others then null;
|
||||||
end;
|
end;
|
||||||
/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue