[BPe] - Sequencial do número do BPe

bug#13647
dev:trevezani
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@90275 d1611594-4594-4d17-8e1d-87c2c4800839
master
alberto 2019-02-26 18:58:45 +00:00
parent b83c9db093
commit 1ee9e7ab32
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ declare
object_exists exception; object_exists exception;
pragma exception_init (object_exists , -00955); pragma exception_init (object_exists , -00955);
begin begin
execute immediate 'CREATE SEQUENCE BPE_CTRL_DISP_SEQ INCREMENT BY 1 START WITH 1 MAXVALUE 9999999 MINVALUE 1 NOCYCLE CACHE 20 NOORDER'; execute immediate 'CREATE SEQUENCE BPE_CTRL_DISPONIBILIDADE_SEQ INCREMENT BY 1 START WITH 1 MAXVALUE 9999999 MINVALUE 1 NOCYCLE CACHE 20 NOORDER';
exception when object_exists then null; exception when object_exists then null;
end; end;