From 13850ba32964a96274655d791a4c6d4f204e3796 Mon Sep 17 00:00:00 2001 From: eastargh Date: Mon, 10 Aug 2026 15:55:55 +0900 Subject: [PATCH] =?UTF-8?q?IIM=EC=97=B0=EB=8F=99=20=EB=A1=9C=EA=B7=B8=20?= =?UTF-8?q?=EC=A0=80=EC=9E=A5=EC=8B=9C=20=EC=8B=9C=ED=80=80=EC=8A=A4=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/eactive/eai/rms/onl/transaction/Layout-oracle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/com/eactive/eai/rms/onl/transaction/Layout-oracle.xml b/src/main/resources/com/eactive/eai/rms/onl/transaction/Layout-oracle.xml index 3dd8f7a..e70a157 100644 --- a/src/main/resources/com/eactive/eai/rms/onl/transaction/Layout-oracle.xml +++ b/src/main/resources/com/eactive/eai/rms/onl/transaction/Layout-oracle.xml @@ -453,6 +453,6 @@ INSERT INTO $schemaId$.TSEAITR10 ( LOGPRCSSSEQNO, SEQNO, SERVICENAME ,COMMAND,LOUTNAME,RECVDATA,RECVAMNDHMS,PRCSSRSLT, PRCSSRSLTCMNT ) VALUES - ( #logPrcssSeqno#, #seqno#, #serviceName# ,#command#,#loutName#,#recvData#,#recvAmndHMS#,#prcssRslt#, #prcssRsltCmnt# ) + ( #logPrcssSeqno#, $schemaId$.TSEAITR10_SEQNO.NEXTVAL, #serviceName# ,#command#,#loutName#,#recvData#,#recvAmndHMS#,#prcssRslt#, #prcssRsltCmnt# )