Skip to content

Commit

Permalink
FIX nome consultazione
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Jun 15, 2018
2 parents 7bab228 + 7d0f0b0 commit 6d14f1f
Show file tree
Hide file tree
Showing 15 changed files with 497 additions and 113 deletions.
2 changes: 1 addition & 1 deletion SIGLA/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>5.1.39-SNAPSHOT</version>
<version>5.1.42-SNAPSHOT</version>
</parent>
<properties>
<wildfly.deployment.filename>SIGLA.ear</wildfly.deployment.filename>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>it.cnr</groupId>
<version>5.1.39-SNAPSHOT</version>
<version>5.1.42-SNAPSHOT</version>
<artifactId>sigla</artifactId>
<name>sigla</name>
<packaging>pom</packaging>
Expand All @@ -24,7 +24,7 @@
<sonar.skip>true</sonar.skip>
<java.version>1.8</java.version>
<spring.version>4.3.3.RELEASE</spring.version>
<jada.version>6.0.22</jada.version>
<jada.version>6.0.29</jada.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sigla.build.number>${maven.build.timestamp}</sigla.build.number>
<slf4j.version>1.7.21</slf4j.version>
Expand Down
2 changes: 1 addition & 1 deletion sigla-backend/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>5.1.39-SNAPSHOT</version>
<version>5.1.42-SNAPSHOT</version>
</parent>
<build>
<pluginManagement>
Expand Down
Expand Up @@ -22,4 +22,22 @@
oEsVar Out NUMBER,
oPgVar Out NUMBER
);

Procedure generaPerenzioneDaRiaccResPass
(aEs NUMBER,
aDsVar Varchar2,
aUser VARCHAR2,
oNumVarCreate Out NUMBER);

Procedure generaStornoResidui
(aEs NUMBER,
aDsVar Varchar2,
aCdCdrPiu In VARCHAR2,
aTiAppVocePiu elemento_voce.ti_appartenenza%type,
aCdVocePiu elemento_voce.cd_elemento_voce%type,
aCdGaeFinPiu linea_attivita.cd_linea_attivita%type,
aCdGaeFesPiu linea_attivita.cd_linea_attivita%type,
aUser VARCHAR2,
oNumVarCreate Out NUMBER);
End UTIL_VARIAZIONI;
/

0 comments on commit 6d14f1f

Please sign in to comment.