Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 1.72 KB | None | 0 0
  1. INSERT INTO cloninsudb.tmp_calc_rein_gen
  2.             (skey, nyear, nmonth, nbranch, nproduct, npolicy, ncertif,
  3.              nmodulec, ncover, nbranch_rei, nbranch_led, ntype, ncompany,
  4.              deffecdate_pre, ncapital_cov, ncapital_rei,
  5.              ncurrency, nnumber, nnullcode, nshare_rei, nshare_con,
  6.              ntypemove, npremium, nrecamount, ndescamount, npremium_rea,
  7.              dstartdate_cer,
  8.              dexpirdat_cer, dnulldate_cer,
  9.              sbranch,
  10.              sproduct,
  11.              smodulec, scover,
  12.              sbranch_rei, sbranch_led,
  13.              stype, stypemove,
  14.              scompany,
  15.              scurrency,
  16.              snullcode, nusercode, dcompdate, nerror,
  17.              npremtot, nrate_commis, ncommission, ssubbranch
  18.             )
  19.      VALUES ('B2017030116470404401', 2017, 2, 10, 21, 771196, 1,
  20.              525, 405, 118, 26, 1, 2,
  21.              TO_DATE ('07/01/2017 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), 0, 0,
  22.              4, 0, NULL, 100, 100,
  23.              7, -4010.510979, 0, 0, -4010.510979,
  24.              TO_DATE ('07/01/2017 00:00:00', 'MM/DD/YYYY HH24:MI:SS'),
  25.              TO_DATE ('01/01/2019 00:00:00', 'MM/DD/YYYY HH24:MI:SS'), NULL,
  26.              'Seguros Generales             ',
  27.              'Incendio y Adicionales - Otros',
  28.              'EXTENSIÓN DE GARANTÍA RIPLEY', 'Extensión de Garantía',
  29.              'RetencionMas                  ', 'Seguro Extensión y Garantia',
  30.              'Retención', 'Anula Cargo',
  31.              'CIA DE SEGUROS GENERALES CONSORCIO NACIONAL DE SEG          ',
  32.              'Uf                            ',
  33.              'Anu aPed.Cli                  ', 60000, SYSDATE, 0,
  34.              -4010.510979, 0, 0, '3.C  '
  35.             );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement