001.CODEX-DSP.sql 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. INSERT INTO MWCONFIG.CODEX (ID, XML, MODIFIED_BY, TIMESTAMP)
  2. VALUES ('dsp', '<codex escape="true" raw="true">
  3. <!-- SOCKET HEADER -->
  4. <field id="dspPacketLength" type="groupLengthBinary" decimal-format="binary" length="4" />
  5. <field id="dspHeaderType" type="string" charset="cp1047" length="5" />
  6. <field id="dspDeviceName" type="string" charset="cp1047" length="15" />
  7. <field id="dspSocketNumber" type="numericBinary" decimal-format="packed" length="5" />
  8. <field id="dspPortNumber" type="numericBinary" decimal-format="packed" length="3" />
  9. <field id="dspFiller1" type="binary" length="1" />
  10. <!-- MIDDLEWARE HEADER -->
  11. <field id="dspHeaderLength" type="numeric" charset="cp1047" length="4" />
  12. <field id="dspMessageLength" type="numeric" charset="cp1047" length="6" />
  13. <field id="dspVersionNumber" type="string" charset="cp1047" length="4" />
  14. <field id="dspHeaderFormatId" type="string" charset="cp1047" length="4" />
  15. <field id="dspDataFormatId" type="string" charset="cp1047" length="10" />
  16. <field id="dspSourceId" type="string" charset="cp1047" length="10" />
  17. <field id="dspDestinationId" type="string" charset="cp1047" length="10" />
  18. <field id="dspRoutingNumber" type="string" charset="cp1047" length="6" />
  19. <field id="dspMessageStatus" type="string" charset="cp1047" length="8" />
  20. <field id="dspBankIdNumber" type="string" charset="cp1047" length="11" />
  21. <field id="dspNode" type="string" charset="cp1047" length="2" />
  22. <field id="dspExchangeId" type="binary" length="20" />
  23. <field id="dspScenarioNumber" type="string" charset="cp1047" length="16" />
  24. <field id="dspTransactionCode" type="string" charset="cp1047" length="4" />
  25. <field id="dspRetrievalReferenceNumber" type="string" charset="cp1047" length="22" />
  26. <field id="dspAcquirerReferenceNumber" type="string" charset="cp1047" length="12" />
  27. <field id="dspTransmissionNumber" type="numeric" charset="cp1047" length="4" />
  28. <field id="dspNumberOfRecordsToBeLoaded" type="numeric" charset="cp1047" length="4" />
  29. <field id="dspNumberOfErrorsToBeLoaded" type="numeric" charset="cp1047" length="4" />
  30. <field id="dspUserId" type="string" charset="cp1047" length="10" />
  31. <field id="dspTerminalId" type="string" charset="cp1047" length="10" />
  32. <field id="dspSupervisorId" type="string" charset="cp1047" length="10" />
  33. <field id="dspMoreRecordIndicator" type="string" charset="cp1047" length="1" />
  34. <field id="dspCutOffIndicator" type="string" charset="cp1047" length="1" />
  35. <field id="dspUserData" type="string" charset="cp1047" length="20" />
  36. <field id="!type" type="script">dsp</field>
  37. <field id="!code" type="script" encode="true">${msg.dspScenarioNumber}.${msg.dspTransactionCode?.padLeft(10, "0")}</field>
  38. <field id="!parseCodex" type="script">${msg["!group"]}.${msg.dspTransactionCode?.padLeft(10, "0")}</field>
  39. <field id="!subCodex" type="script">${getParamValue("dsp-scenario-req-codex", msg.dspScenarioNumber, "")}</field>
  40. </codex>
  41. ', CURRENT USER, CURRENT TIMESTAMP);
  42. INSERT INTO MWCONFIG.CODEX (ID, XML, MODIFIED_BY, TIMESTAMP)
  43. VALUES ('dsp-abcs-request', '<codex escape="true" raw="true">
  44. <!-- ABCS HEADER OFFSET=246 -->
  45. <field id="ICLEN" type="numericBinary" length="4" padding-mode="left" padding-char="0" />
  46. <field id="ICHEAD" type="string" charset="cp1047" length="5" />
  47. <field id="ICRTRQ" type="string" charset="cp1047" length="10" />
  48. <field id="ICDEVN" type="string" charset="cp1047" length="15" />
  49. <field id="ICID" type="string" charset="cp1047" length="5" />
  50. <field id="ICCOMQ" type="string" charset="cp1047" length="10" />
  51. <field id="ICIPSF" type="numericBinary" decimal-format="packed" length="5" />
  52. <field id="TMTIMIN" type="string" charset="cp1047" length="6" padding-mode="left" padding-char="0" />
  53. <field id="TMTXTYP" type="string" charset="cp1047" length="5" />
  54. <field id="ICRSV1" type="numericBinary" decimal-format="packed" length="5" />
  55. <field id="ICEOM" type="string" charset="cp1047" length="4" />
  56. <!-- ABCS MSG -->
  57. <field id="TLBCUD" type="string" charset="cp1047" length="3" />
  58. <field id="TLBWS" type="string" charset="cp1047" length="2" />
  59. <field id="TLBSOV" type="string" charset="cp1047" length="8" />
  60. <field id="TLBFP3" type="binary" length="1" />
  61. <field id="FILLER1" type="string" charset="cp1047" length="3" />
  62. <field id="TLBID" type="numericBinary" decimal-format="packed" length="4" />
  63. <field id="TLBTCD" type="string" charset="cp1047" length="4" />
  64. <field id="TLBTDT" type="string" charset="cp1047" length="6" />
  65. <field id="TLBPST" type="binary" length="2" />
  66. <field id="TLBWC1" type="binary" length="1" />
  67. <field id="TLBWC2" type="binary" length="1" />
  68. <field id="TLBJSN" type="numericBinary" decimal-format="binary" length="4" />
  69. <field id="TLBJC1" type="binary" length="1" />
  70. <field id="TLBJC2" type="binary" length="1" />
  71. <field id="TLBFP1" type="binary" length="1" />
  72. <field id="TLBFP2" type="binary" length="1" />
  73. <field id="TLBF01" type="numericBinary" decimal-format="packed" length="10" />
  74. <field id="TLBF02" type="numericBinary" decimal-format="packed" length="10" />
  75. <field id="TLBF03" type="numericBinary" decimal-format="packed" length="10" />
  76. <field id="TLBF04" type="numericBinary" decimal-format="packed" length="10" />
  77. <field id="TLBF05" type="numericBinary" decimal-format="packed" length="10" />
  78. <field id="TLBF06" type="numericBinary" decimal-format="packed" length="10" />
  79. <field id="TLBF07" type="numericBinary" decimal-format="packed" length="10" />
  80. <field id="TLBF08" type="numericBinary" decimal-format="packed" length="10" />
  81. <field id="TLBF09" type="numericBinary" decimal-format="packed" length="10" />
  82. <field id="TLBF10" type="numericBinary" decimal-format="packed" length="10" />
  83. <field id="TLBF11" type="numericBinary" decimal-format="packed" length="10" />
  84. <field id="TLBF12" type="numericBinary" decimal-format="packed" length="10" />
  85. <field id="TLBF13" type="numericBinary" decimal-format="packed" length="10" />
  86. <field id="TLBF14" type="numericBinary" decimal-format="packed" length="10" />
  87. <field id="TLBF15" type="numericBinary" decimal-format="packed" length="10" />
  88. <field id="TLBF16" type="numericBinary" decimal-format="packed" length="10" />
  89. <field id="TLBF17" type="numericBinary" decimal-format="packed" length="10" />
  90. <field id="TLBF18" type="numericBinary" decimal-format="packed" length="10" />
  91. <field id="TLBF19" type="numericBinary" decimal-format="packed" length="10" />
  92. <field id="TLBF20" type="numericBinary" decimal-format="packed" length="10" />
  93. <field id="TLBAFL" type="binary" length="2" />
  94. <field id="TLBCUR" type="string" charset="cp1047" length="4" />
  95. <field id="TLBCIF" type="string" charset="cp1047" length="7" />
  96. <field id="TLBPRD" type="string" charset="cp1047" length="2" />
  97. <field id="TLBSRC" type="string" charset="cp1047" length="1" />
  98. <field id="TLBTPN" type="string" charset="cp1047" length="40" />
  99. <field id="TLBPNM" type="string" charset="cp1047" length="20" />
  100. <field id="TLBREN" type="string" charset="cp1047" length="1" />
  101. <field id="TLBIDC" type="string" charset="cp1047" length="1" />
  102. <field id="TLBXAT" type="string" charset="cp1047" length="1" />
  103. <field id="TLCUR1" type="string" charset="cp1047" length="4" />
  104. <field id="TLCUR2" type="string" charset="cp1047" length="4" />
  105. <field id="TLCUR3" type="string" charset="cp1047" length="4" />
  106. <field id="TLBC01" type="string" charset="cp1047" length="1" />
  107. <field id="TLBC02" type="string" charset="cp1047" length="1" />
  108. <field id="TLBC03" type="string" charset="cp1047" length="1" />
  109. <field id="TLBC04" type="string" charset="cp1047" length="1" />
  110. <field id="TLBC05" type="string" charset="cp1047" length="1" />
  111. <field id="TLBC06" type="string" charset="cp1047" length="1" />
  112. <field id="TLBC07" type="string" charset="cp1047" length="1" />
  113. <field id="TLBC08" type="string" charset="cp1047" length="1" />
  114. <field id="TLBC09" type="string" charset="cp1047" length="1" />
  115. <field id="TLBC10" type="string" charset="cp1047" length="1" />
  116. <field id="TLBC11" type="string" charset="cp1047" length="1" />
  117. <field id="TLBC12" type="string" charset="cp1047" length="1" />
  118. <field id="TLBC13" type="string" charset="cp1047" length="1" />
  119. <field id="TLBC14" type="string" charset="cp1047" length="1" />
  120. <field id="TLBC15" type="string" charset="cp1047" length="1" />
  121. <field id="TLBC16" type="string" charset="cp1047" length="1" />
  122. <field id="TLBC17" type="string" charset="cp1047" length="1" />
  123. <field id="TLBC18" type="string" charset="cp1047" length="1" />
  124. <field id="TLBC19" type="string" charset="cp1047" length="1" />
  125. <field id="TLBC20" type="string" charset="cp1047" length="1" />
  126. <field id="TLXUFD" type="string" charset="cp1047" length="10" />
  127. <field id="TLBDS1" type="string" charset="cp1047" length="50" />
  128. <field id="TLBDS2" type="string" charset="cp1047" length="40" />
  129. <field id="RMCKC" type="string" charset="cp1047" length="15" />
  130. <field id="RMUSRI" type="string" charset="cp1047" length="20" />
  131. <field id="RMSRC" type="numericBinary" decimal-format="packed" length="2" />
  132. <field id="RMAPID" type="string" charset="cp1047" length="25" />
  133. <field id="RMNAME" type="string" charset="cp1047" length="40" />
  134. <field id="RMADD1" type="string" charset="cp1047" length="40" />
  135. <field id="RMADD2" type="string" charset="cp1047" length="40" />
  136. <field id="RMADD3" type="string" charset="cp1047" length="30" />
  137. <field id="RMPSTC" type="string" charset="cp1047" length="10" />
  138. <field id="RMCNT" type="string" charset="cp1047" length="20" />
  139. <field id="RMPYNM" type="string" charset="cp1047" length="40" />
  140. <field id="RMPYID" type="string" charset="cp1047" length="25" />
  141. <field id="RMPAD1" type="string" charset="cp1047" length="40" />
  142. <field id="RMPAD2" type="string" charset="cp1047" length="40" />
  143. <field id="RMPAD3" type="string" charset="cp1047" length="30" />
  144. <field id="RMPPSC" type="string" charset="cp1047" length="10" />
  145. <field id="RMPYCN" type="string" charset="cp1047" length="20" />
  146. <field id="RMSEHS" type="string" charset="cp1047" length="4" />
  147. <field id="RMSECT" type="string" charset="cp1047" length="3" />
  148. <field id="TLBFIL" type="string" charset="cp1047" length="40" />
  149. <field id="FILLER" type="binary" length="2"/>
  150. <field id="!type" type="script" encode="true">dsp-abcs-request</field>
  151. <field id="!code" type="script" encode="true">${dtree("BDS-CODE", "dspScenarioNumber")}</field>
  152. <field id="!parseCodex" type="script">${msg["!group"]}.${msg.dspTransactionCode?.padLeft(10, "0")}</field>
  153. </codex>
  154. ', CURRENT USER, CURRENT TIMESTAMP);
  155. INSERT INTO MWCONFIG.CODEX (ID, XML, MODIFIED_BY, TIMESTAMP)
  156. VALUES ('dsp-response', '<codex>
  157. <!-- SOCKET HEADER -->
  158. <field id="dspPacketLength" type="groupLengthBinary" decimal-format="binary" length="4" />
  159. <field id="dspHeaderType" type="string" charset="cp1047" length="5" />
  160. <field id="dspDeviceName" type="string" charset="cp1047" length="15" />
  161. <field id="dspSocketNumber" type="numericBinary" decimal-format="packed" length="5" />
  162. <field id="dspPortNumber" type="numericBinary" decimal-format="packed" length="3" />
  163. <field id="dspFiller1" type="binary" length="1" />
  164. <!-- MIDDLEWARE HEADER -->
  165. <field id="dspHeaderLength" type="numeric" charset="cp1047" length="4" />
  166. <field id="dspMessageLength" type="numeric" charset="cp1047" length="6" />
  167. <field id="dspVersionNumber" type="string" charset="cp1047" length="4" />
  168. <field id="dspHeaderFormatId" type="string" charset="cp1047" length="4" />
  169. <field id="dspDataFormatId" type="string" charset="cp1047" length="10" />
  170. <field id="dspSourceId" type="string" charset="cp1047" length="10" />
  171. <field id="dspDestinationId" type="string" charset="cp1047" length="10" />
  172. <field id="dspRoutingNumber" type="string" charset="cp1047" length="6" />
  173. <field id="dspMessageStatus" type="string" charset="cp1047" length="8" />
  174. <field id="dspBankIdNumber" type="string" charset="cp1047" length="11" />
  175. <field id="dspNode" type="string" charset="cp1047" length="2" />
  176. <field id="dspExchangeId" type="binary" length="20" />
  177. <field id="dspScenarioNumber" type="string" charset="cp1047" length="16" />
  178. <field id="dspTransactionCode" type="string" charset="cp1047" length="4" />
  179. <field id="dspRetrievalReferenceNumber" type="string" charset="cp1047" length="22" />
  180. <field id="dspAcquirerReferenceNumber" type="string" charset="cp1047" length="12" />
  181. <field id="dspTransmissionNumber" type="numeric" charset="cp1047" length="4" />
  182. <field id="dspNumberOfRecordsToBeLoaded" type="numeric" charset="cp1047" length="4" />
  183. <field id="dspNumberOfErrorsToBeLoaded" type="numeric" charset="cp1047" length="4" />
  184. <field id="dspUserId" type="string" charset="cp1047" length="10" />
  185. <field id="dspTerminalId" type="string" charset="cp1047" length="10" />
  186. <field id="dspSupervisorId" type="string" charset="cp1047" length="10" />
  187. <field id="dspMoreRecordIndicator" type="string" charset="cp1047" length="1" />
  188. <field id="dspCutOffIndicator" type="string" charset="cp1047" length="1" />
  189. <field id="dspUserData" type="string" charset="cp1047" length="20" />
  190. <field id="!code" type="script">${msg.dspScenarioNumber+"."+msg.dspTransactionCode?.padLeft(10, "0")}</field>
  191. <field id="!subCodex" type="script">${getParamValue("dsp-scenario-resp-codex", msg.dspScenarioNumber, "")}</field>
  192. </codex>', CURRENT USER, CURRENT TIMESTAMP);
  193. INSERT INTO MWCONFIG.CODEX (ID, XML, MODIFIED_BY, TIMESTAMP)
  194. VALUES ('dsp-abcs-subresponse', '<codex>
  195. <field id="responseLength" type="groupLengthBinary" decimal-format="packed" length="2" base="2" />
  196. <field id="responseCode" type="string" charset="cp1047" length="2" />
  197. <field id="responseHeader" type="binary" length="1" />
  198. <field id="!type" type="script">${msg.get("responseCode")}</field>
  199. <field id="!subCodex" type="script">dsp-abcs-subresponse-${msg.get("responseCode")}</field>
  200. </codex>
  201. ', CURRENT USER, CURRENT TIMESTAMP);
  202. INSERT INTO MWCONFIG.CODEX (ID, XML, MODIFIED_BY, TIMESTAMP)
  203. VALUES ('dsp-abcs-subresponse-89', '<codex>
  204. <field id="responseLength" type="groupLengthBinary" decimal-format="packed" length="2" base="2" />
  205. <field id="responseCode" type="string" charset="cp1047" length="2" />
  206. <field id="responseHeader" type="binary" length="1" />
  207. <field id="responseSubHeader" type="binary" length="1" />
  208. <field id="ACCTNO" type="numericBinary" decimal-format="packed" length="10" />
  209. <field id="ACTYPE" type="string" charset="cp1047" length="1" />
  210. <field id="SNAME" type="string" charset="cp1047" length="20" />
  211. <field id="CFSSNO" type="string" charset="cp1047" length="25" />
  212. <field id="STATUS" type="numericBinary" decimal-format="packed" length="1" />
  213. <field id="CBAL" type="numericBinary" decimal-format="P(2)" length="8" />
  214. <field id="COLECT" type="numericBinary" decimal-format="P(2)" length="8" />
  215. <field id="TTFLAV" type="numericBinary" decimal-format="P(2)" length="8" />
  216. <field id="TTFLDL" type="numericBinary" decimal-format="P(2)" length="8" />
  217. <field id="DDIBTL" type="numericBinary" decimal-format="P(2)" length="8" />
  218. <field id="HCFLOT" type="numericBinary" decimal-format="P(2)" length="7" />
  219. <field id="LC1" type="numericBinary" decimal-format="P(2)" length="8" />
  220. <field id="LC2" type="numericBinary" decimal-format="P(2)" length="8" />
  221. <field id="LC3" type="numericBinary" decimal-format="P(2)" length="8" />
  222. <field id="LC4" type="numericBinary" decimal-format="P(2)" length="8" />
  223. <field id="LC5" type="numericBinary" decimal-format="P(2)" length="8" />
  224. <field id="LCOV5" type="numericBinary" decimal-format="P(2)" length="8" />
  225. <field id="IBFLOT" type="numericBinary" decimal-format="P(2)" length="7" />
  226. <field id="MCFLOT" type="numericBinary" decimal-format="P(2)" length="7" />
  227. <field id="TTOC" type="numericBinary" decimal-format="P(2)" length="8" />
  228. <field id="TTODOC" type="numericBinary" decimal-format="P(2)" length="8" />
  229. <field id="TTMC" type="numericBinary" decimal-format="P(2)" length="8" />
  230. <field id="HOLD" type="numericBinary" decimal-format="P(2)" length="8" />
  231. <field id="WHYTD" type="numericBinary" decimal-format="P(2)" length="7" />
  232. <field id="WHTDY" type="numericBinary" decimal-format="P(2)" length="7" />
  233. <field id="ACCRU2" type="numericBinary" decimal-format="P(2)" length="8" />
  234. <field id="ODINT2" type="numericBinary" decimal-format="P(2)" length="8" />
  235. <field id="NETAMT" type="numericBinary" decimal-format="P(2)" length="8" />
  236. <field id="ODCBAL" type="numericBinary" decimal-format="P(2)" length="8" />
  237. <field id="ODLIMT" type="numericBinary" decimal-format="P(2)" length="8" />
  238. <field id="ODDLIM" type="numericBinary" decimal-format="P(2)" length="8" />
  239. <field id="ODACC2" type="numericBinary" decimal-format="P(2)" length="8" />
  240. <field id="ODUNA2" type="numericBinary" decimal-format="P(2)" length="8" />
  241. <field id="PBBAL" type="numericBinary" decimal-format="P(2)" length="10" />
  242. <field id="TLNBSR" type="numericBinary" decimal-format="packed" length="4" />
  243. <field id="UNPAMT" type="numericBinary" decimal-format="P(2)" length="8" />
  244. <field id="UNPITM" type="numericBinary" decimal-format="packed" length="3" />
  245. <field id="TTLLC" type="numericBinary" decimal-format="P(2)" length="8" />
  246. <field id="TLRINQ" type="string" charset="cp1047" length="1" />
  247. <field id="TTOCP" type="numericBinary" decimal-format="P(2)" length="8" />
  248. <field id="DDSIC1" type="binary" length="1" />
  249. <field id="DDSIC2" type="binary" length="1" />
  250. <field id="DDSIC3" type="binary" length="1" />
  251. <field id="DDSIC4" type="binary" length="1" />
  252. <field id="TTSA" type="numericBinary" decimal-format="P(2)" length="8" />
  253. <field id="IB1" type="numericBinary" decimal-format="P(2)" length="8" />
  254. <field id="IB2" type="numericBinary" decimal-format="P(2)" length="8" />
  255. <field id="IB3" type="numericBinary" decimal-format="P(2)" length="8" />
  256. <field id="IB4" type="numericBinary" decimal-format="P(2)" length="8" />
  257. <field id="IB5" type="numericBinary" decimal-format="P(2)" length="8" />
  258. <field id="AVLBAL" type="numericBinary" decimal-format="P(2)" length="8" />
  259. <field id="MINBLM" type="numericBinary" decimal-format="P(2)" length="8" />
  260. </codex>
  261. ', CURRENT USER, CURRENT TIMESTAMP);
  262. INSERT INTO MWCONFIG.CODEX (ID, XML, MODIFIED_BY, TIMESTAMP)
  263. VALUES ('dsp-abcs-subresponse-F1', '<codex>
  264. <field id="responseLength" type="groupLengthBinary" decimal-format="packed" length="2" base="2" />
  265. <field id="responseCode" type="string" charset="cp1047" length="2" />
  266. <field id="responseHeader" type="binary" length="1" />
  267. <field id="TLXMNE" type="string" charset="cp1047" length="3" />
  268. <field id="SNAME" type="string" charset="cp1047" length="20" />
  269. <field id="ACC" type="numericBinary" decimal-format="packed" length="10" />
  270. <field id="AMT1" type="numericBinary" decimal-format="P(2)" length="8" />
  271. <field id="AMT2" type="numericBinary" decimal-format="P(2)" length="8" />
  272. <field id="!type" type="script">${msg.get("responseCode")}</field>
  273. </codex>
  274. ', CURRENT USER, CURRENT TIMESTAMP);
  275. INSERT INTO MWCONFIG.DTREE (GROUP, PATH, VALUE, MODULE, MODIFIED_BY, TIMESTAMP)
  276. VALUES ('BDS-CODE', 'AXISSYSTEMSDNBHD', 'AXISSYSTEMSDNBHD.${msg.dspTransactionCode?.padLeft(10, "0")}', NULL, CURRENT USER, CURRENT TIMESTAMP);
  277. INSERT INTO MWCONFIG.DTREE (GROUP, PATH, VALUE, MODULE, MODIFIED_BY, TIMESTAMP)
  278. VALUES ('DSPRESP-CODE', 'AXISSYSTEMSDNBHD', 'AXISSYSTEMSDNBHD.${msg.dspTransactionCode?.padLeft(10, "0")}', NULL, CURRENT USER, CURRENT TIMESTAMP);
  279. INSERT INTO MWCONFIG.PARAM_MAP(GROUP, NAME, VALUE, TIMESTAMP, MODIFIED_BY)
  280. VALUES ('dsp-scenario-req-codex', 'AXISSYSTEMSDNBHD', '||dsp-abcs-request', CURRENT TIMESTAMP, CURRENT USER),
  281. ('dsp-scenario-req-codex', 'SSSAAA0123456789','||dsp-mbase-req', CURRENT TIMESTAMP, CURRENT USER);
  282. INSERT INTO MWCONFIG.PARAM_MAP(GROUP, NAME, VALUE, TIMESTAMP, MODIFIED_BY)
  283. VALUES ('dsp-scenario-resp-codex', 'AXISSYSTEMSDNBHD','||dsp-abcs-response', CURRENT TIMESTAMP, CURRENT USER);
  284. INSERT INTO MWCONFIG.PARAM_MAP(GROUP, NAME, VALUE, TIMESTAMP, MODIFIED_BY)
  285. VALUES ('dsp-scenario-resp-codex', 'SSSAAA0123456789','||dsp-mbase-resp', CURRENT TIMESTAMP, CURRENT USER);