Skip to content

Commit

Permalink
liquibase
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Feb 13, 2018
1 parent 427bc3c commit 2dea3c9
Show file tree
Hide file tree
Showing 147 changed files with 165 additions and 489 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ CREATE OR REPLACE PACKAGE ACCONTO AS
);

END ACCONTO;
/


CREATE OR REPLACE PACKAGE BODY ACCONTO As
Expand Down Expand Up @@ -274,6 +273,5 @@ End calcolaAddTerritorioAcconto;


END;
/


Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ RETURN NUMBER;


END CAL_ASSESTATO;
/


CREATE OR REPLACE PACKAGE BODY CAL_ASSESTATO IS
Expand Down Expand Up @@ -340,6 +339,5 @@ Function ASSESTATO_SPESA_RES(
End ASSESTATO_SPESA_RES;

End CAL_ASSESTATO;
/


Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ CREATE OR REPLACE package CAR_SALDI as
Function TIPO_VAR_PDG (aEsercizio NUMBER, aNumVar NUMBER) Return VARCHAR2;

end;
/


CREATE OR REPLACE package body CAR_SALDI is
Expand Down Expand Up @@ -449,6 +448,5 @@ Return TIPO;
End;

End;
/


Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ FUNCTION Tot_Obbligazioni(
RETURN NUMBER;

END CIR_FUNZGEST;
/


CREATE OR REPLACE PACKAGE BODY CIR_FUNZGEST IS
Expand Down Expand Up @@ -289,6 +288,5 @@ FUNCTION Tot_Obbligazioni(
End Tot_OBBLIGAZIONI;

END CIR_FUNZGEST;
/


Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ CREATE OR REPLACE PACKAGE CLASS_COMP_DOC_CONT_NMP AS
-- aNomeTrg -> Nome del trigger che vogliamo disattivare
procedure disattivaTrg(aNomeTab varchar2, aNomeTrg varchar2, aUser varchar2 );
end;
/


CREATE OR REPLACE PACKAGE BODY CLASS_COMP_DOC_CONT_NMP AS
Expand Down Expand Up @@ -232,6 +231,5 @@ CREATE OR REPLACE PACKAGE BODY CLASS_COMP_DOC_CONT_NMP AS
end if;
end;
end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ CREATE OR REPLACE PACKAGE CLBANCA AS
-- aNomeTrg -> Nome del trigger che vogliamo disattivare
procedure disattivaTrg(aNomeTab varchar2, aNomeTrg varchar2, aUser varchar2 );
end;
/


CREATE OR REPLACE PACKAGE BODY CLBANCA AS
Expand Down Expand Up @@ -248,6 +247,5 @@ CREATE OR REPLACE PACKAGE BODY CLBANCA AS
end if;
end;
end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ CREATE OR REPLACE PACKAGE CLCONFIGURAZIONE_CNR AS
-- aNomeTrg -> Nome del trigger che vogliamo disattivare
procedure disattivaTrg(aNomeTab varchar2, aNomeTrg varchar2, aUser varchar2 );
end;
/


CREATE OR REPLACE PACKAGE BODY CLCONFIGURAZIONE_CNR AS
Expand Down Expand Up @@ -240,6 +239,5 @@ CREATE OR REPLACE PACKAGE BODY CLCONFIGURAZIONE_CNR AS
end if;
end;
end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ CREATE OR REPLACE PACKAGE CLESERCIZIO AS
-- aNomeTrg -> Nome del trigger che vogliamo disattivare
procedure disattivaTrg(aNomeTab varchar2, aNomeTrg varchar2, aUser varchar2 );
end;
/


CREATE OR REPLACE PACKAGE BODY CLESERCIZIO AS
Expand Down Expand Up @@ -226,6 +225,5 @@ CREATE OR REPLACE PACKAGE BODY CLESERCIZIO AS
end if;
end;
end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ DESCR_VAR_TOT Constant VARCHAR(60) := 'Variazione tra Istituti diversi';
procedure checkEliminAssEvEv(aAss ass_ev_ev%rowtype);

end;
/


CREATE OR REPLACE package body CNRCTB000 is
Expand Down Expand Up @@ -1079,6 +1078,5 @@ End If;
End;

End;
/


Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ function descSottoArtCDSProprio(aCodiceSA varchar2, aArticolo voce_f%rowtype) re
function descSottoArtCDSArea(aCodiceSA varchar2, aArticolo voce_f%rowtype) return varchar2;

end;
/


CREATE OR REPLACE package body CNRCTB001 is
Expand Down Expand Up @@ -2338,6 +2337,5 @@ Begin


end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ function getVoceEpErarioCIvaGirocontoUO(aEs number) return voce_ep%rowtype;
-- Recupera le voci economiche di costo e ricavo per la registrazione economida su pgiro
procedure getVociEpPgiro(aEs number, aTiAppartenenza char, aTiGestione char, aCdEv varchar2, aCosto out voce_ep%rowtype, aRicavo out voce_ep%rowtype);
end;
/


CREATE OR REPLACE package body CNRCTB002 is
Expand Down Expand Up @@ -768,6 +767,5 @@ begin
end;

end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ CREATE OR REPLACE package CNRCTB005 as
procedure onCreazioneEsercizio(aEsercizio esercizio%rowtype);

end;
/


CREATE OR REPLACE package body CNRCTB005 is
Expand Down Expand Up @@ -77,6 +76,5 @@ CREATE OR REPLACE package body CNRCTB005 is
CNRCTB055.CREAESPLSALDI(aEsercizio.esercizio, aEsercizio.cd_cds, aEsercizio.utcr);
end;
end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ function getTimestampContabile(aEs number, aTSNow date) return date;
-- alla creazione del cds
function isEsercizioApertoSenzaBlocco(aEs number, aCdCds varchar2) return boolean;
end;
/


CREATE OR REPLACE package body CNRCTB008 as
Expand Down Expand Up @@ -253,6 +252,5 @@ begin
end;

end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ procedure checkEsercizioChiusura(aEs number, aCds varchar2, aUser varchar2);
-- procedure gestioneAvanzo(aCds varchar2, aEs number, aUser varchar2);

end;
/


CREATE OR REPLACE package body CNRCTB009 as
Expand Down Expand Up @@ -1096,6 +1095,5 @@ begin
end;

end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ DESC_INS_SCR_N5_AREA CONSTANT varchar2(200) := 'Insieme di collegamento entrata
function creaInsiemeScrArea(aEs number, aCdCdrArea varchar2, aUser varchar2) return insieme_la%rowtype;

end;
/


CREATE OR REPLACE package body CNRCTB010 is
Expand Down Expand Up @@ -532,6 +531,5 @@ End;
);
end;
end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ CREATE OR REPLACE package CNRCTB012 as
procedure estrazLdAcessate(aEs number,aUser varchar2);

end;
/


CREATE OR REPLACE package body CNRCTB012 is
Expand Down Expand Up @@ -230,6 +229,5 @@ CREATE OR REPLACE package body CNRCTB012 is
end;

end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ CREATE OR REPLACE package CNRCTB015 as


end;
/


CREATE OR REPLACE package body CNRCTB015 is
Expand Down Expand Up @@ -396,6 +395,5 @@ Function get_LINEA_PGIRO_cds (aEsercizio NUMBER, aCDS VARCHAR2, ati_gestione CHA
End;

end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ CODICE_DIVERSI_IMPEGNI CONSTANT VARCHAR2(100):='CODICE_DIVERSI_IMPEGNI';
-- Functions & Procedures:

end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ LAST_FULL_RANGE CONSTANT NUMBER := 9999999999;
function getNextNumDocCont(aTipo varchar2, aEs number, aCdCDS varchar2, aUser varchar2) return number;

end;
/


CREATE OR REPLACE package body CNRCTB018 is
Expand Down Expand Up @@ -703,6 +702,5 @@ CREATE OR REPLACE package body CNRCTB018 is
);
end;
end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ Function GETDESDIPARTIMENTO (aCd_dip VARCHAR2) return VARCHAR2;

function getCdCdrEnte return cdr.cd_centro_responsabilita%type;
end;
/


CREATE OR REPLACE package body CNRCTB020 is
Expand Down Expand Up @@ -985,6 +984,5 @@ Procedure ins_CDR (aDest CDR%rowtype) is
end if;
end;
end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ CREATE OR REPLACE package CNRCTB030 as


end;
/


CREATE OR REPLACE package body CNRCTB030 is
Expand Down Expand Up @@ -1279,8 +1278,7 @@ Else -- NON PER VARIAZIONE
-- L'importo dell'impegno non pu� essere inferiore al saldo dei documenti amministrativi

if aSaldo.im_stanz_iniziale_a1 + aSaldo.VARIAZIONI_PIU - aSaldo.VARIAZIONI_MENO < aObbligScad.im_associato_doc_amm then
aNuovoImporto := aObbligScad.im_associato_doc_amm;
/*
aNuovoImporto := aObbligScad.im_associato_doc_amm;*
IBMERR001.RAISE_ERR_GENERICO('Attenzione !! Lo stanziamento sulla voce '||aSaldo.cd_voce||' ('||
aSaldo.im_stanz_iniziale_a1||') risulterebbe inferiore a quanto gi� associato '||
'a documenti amministrativi ('||aObbligScad.im_associato_doc_amm||')');
Expand Down Expand Up @@ -2245,6 +2243,5 @@ procedure creaObbligazioneResidua(
End;

End;
/


Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ procedure ins_VARIAZIONE_FORMALE_IMP (aDest VARIAZIONE_FORMALE_IMP%rowtype);
procedure creaVariazioneFormaleImpAD(oldObbScadVoce obbligazione_scad_voce%rowtype);
procedure creaVariazioneFormaleImpAI(newObbScadVoce obbligazione_scad_voce%rowtype);
end;
/


CREATE OR REPLACE package body CNRCTB035 is
Expand Down Expand Up @@ -3040,6 +3039,5 @@ begin
end;

end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,6 @@ procedure GENERADETT_ETR_SOSPESO(
PROCEDURE verificaTracciabilitaPag (aEs In NUMBER, aDataEmis In DATE, aCdModPag In VARCHAR2, aCdTipoDocAmm In VARCHAR2, aImMandatoNetto In NUMBER);

end;
/


CREATE OR REPLACE package body CNRCTB037 is
Expand Down Expand Up @@ -3341,6 +3340,5 @@ Begin
End;

end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ RISC_PREFIX CONSTANT VARCHAR2(4):='XSRC';
function getDesc(aRev reversale%rowtype) return varchar2;

end;
/


CREATE OR REPLACE package body CNRCTB038 is
Expand Down Expand Up @@ -787,6 +786,5 @@ End;
end;
end;
end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ CREATE OR REPLACE package CNRCTB039 as
);

end;
/


CREATE OR REPLACE package body CNRCTB039 is
Expand Down Expand Up @@ -556,6 +555,5 @@ CREATE OR REPLACE package body CNRCTB039 is
end if; -- Fine controlli a partire da MANDATO
end;
end;
/


Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ CREATE OR REPLACE package CNRCTB040 as
);

end;
/


CREATE OR REPLACE package body CNRCTB040 is
Expand Down Expand Up @@ -665,6 +664,5 @@ CREATE OR REPLACE package body CNRCTB040 is
CNRCTB035.creaScadAccertamento(aAcc,aScadenza10,10,aDettScadenza10);
end;
end;
/


Loading

0 comments on commit 2dea3c9

Please sign in to comment.