Commit 58747d40 authored by cpatil's avatar cpatil

remove item change of frt type


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93572 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 97d093db
......@@ -47,17 +47,17 @@ POrderAmdConfLocal, POrderAmdConfRemote
System.out.println("POrderAmdConf confirm called..............");
String confirmed = "";
String sql = "";
String sql1 = "";
int status = 0;
//String sql1 = "";
//int status = 0;
double frtAmt = 0.0;
Date lrDate = null;
//Date lrDate = null;
Connection conn = null;
PreparedStatement pstmt = null;
PreparedStatement pstmt1 = null;
//PreparedStatement pstmt1 = null;
ITMDBAccessEJB itmDBAccessEJB = null;
String errString = null;
ResultSet rs = null;
ResultSet rs1 = null;
//ResultSet rs1 = null;
String purcOrder = "", poStatus = "", amdNo = "", workflowStatus = "";
int recCnt = 0, cnt = 0;
ITMDBAccessEJB itmDBAccessLocal = new ITMDBAccessEJB();
......@@ -218,10 +218,11 @@ POrderAmdConfLocal, POrderAmdConfRemote
System.out
.println("@@@@@@@@@@@@@@@ gbf_retrieve_pordamd confirm called..............");
loginEmpCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginEmpCode");
Calendar currentDate = Calendar.getInstance();
SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getApplDateFormat());
String sysDateStr = sdf.format(currentDate.getTime());
System.out.println("Now the date is :=> " + sysDateStr);
System.out.println("Now the date is :=> " + sysDateStr+":::loginEmpCode["+loginEmpCode+"]");
sysDate= Timestamp.valueOf(genericUtility.getValidDateString(sysDateStr, genericUtility.getApplDateFormat(),genericUtility.getDBDateFormat()) + " 00:00:00.0");
......@@ -396,8 +397,8 @@ POrderAmdConfLocal, POrderAmdConfRemote
int cnt = 0;
// Document dom = null;
String retString = "", sql = "", sql1 = "", purcOrder = "", lineNoOrd = "", errCode = "";
String loginEmpCode = "", ediOption = "", dataStr = "";
double pohdrTot = 0, vouchAdv = 0, amdDetTot = 0, poDetTot = 0, poHdrTot = 0;
//String loginEmpCode = "", ediOption = "", dataStr = "";
//double pohdrTot = 0, vouchAdv = 0, amdDetTot = 0, poDetTot = 0, poHdrTot = 0;
Timestamp sysDate = null, taxDate = null, refDate = null, amdDate = null;
String siteCodeDlv = "", siteCodeOrd = "", siteCodeBill = "", deptCode = "", empCode = "", itemSer = "", taxOpt = "", crTerm = "";
String currCode = "", taxChapHdr = "", taxClassHdr = "", taxEnvHdr = "", remarks = "", projCode = "", salesPers = "", commPerc = "", commPercOn = "";
......
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