Advertisement
Guest User

Untitled

a guest
Jul 13th, 2018
1,974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 29.27 KB | None | 0 0
  1.  
  2.     /**
  3.      * Crea i parametri di ingresso e uscita.
  4.      * @param sth
  5.      * @param ordcum
  6.      * @param Output
  7.      * @param ins
  8.      * @throws SQLException
  9.      */
  10.     private void addValues024(CallableStatement sth
  11.                               ,HashMap<String,StpParameter> Output,
  12.                               String codDossier,
  13.                               Date dataRiferimento
  14.                              ) throws SQLException{
  15.            int idx=1;
  16.            /*1- "FUNZ1-TI024"*/
  17.            sth.setLong(idx, new Long(0));
  18.            idx++;
  19.            /*2- "FUNZ2-TI024"*/
  20.            sth.setString(idx, "10");
  21.            idx++;
  22.            /*3- "FORZ-TI024"*/
  23.            sth.setString(idx,"1");
  24.            idx++;
  25.            /*4- "IP-TI024"*/
  26. //         if(user.getIp() != null) {
  27. //             sth.setString(idx, user.getIp());
  28. //         } else {
  29.                sth.setString(idx,this.opt.getString("IP-ADDRESS","OM"));
  30. //         }
  31.            idx++;
  32.            /*5- "USER-TI024","codice utente ",*/
  33.            sth.setString(idx,this.user.getUserid());
  34.            idx++;
  35.            /*6- "CANALE-TI024*/
  36.            sth.setString(idx, EnvOption.getCanale(false));
  37. //         sth.setString(idx, "ARM");
  38.            idx++;
  39.            /*7- "FUNZ3-TI024*/
  40.            sth.setLong(idx, new Long(1));
  41.            idx++;          
  42.            /*8- "DOSSIER-TI024*/
  43.            sth.setString(idx, codDossier);
  44.            idx++;
  45.            /*9- "DATAELA-TI024*/
  46.            sth.setLong(idx,new Long(DateUtil.intFromDate(dataRiferimento)));
  47.            idx++;
  48.            
  49.            firstoutpar=idx;
  50.            
  51.            /*INIZIO OUTPUT */
  52.            /*10- "ESITO-TI024"*/
  53.            Output.put("ESITO-TI024",new StpParameter("ESITO-TI024", new Long("0"),idx));
  54.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  55.            idx++;
  56.            /*11- "ISTANZA-TI024"*/
  57.            Output.put("ISTANZA-TI024",new StpParameter("ISTANZA-TI024",new String(),idx));
  58.            sth.registerOutParameter(idx,java.sql.Types.VARCHAR);
  59.            idx++;  
  60.            /*12- "OK505S-TI024"*/
  61.            /*se 0 allora KO*/
  62.            /*se 1 allora OK */
  63.            Output.put("OK505S-TI024",new StpParameter("OK505S-TI024",new Long("0"),idx));
  64.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  65.            idx++;
  66.            /*13- "CODICE505S-TI024"*/
  67.            Output.put("CODICE505S-TI024",new StpParameter("CODICE505S-TI024",new String(),idx));
  68.            sth.registerOutParameter(idx,java.sql.Types.VARCHAR);
  69.            idx++;
  70.            /*14- "ERRORE505S-TI024"*/
  71.            Output.put("ERRORE505S-TI024",new StpParameter("ERRORE505S-TI024",new String(),idx));
  72.            sth.registerOutParameter(idx,java.sql.Types.VARCHAR);
  73.            idx++;
  74.            /*15- "DT-PATRAL-505S-TI024"*/
  75.            Output.put("DT-PATRAL-505S-TI024",new StpParameter("DT-PATRAL-505S-TI024",new Long("0"),idx));
  76.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  77.            idx++;
  78.            /*16- "CV-PATRAL-505S-TI024"*/
  79.            Output.put("CV-PATRAL-505S-TI024",new StpParameter("CV-PATRAL-505S-TI024", new BigDecimal("0"),idx));
  80.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  81.            idx++;
  82.            /*17- "DT-GEN-505S-TI024"*/
  83.            Output.put("DT-GEN-505S-TI024",new StpParameter("DT-GEN-505S-TI024",new Long("0"),idx));
  84.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  85.            idx++;
  86.            /*18- "CV-GEN-505S-TI024"*/
  87.            Output.put("CV-GEN-505S-TI024",new StpParameter("CV-GEN-505S-TI024", new BigDecimal("0"),idx));
  88.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  89.            idx++;
  90.            /*19- "PL-GEN-505S-TI024"*/
  91.            Output.put("PL-GEN-505S-TI024",new StpParameter("PL-GEN-505S-TI024", new BigDecimal("0"),idx));
  92.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  93.            idx++;
  94.            /*20- "RD-GEN-505S-TI024"*/
  95.            Output.put("RD-GEN-505S-TI024",new StpParameter("RD-GEN-505S-TI024", new BigDecimal("0"),idx));
  96.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  97.            idx++;
  98.            
  99.            /*21- "DT-FEB-505S-TI024"*/
  100.            Output.put("DT-FEB-505S-TI024",new StpParameter("DT-FEB-505S-TI024",new Long("0"),idx));
  101.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  102.            idx++;
  103.            /*22- "CV-FEB-505S-TI024"*/
  104.            Output.put("CV-FEB-505S-TI024",new StpParameter("CV-FEB-505S-TI024", new BigDecimal("0"),idx));
  105.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  106.            idx++;
  107.            /*23- "PL-FEB-505S-TI024"*/
  108.            Output.put("PL-FEB-505S-TI024",new StpParameter("PL-FEB-505S-TI024", new BigDecimal("0"),idx));
  109.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  110.            idx++;
  111.            /*24- "RD-FEB-505S-TI024"*/
  112.            Output.put("RD-FEB-505S-TI024",new StpParameter("RD-FEB-505S-TI024", new BigDecimal("0"),idx));
  113.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  114.            idx++;  
  115.            
  116.            /*25- "DT-MAR-505S-TI024"*/
  117.            Output.put("DT-MAR-505S-TI024",new StpParameter("DT-MAR-505S-TI024",new Long("0"),idx));
  118.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  119.            idx++;
  120.            /*26- "CV-MAR-505S-TI024"*/
  121.            Output.put("CV-MAR-505S-TI024",new StpParameter("CV-MAR-505S-TI024", new BigDecimal("0"),idx));
  122.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  123.            idx++;
  124.            /*27- "PL-MAR-505S-TI024"*/
  125.            Output.put("PL-MAR-505S-TI024",new StpParameter("PL-MAR-505S-TI024", new BigDecimal("0"),idx));
  126.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  127.            idx++;
  128.            /*28- "RD-MAR-505S-TI024"*/
  129.            Output.put("RD-MAR-505S-TI024",new StpParameter("RD-MAR-505S-TI024", new BigDecimal("0"),idx));
  130.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  131.            idx++;  
  132.            
  133.            /*29- "DT-APR-505S-TI024"*/
  134.            Output.put("DT-APR-505S-TI024",new StpParameter("DT-APR-505S-TI024",new Long("0"),idx));
  135.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  136.            idx++;
  137.            /*30- "CV-APR-505S-TI024"*/
  138.            Output.put("CV-APR-505S-TI024",new StpParameter("CV-APR-505S-TI024", new BigDecimal("0"),idx));
  139.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  140.            idx++;
  141.            /*31- "PL-APR-505S-TI024"*/
  142.            Output.put("PL-APR-505S-TI024",new StpParameter("PL-APR-505S-TI024", new BigDecimal("0"),idx));
  143.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  144.            idx++;
  145.            /*32- "RD-APR-505S-TI024"*/
  146.            Output.put("RD-APR-505S-TI024",new StpParameter("RD-APR-505S-TI024", new BigDecimal("0"),idx));
  147.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  148.            idx++;  
  149.            
  150.            /*33- "DT-MAG-505S-TI024"*/
  151.            Output.put("DT-MAG-505S-TI024",new StpParameter("DT-MAG-505S-TI024",new Long("0"),idx));
  152.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  153.            idx++;
  154.            /*34- "CV-MAG-505S-TI024"*/
  155.            Output.put("CV-MAG-505S-TI024",new StpParameter("CV-MAG-505S-TI024", new BigDecimal("0"),idx));
  156.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  157.            idx++;
  158.            /*35- "PL-MAG-505S-TI024"*/
  159.            Output.put("PL-MAG-505S-TI024",new StpParameter("PL-MAG-505S-TI024", new BigDecimal("0"),idx));
  160.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  161.            idx++;
  162.            /*36- "RD-MAG-505S-TI024"*/
  163.            Output.put("RD-MAG-505S-TI024",new StpParameter("RD-MAG-505S-TI024", new BigDecimal("0"),idx));
  164.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  165.            idx++;  
  166.            
  167.            /*37- "DT-GIU-505S-TI024"*/
  168.            Output.put("DT-GIU-505S-TI024",new StpParameter("DT-GIU-505S-TI024",new Long("0"),idx));
  169.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  170.            idx++;
  171.            /*38- "CV-GIU-505S-TI024"*/
  172.            Output.put("CV-GIU-505S-TI024",new StpParameter("CV-GIU-505S-TI024", new BigDecimal("0"),idx));
  173.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  174.            idx++;
  175.            /*39- "PL-GIU-505S-TI024"*/
  176.            Output.put("PL-GIU-505S-TI024",new StpParameter("PL-GIU-505S-TI024", new BigDecimal("0"),idx));
  177.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  178.            idx++;
  179.            /*40- "RD-GIU-505S-TI024"*/
  180.            Output.put("RD-GIU-505S-TI024",new StpParameter("RD-GIU-505S-TI024", new BigDecimal("0"),idx));
  181.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  182.            idx++;
  183.            
  184.            /*41- "DT-LUG-505S-TI024"*/
  185.            Output.put("DT-LUG-505S-TI024",new StpParameter("DT-LUG-505S-TI024",new Long("0"),idx));
  186.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  187.            idx++;
  188.            /*42- "CV-LUG-505S-TI024"*/
  189.            Output.put("CV-LUG-505S-TI024",new StpParameter("CV-LUG-505S-TI024", new BigDecimal("0"),idx));
  190.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  191.            idx++;
  192.            /*43- "PL-LUG-505S-TI024"*/
  193.            Output.put("PL-LUG-505S-TI024",new StpParameter("PL-LUG-505S-TI024", new BigDecimal("0"),idx));
  194.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  195.            idx++;
  196.            /*44- "RD-LUG-505S-TI024"*/
  197.            Output.put("RD-LUG-505S-TI024",new StpParameter("RD-LUG-505S-TI024", new BigDecimal("0"),idx));
  198.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  199.            idx++;  
  200.            
  201.            /*45- "DT-AGO-505S-TI024"*/
  202.            Output.put("DT-AGO-505S-TI024",new StpParameter("DT-AGO-505S-TI024",new Long("0"),idx));
  203.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  204.            idx++;
  205.            /*46- "CV-AGO-505S-TI024"*/
  206.            Output.put("CV-AGO-505S-TI024",new StpParameter("CV-AGO-505S-TI024", new BigDecimal("0"),idx));
  207.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  208.            idx++;
  209.            /*47- "PL-AGO-505S-TI024"*/
  210.            Output.put("PL-AGO-505S-TI024",new StpParameter("PL-AGO-505S-TI024", new BigDecimal("0"),idx));
  211.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  212.            idx++;
  213.            /*48- "RD-AGO-505S-TI024"*/
  214.            Output.put("RD-AGO-505S-TI024",new StpParameter("RD-AGO-505S-TI024", new BigDecimal("0"),idx));
  215.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  216.            idx++;
  217.            
  218.            /*48- "DT-SET-505S-TI024"*/
  219.            Output.put("DT-SET-505S-TI024",new StpParameter("DT-SET-505S-TI024",new Long("0"),idx));
  220.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  221.            idx++;
  222.            /*50- "CV-SET-505S-TI024"*/
  223.            Output.put("CV-SET-505S-TI024",new StpParameter("CV-SET-505S-TI024", new BigDecimal("0"),idx));
  224.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  225.            idx++;
  226.            /*51- "PL-SET-505S-TI024"*/
  227.            Output.put("PL-SET-505S-TI024",new StpParameter("PL-SET-505S-TI024", new BigDecimal("0"),idx));
  228.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  229.            idx++;
  230.            /*52- "RD-SET-505S-TI024"*/
  231.            Output.put("RD-SET-505S-TI024",new StpParameter("RD-SET-505S-TI024", new BigDecimal("0"),idx));
  232.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  233.            idx++;
  234.            
  235.            /*53- "DT-OTT-505S-TI024"*/
  236.            Output.put("DT-OTT-505S-TI024",new StpParameter("DT-OTT-505S-TI024",new Long("0"),idx));
  237.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  238.            idx++;
  239.            /*54- "CV-OTT-505S-TI024"*/
  240.            Output.put("CV-OTT-505S-TI024",new StpParameter("CV-OTT-505S-TI024", new BigDecimal("0"),idx));
  241.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  242.            idx++;
  243.            /*55- "PL-OTT-505S-TI024"*/
  244.            Output.put("PL-OTT-505S-TI024",new StpParameter("PL-OTT-505S-TI024", new BigDecimal("0"),idx));
  245.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  246.            idx++;
  247.            /*56- "RD-OTT-505S-TI024"*/
  248.            Output.put("RD-OTT-505S-TI024",new StpParameter("RD-OTT-505S-TI024", new BigDecimal("0"),idx));
  249.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  250.            idx++;  
  251.            
  252.            /*57- "DT-NOV-505S-TI024"*/
  253.            Output.put("DT-NOV-505S-TI024",new StpParameter("DT-NOV-505S-TI024",new Long("0"),idx));
  254.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  255.            idx++;
  256.            /*58- "CV-NOV-505S-TI024"*/
  257.            Output.put("CV-NOV-505S-TI024",new StpParameter("CV-NOV-505S-TI024", new BigDecimal("0"),idx));
  258.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  259.            idx++;
  260.            /*59- "PL-NOV-505S-TI024"*/
  261.            Output.put("PL-NOV-505S-TI024",new StpParameter("PL-NOV-505S-TI024", new BigDecimal("0"),idx));
  262.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  263.            idx++;
  264.            /*60- "RD-NOV-505S-TI024"*/
  265.            Output.put("RD-NOV-505S-TI024",new StpParameter("RD-NOV-505S-TI024", new BigDecimal("0"),idx));
  266.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  267.            idx++;
  268.            
  269.            /*61- "DT-DIC-505S-TI024"*/
  270.            Output.put("DT-DIC-505S-TI024",new StpParameter("DT-DIC-505S-TI024",new Long("0"),idx));
  271.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  272.            idx++;
  273.            /*62- "CV-DIC-505S-TI024"*/
  274.            Output.put("CV-DIC-505S-TI024",new StpParameter("CV-DIC-505S-TI024", new BigDecimal("0"),idx));
  275.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  276.            idx++;
  277.            /*63- "PL-DIC-505S-TI024"*/
  278.            Output.put("PL-DIC-505S-TI024",new StpParameter("PL-DIC-505S-TI024", new BigDecimal("0"),idx));
  279.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  280.            idx++;
  281.            /*64- "RD-DIC-505S-TI024"*/
  282.            Output.put("RD-DIC-505S-TI024",new StpParameter("RD-DIC-505S-TI024", new BigDecimal("0"),idx));
  283.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  284.            idx++;
  285.            
  286.            /*65- "DT-ANO1-505S-TI024"*/
  287.            Output.put("DT-ANO1-505S-TI024",new StpParameter("DT-ANO1-505S-TI024",new Long("0"),idx));
  288.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  289.            idx++;
  290.            /*66- "CV-ANO1-505S-TI024"*/
  291.            Output.put("CV-ANO1-505S-TI024",new StpParameter("CV-ANO1-505S-TI024", new BigDecimal("0"),idx));
  292.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  293.            idx++;
  294.            /*67- "PL-ANO1-505S-TI024"*/
  295.            Output.put("PL-ANO1-505S-TI024",new StpParameter("PL-ANO1-505S-TI024", new BigDecimal("0"),idx));
  296.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  297.            idx++;
  298.            /*68- "RD-ANO1-505S-TI024"*/
  299.            Output.put("RD-ANO1-505S-TI024",new StpParameter("RD-ANO1-505S-TI024", new BigDecimal("0"),idx));
  300.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  301.            idx++;  
  302.            /*69- "CO-ANO1-505S-TI024"*/
  303.            Output.put("CO-ANO1-505S-TI024",new StpParameter("CO-ANO1-505S-TI024", new BigDecimal("0"),idx));
  304.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  305.            idx++;
  306.            /*70- "PR-ANO1-505S-TI024"*/
  307.            Output.put("PR-ANO1-505S-TI024",new StpParameter("PR-ANO1-505S-TI024", new BigDecimal("0"),idx));
  308.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  309.            idx++;
  310.            
  311.            /*71- "DT-ANO2-505S-TI024"*/
  312.            Output.put("DT-ANO2-505S-TI024",new StpParameter("DT-ANO2-505S-TI024",new Long("0"),idx));
  313.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  314.            idx++;
  315.            /*72- "CV-ANO2-505S-TI024"*/
  316.            Output.put("CV-ANO2-505S-TI024",new StpParameter("CV-ANO2-505S-TI024", new BigDecimal("0"),idx));
  317.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  318.            idx++;
  319.            /*73- "PL-ANO2-505S-TI024"*/
  320.            Output.put("PL-ANO2-505S-TI024",new StpParameter("PL-ANO2-505S-TI024", new BigDecimal("0"),idx));
  321.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  322.            idx++;
  323.            /*74- "RD-ANO2-505S-TI024"*/
  324.            Output.put("RD-ANO2-505S-TI024",new StpParameter("RD-ANO2-505S-TI024", new BigDecimal("0"),idx));
  325.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  326.            idx++;  
  327.            /*75- "CO-ANO2-505S-TI024"*/
  328.            Output.put("CO-ANO2-505S-TI024",new StpParameter("CO-ANO2-505S-TI024", new BigDecimal("0"),idx));
  329.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  330.            idx++;
  331.            /*76- "PR-ANO2-505S-TI024"*/
  332.            Output.put("PR-ANO2-505S-TI024",new StpParameter("PR-ANO2-505S-TI024", new BigDecimal("0"),idx));
  333.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  334.            idx++;  
  335.            
  336.            /*77- "DT-ANO3-505S-TI024"*/
  337.            Output.put("DT-ANO3-505S-TI024",new StpParameter("DT-ANO3-505S-TI024",new Long("0"),idx));
  338.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  339.            idx++;
  340.            /*78- "CV-ANO3-505S-TI024"*/
  341.            Output.put("CV-ANO3-505S-TI024",new StpParameter("CV-ANO3-505S-TI024", new BigDecimal("0"),idx));
  342.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  343.            idx++;
  344.            /*79- "PL-ANO3-505S-TI024"*/
  345.            Output.put("PL-ANO3-505S-TI024",new StpParameter("PL-ANO3-505S-TI024", new BigDecimal("0"),idx));
  346.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  347.            idx++;
  348.            /*80- "RD-ANO3-505S-TI024"*/
  349.            Output.put("RD-ANO3-505S-TI024",new StpParameter("RD-ANO3-505S-TI024", new BigDecimal("0"),idx));
  350.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  351.            idx++;  
  352.            /*81- "CO-ANO3-505S-TI024"*/
  353.            Output.put("CO-ANO3-505S-TI024",new StpParameter("CO-ANO3-505S-TI024", new BigDecimal("0"),idx));
  354.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  355.            idx++;
  356.            /*82- "PR-ANO3-505S-TI024"*/
  357.            Output.put("PR-ANO3-505S-TI024",new StpParameter("PR-ANO3-505S-TI024", new BigDecimal("0"),idx));
  358.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  359.            idx++;  
  360.            
  361.            /*83- "DT-ANO4-505S-TI024"*/
  362.            Output.put("DT-ANO4-505S-TI024",new StpParameter("DT-ANO4-505S-TI024",new Long("0"),idx));
  363.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  364.            idx++;
  365.            /*84- "CV-ANO4-505S-TI024"*/
  366.            Output.put("CV-ANO4-505S-TI024",new StpParameter("CV-ANO4-505S-TI024", new BigDecimal("0"),idx));
  367.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  368.            idx++;
  369.            /*85- "PL-ANO4-505S-TI024"*/
  370.            Output.put("PL-ANO4-505S-TI024",new StpParameter("PL-ANO4-505S-TI024", new BigDecimal("0"),idx));
  371.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  372.            idx++;
  373.            /*86- "RD-ANO4-505S-TI024"*/
  374.            Output.put("RD-ANO4-505S-TI024",new StpParameter("RD-ANO4-505S-TI024", new BigDecimal("0"),idx));
  375.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  376.            idx++;  
  377.            /*87- "CO-ANO4-505S-TI024"*/
  378.            Output.put("CO-ANO4-505S-TI024",new StpParameter("CO-ANO4-505S-TI024", new BigDecimal("0"),idx));
  379.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  380.            idx++;
  381.            /*88- "PR-ANO4-505S-TI024"*/
  382.            Output.put("PR-ANO4-505S-TI024",new StpParameter("PR-ANO4-505S-TI024", new BigDecimal("0"),idx));
  383.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  384.            idx++;
  385.            
  386.            /*89- "DT-ANO5-505S-TI024"*/
  387.            Output.put("DT-ANO5-505S-TI024",new StpParameter("DT-ANO5-505S-TI024",new Long("0"),idx));
  388.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  389.            idx++;
  390.            /*90- "CV-ANO5-505S-TI024"*/
  391.            Output.put("CV-ANO5-505S-TI024",new StpParameter("CV-ANO5-505S-TI024", new BigDecimal("0"),idx));
  392.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  393.            idx++;
  394.            /*91- "PL-ANO5-505S-TI024"*/
  395.            Output.put("PL-ANO5-505S-TI024",new StpParameter("PL-ANO5-505S-TI024", new BigDecimal("0"),idx));
  396.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  397.            idx++;
  398.            /*92- "RD-ANO5-505S-TI024"*/
  399.            Output.put("RD-ANO5-505S-TI024",new StpParameter("RD-ANO5-505S-TI024", new BigDecimal("0"),idx));
  400.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  401.            idx++;  
  402.            /*93- "CO-ANO5-505S-TI024"*/
  403.            Output.put("CO-ANO5-505S-TI024",new StpParameter("CO-ANO5-505S-TI024", new BigDecimal("0"),idx));
  404.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  405.            idx++;
  406.            /*94- "PR-ANO5-505S-TI024"*/
  407.            Output.put("PR-ANO5-505S-TI024",new StpParameter("PR-ANO5-505S-TI024", new BigDecimal("0"),idx));
  408.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  409.            idx++;
  410.            
  411.            /*95- "DT-ANO6-505S-TI024"*/
  412.            Output.put("DT-ANO6-505S-TI024",new StpParameter("DT-ANO6-505S-TI024",new Long("0"),idx));
  413.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  414.            idx++;
  415.            /*96- "CV-ANO6-505S-TI024"*/
  416.            Output.put("CV-ANO6-505S-TI024",new StpParameter("CV-ANO6-505S-TI024", new BigDecimal("0"),idx));
  417.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  418.            idx++;
  419.            /*97- "PL-ANO6-505S-TI024"*/
  420.            Output.put("PL-ANO6-505S-TI024",new StpParameter("PL-ANO6-505S-TI024", new BigDecimal("0"),idx));
  421.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  422.            idx++;
  423.            /*98- "RD-ANO6-505S-TI024"*/
  424.            Output.put("RD-ANO6-505S-TI024",new StpParameter("RD-ANO6-505S-TI024", new BigDecimal("0"),idx));
  425.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  426.            idx++;  
  427.            /*99- "CO-ANO6-505S-TI024"*/
  428.            Output.put("CO-ANO6-505S-TI024",new StpParameter("CO-ANO6-505S-TI024", new BigDecimal("0"),idx));
  429.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  430.            idx++;
  431.            /*100- "PR-ANO6-505S-TI024"*/
  432.            Output.put("PR-ANO6-505S-TI024",new StpParameter("PR-ANO6-505S-TI024", new BigDecimal("0"),idx));
  433.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  434.            idx++;
  435.            
  436.            /*101- "DT-ANO7-505S-TI024"*/
  437.            Output.put("DT-ANO7-505S-TI024",new StpParameter("DT-ANO7-505S-TI024",new Long("0"),idx));
  438.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  439.            idx++;
  440.            /*102- "CV-ANO7-505S-TI024"*/
  441.            Output.put("CV-ANO7-505S-TI024",new StpParameter("CV-ANO7-505S-TI024", new BigDecimal("0"),idx));
  442.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  443.            idx++;
  444.            /*103- "PL-ANO7-505S-TI024"*/
  445.            Output.put("PL-ANO7-505S-TI024",new StpParameter("PL-ANO7-505S-TI024", new BigDecimal("0"),idx));
  446.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  447.            idx++;
  448.            /*104- "RD-ANO7-505S-TI024"*/
  449.            Output.put("RD-ANO7-505S-TI024",new StpParameter("RD-ANO7-505S-TI024", new BigDecimal("0"),idx));
  450.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  451.            idx++;  
  452.            /*105- "CO-ANO7-505S-TI024"*/
  453.            Output.put("CO-ANO7-505S-TI024",new StpParameter("CO-ANO7-505S-TI024", new BigDecimal("0"),idx));
  454.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  455.            idx++;
  456.            /*106- "PR-ANO7-505S-TI024"*/
  457.            Output.put("PR-ANO7-505S-TI024",new StpParameter("PR-ANO7-505S-TI024", new BigDecimal("0"),idx));
  458.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  459.            idx++;
  460.            
  461.            /*107- "DT-ANO8-505S-TI024"*/
  462.            Output.put("DT-ANO8-505S-TI024",new StpParameter("DT-ANO8-505S-TI024",new Long("0"),idx));
  463.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  464.            idx++;
  465.            /*108- "CV-ANO8-505S-TI024"*/
  466.            Output.put("CV-ANO8-505S-TI024",new StpParameter("CV-ANO8-505S-TI024", new BigDecimal("0"),idx));
  467.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  468.            idx++;
  469.            /*109- "PL-ANO8-505S-TI024"*/
  470.            Output.put("PL-ANO8-505S-TI024",new StpParameter("PL-ANO8-505S-TI024", new BigDecimal("0"),idx));
  471.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  472.            idx++;
  473.            /*110- "RD-ANO8-505S-TI024"*/
  474.            Output.put("RD-ANO8-505S-TI024",new StpParameter("RD-ANO8-505S-TI024", new BigDecimal("0"),idx));
  475.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  476.            idx++;  
  477.            /*111- "CO-ANO8-505S-TI024"*/
  478.            Output.put("CO-ANO8-505S-TI024",new StpParameter("CO-ANO8-505S-TI024", new BigDecimal("0"),idx));
  479.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  480.            idx++;
  481.            /*112- "PR-ANO8-505S-TI024"*/
  482.            Output.put("PR-ANO8-505S-TI024",new StpParameter("PR-ANO8-505S-TI024", new BigDecimal("0"),idx));
  483.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  484.            idx++;  
  485.            
  486.            /*113- "DT-ANO9-505S-TI024"*/
  487.            Output.put("DT-ANO9-505S-TI024",new StpParameter("DT-ANO9-505S-TI024",new Long("0"),idx));
  488.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  489.            idx++;
  490.            /*114- "CV-ANO9-505S-TI024"*/
  491.            Output.put("CV-ANO9-505S-TI024",new StpParameter("CV-ANO9-505S-TI024", new BigDecimal("0"),idx));
  492.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  493.            idx++;
  494.            /*115- "PL-ANO9-505S-TI024"*/
  495.            Output.put("PL-ANO9-505S-TI024",new StpParameter("PL-ANO9-505S-TI024", new BigDecimal("0"),idx));
  496.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  497.            idx++;
  498.            /*116- "RD-ANO9-505S-TI024"*/
  499.            Output.put("RD-ANO9-505S-TI024",new StpParameter("RD-ANO9-505S-TI024", new BigDecimal("0"),idx));
  500.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  501.            idx++;  
  502.            /*117- "CO-ANO9-505S-TI024"*/
  503.            Output.put("CO-ANO9-505S-TI024",new StpParameter("CO-ANO9-505S-TI024", new BigDecimal("0"),idx));
  504.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  505.            idx++;
  506.            /*118- "PR-ANO9-505S-TI024"*/
  507.            Output.put("PR-ANO9-505S-TI024",new StpParameter("PR-ANO9-505S-TI024", new BigDecimal("0"),idx));
  508.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  509.            idx++;  
  510.            
  511.            /*119- "DT-AN10-505S-TI024"*/
  512.            Output.put("DT-AN10-505S-TI024",new StpParameter("DT-AN10-505S-TI024",new Long("0"),idx));
  513.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  514.            idx++;
  515.            /*120- "CV-AN10-505S-TI024"*/
  516.            Output.put("CV-AN10-505S-TI024",new StpParameter("CV-AN10-505S-TI024", new BigDecimal("0"),idx));
  517.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  518.            idx++;
  519.            /*121- "PL-AN10-505S-TI024"*/
  520.            Output.put("PL-AN10-505S-TI024",new StpParameter("PL-AN10-505S-TI024", new BigDecimal("0"),idx));
  521.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  522.            idx++;
  523.            /*122- "RD-AN10-505S-TI024"*/
  524.            Output.put("RD-AN10-505S-TI024",new StpParameter("RD-AN10-505S-TI024", new BigDecimal("0"),idx));
  525.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  526.            idx++;  
  527.            /*123- "CO-AN10-505S-TI024"*/
  528.            Output.put("CO-AN10-505S-TI024",new StpParameter("CO-AN10-505S-TI024", new BigDecimal("0"),idx));
  529.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  530.            idx++;
  531.            /*124- "PR-AN10-505S-TI024"*/
  532.            Output.put("PR-AN10-505S-TI024",new StpParameter("PR-AN10-505S-TI024", new BigDecimal("0"),idx));
  533.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  534.            idx++;
  535.            
  536.            /*125- "DT-AN11-505S-TI024"*/
  537.            Output.put("DT-AN11-505S-TI024",new StpParameter("DT-AN11-505S-TI024",new Long("0"),idx));
  538.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  539.            idx++;
  540.            /*126- "CV-AN11-505S-TI024"*/
  541.            Output.put("CV-AN11-505S-TI024",new StpParameter("CV-AN11-505S-TI024", new BigDecimal("0"),idx));
  542.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  543.            idx++;
  544.            /*127- "PL-AN11-505S-TI024"*/
  545.            Output.put("PL-AN11-505S-TI024",new StpParameter("PL-AN11-505S-TI024", new BigDecimal("0"),idx));
  546.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  547.            idx++;
  548.            /*128- "RD-AN11-505S-TI024"*/
  549.            Output.put("RD-AN11-505S-TI024",new StpParameter("RD-AN11-505S-TI024", new BigDecimal("0"),idx));
  550.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  551.            idx++;  
  552.            /*129- "CO-AN11-505S-TI024"*/
  553.            Output.put("CO-AN11-505S-TI024",new StpParameter("CO-AN11-505S-TI024", new BigDecimal("0"),idx));
  554.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  555.            idx++;
  556.            /*130- "PR-AN11-505S-TI024"*/
  557.            Output.put("PR-AN11-505S-TI024",new StpParameter("PR-AN11-505S-TI024", new BigDecimal("0"),idx));
  558.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  559.            idx++;
  560.            
  561.            /*131- "DT-AN12-505S-TI024"*/
  562.            Output.put("DT-AN12-505S-TI024",new StpParameter("DT-AN12-505S-TI024",new Long("0"),idx));
  563.            sth.registerOutParameter(idx,java.sql.Types.INTEGER);
  564.            idx++;
  565.            /*132- "CV-AN12-505S-TI024"*/
  566.            Output.put("CV-AN12-505S-TI024",new StpParameter("CV-AN12-505S-TI024", new BigDecimal("0"),idx));
  567.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  568.            idx++;
  569.            /*133- "PL-AN12-505S-TI024"*/
  570.            Output.put("PL-AN12-505S-TI024",new StpParameter("PL-AN12-505S-TI024", new BigDecimal("0"),idx));
  571.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  572.            idx++;
  573.            /*134- "RD-AN12-505S-TI024"*/
  574.            Output.put("RD-AN12-505S-TI024",new StpParameter("RD-AN12-505S-TI024", new BigDecimal("0"),idx));
  575.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  576.            idx++;  
  577.            /*135- "CO-AN12-505S-TI024"*/
  578.            Output.put("CO-AN12-505S-TI024",new StpParameter("CO-AN12-505S-TI024", new BigDecimal("0"),idx));
  579.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  580.            idx++;
  581.            /*136- "PR-AN12-505S-TI024"*/
  582.            Output.put("PR-AN12-505S-TI024",new StpParameter("PR-AN12-505S-TI024", new BigDecimal("0"),idx));
  583.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  584.            idx++;  
  585.            
  586.            /*137- "FILA1-505S-TI024"*/
  587.            Output.put("FILA1-505S-TI024",new StpParameter("FILA1-505S-TI024",new String(),idx));
  588.            sth.registerOutParameter(idx,java.sql.Types.VARCHAR);
  589.            idx++;  
  590.            /*138- "FILA2-505S-TI024"*/
  591.            Output.put("FILA2-505S-TI024",new StpParameter("FILA2-505S-TI024",new String(),idx));
  592.            sth.registerOutParameter(idx,java.sql.Types.VARCHAR);
  593.            idx++;  
  594.            /*139- "FILA3-505S-TI024"*/
  595.            Output.put("FILA3-505S-TI024",new StpParameter("FILA3-505S-TI024",new String(),idx));
  596.            sth.registerOutParameter(idx,java.sql.Types.VARCHAR);
  597.            idx++;  
  598.            /*140- "FILA4-505S-TI024"*/
  599.            Output.put("FILA4-505S-TI024",new StpParameter("FILA4-505S-TI024",new String(),idx));
  600.            sth.registerOutParameter(idx,java.sql.Types.VARCHAR);
  601.            idx++;  
  602.            
  603.            /*141- "FILN1-505S-TI024"*/
  604.            Output.put("FILN1-505S-TI024",new StpParameter("FILN1-505S-TI024", new BigDecimal("0"),idx));
  605.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  606.            idx++;
  607.            /*142- "FILN2-505S-TI024"*/
  608.            Output.put("FILN2-505S-TI024",new StpParameter("FILN2-505S-TI024", new BigDecimal("0"),idx));
  609.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  610.            idx++;
  611.            /*143- "FILN3-505S-TI024"*/
  612.            Output.put("FILN3-505S-TI024",new StpParameter("FILN3-505S-TI024", new BigDecimal("0"),idx));
  613.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  614.            idx++;
  615.            /*144- "FILN4-505S-TI024"*/
  616.            Output.put("FILN4-505S-TI024",new StpParameter("FILN4-505S-TI024", new BigDecimal("0"),idx));
  617.            sth.registerOutParameter(idx,java.sql.Types.NUMERIC);
  618.            idx++;          
  619.        }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement