Commit 068f7a45 authored by gahmad's avatar gahmad

for update now wait - changes by vishakha


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99417 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0b16cf13
......@@ -293,7 +293,7 @@ public class GenReceiptConf extends ActionHandlerEJB implements GenReceiptConfLo
System.out.println("CALLING!!!!!!! 294");
sql = "select CUST_CODE,TRAN_TYPE,RCP_MODE,BANK_CODE ,REF_NO,REF_DATE,SITE_CODE,cust_bank_ref," +
" EFF_DATE,CUST_BANK_REF,CHQ_AMT,REMARKS,curr_code,exch_rate from RECEIPT_FORM where tran_id = ? ";
" EFF_DATE,CUST_BANK_REF,CHQ_AMT,REMARKS,curr_code,exch_rate from RECEIPT_FORM where tran_id = ? for update nowait ";
pstmt = conn.prepareStatement(sql);
......
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