Merge Central de Emissão/Totalbus
bug#11928 dev:trevezani qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@84634 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
e5b8134c0b
commit
3dfd773017
|
@ -0,0 +1,8 @@
|
||||||
|
declare
|
||||||
|
dup_val_on_index exception;
|
||||||
|
pragma exception_init (dup_val_on_index , -00001);
|
||||||
|
begin
|
||||||
|
execute immediate 'insert into funcion_sistema (funcionsistema_id,sistema_id,nombfuncion,descruta,activo,fecmodif,usuario_id) values
|
||||||
|
(funcion_sistema_seq.nextval,2,''CENTRAL DE EMISSAO'',''COM.RJCONSULTORES.VENTABOLETOS.GUI.VENTA.MENU.ITENS.ITEMMENUCENTRALEMISSAO'',1,sysdate,1)';
|
||||||
|
|
||||||
|
end;
|
Loading…
Reference in New Issue