cambios para sap contratos originales y adendums

parent 27585814
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -43,5 +43,6 @@ public interface IContratoDAO ...@@ -43,5 +43,6 @@ public interface IContratoDAO
public String obtenerUltimaPosicionRegSinDocMaterial(String pstIdContrato) throws Exception; public String obtenerUltimaPosicionRegSinDocMaterial(String pstIdContrato) throws Exception;
public List<QryMontosAnualesCntDTO> obtenerMontosAnualesPorContrato(String pstIdContrato) throws Exception; public List<QryMontosAnualesCntDTO> obtenerMontosAnualesPorContrato(String pstIdContrato) throws Exception;
public List<ContratoSAPDTO> obtenerMontoAnualReportadoSAP(String pstIdContrato, String pstAnnio) throws Exception; public List<ContratoSAPDTO> obtenerMontoAnualReportadoSAP(String pstIdContrato, String pstAnnio) throws Exception;
public boolean actualizaContratoEstatusSap(String lstIdContrato, String mensaje) throws Exception;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment