bug#00000

dev:lucas

qua: merge scripts antigos branch pricing gestao

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@104736 d1611594-4594-4d17-8e1d-87c2c4800839
master
lucas.taia 2020-12-15 15:30:00 +00:00
parent dbc5fc4512
commit a13301538e
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ declare
pragma exception_init (except_02291 , -02291);
begin
execute immediate
'INSERT INTO FUNCION_SISTEMA (FUNCIONSISTEMA_ID, SISTEMA_ID, NOMBFUNCION, DESCRUTA, ACTIVO, USUARIO_ID) VALUES (FUNCION_SISTEMA_SEQ.NEXTVAL, ''1'', ''EBUS > PRICING GESTOR', 'COM.RJCONSULTORES.EBUS.GUI.PRICING.GESTOR'', ''1'', ''1'')';
'INSERT INTO FUNCION_SISTEMA (FUNCIONSISTEMA_ID, SISTEMA_ID, NOMBFUNCION, DESCRUTA, ACTIVO, USUARIO_ID) VALUES (FUNCION_SISTEMA_SEQ.NEXTVAL, ''1'', ''EBUS > PRICING GESTOR'', ''COM.RJCONSULTORES.EBUS.GUI.PRICING.GESTOR'', ''1'', ''1'')';
exception
when dup_val_on_index then null;