Commit e1594c6b authored by prane's avatar prane

changed the case obj_name to upper case as T_PAYABLES

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184646 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a2488f9d
......@@ -447,7 +447,7 @@ public class RecPayXfrPrc extends ProcessEJB implements RecPayXfrPrcLocal,RecPay
pstmt1.close();
pstmt1 = null;
tranId = generateTranId("t_payables", "PAYL", siteCode, conn);
tranId = generateTranId("T_PAYABLES", "PAYL", siteCode, conn);
System.out.println("Misc_Payables Transaction Id:"+tranId);
/*System.out.println("MISC_PAYABLES Tran_Id:"+tranId);
sql = "INSERT INTO MISC_PAYABLES ( TRAN_ID, TRAN_SER, TRAN_DATE, REF_NO, REF_DATE, CURR_CODE, EXCH_RATE, SUNDRY_CODE, SUNDRY_TYPE, ACCT_CODE, CCTR_CODE, DUE_DATE, FIN_ENTITY, SITE_CODE, TOT_AMT, ADJ_AMT, STATUS, STATUS_DATE, BANK_CODE ) " +
......@@ -609,7 +609,7 @@ public class RecPayXfrPrc extends ProcessEJB implements RecPayXfrPrcLocal,RecPay
{
selSql = "SELECT KEY_STRING FROM TRANSETUP WHERE TRAN_WINDOW = 'GENERAL' ";
pstmt = conn.prepareStatement(selSql);
pstmt.setString( 1, windowName );
//pstmt.setString( 1, windowName );
rs = pstmt.executeQuery();
if (rs.next())
{
......
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