Commit b9e770f4 authored by asant's avatar asant

Made Supplier bank work flow related changes.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205194 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 96e21582
...@@ -29,7 +29,7 @@ public class SupplierBankSaveWf ...@@ -29,7 +29,7 @@ public class SupplierBankSaveWf
return "#### Exception "+e; return "#### Exception "+e;
} }
} }
String sqlQuery = "UPDATE SUPPLIER_BANK SET ACTIVE_YN = ? WHERE SUPP_CODE = ? AND BANK_CODE__BEN = ?"; String sqlQuery = "UPDATE SUPPLIER_BANK SET ACTIVE_YN = ?, CONFIRMED = ?, WF_STATUS = ? WHERE SUPP_CODE = ? AND BANK_CODE__BEN = ?";
ConnDriver connDriver = new ConnDriver(); ConnDriver connDriver = new ConnDriver();
Connection connection = null; Connection connection = null;
PreparedStatement preparedStatement = null; PreparedStatement preparedStatement = null;
...@@ -45,8 +45,10 @@ public class SupplierBankSaveWf ...@@ -45,8 +45,10 @@ public class SupplierBankSaveWf
preparedStatement = connection.prepareStatement(sqlQuery); preparedStatement = connection.prepareStatement(sqlQuery);
preparedStatement.setString(1,"Y"); preparedStatement.setString(1,"Y");
preparedStatement.setString(2,suppCode); preparedStatement.setString(2,"Y");
preparedStatement.setString(3,bankCodeBen); preparedStatement.setString(3,"S");
preparedStatement.setString(4,suppCode);
preparedStatement.setString(5,bankCodeBen);
count = preparedStatement.executeUpdate(); count = preparedStatement.executeUpdate();
if (count == 1) if (count == 1)
...@@ -113,4 +115,67 @@ public class SupplierBankSaveWf ...@@ -113,4 +115,67 @@ public class SupplierBankSaveWf
} }
} }
public String updateOnReject(String userInfo, String suppCode, String bankCodeBen)
{
System.out.println("#### updateOnReject....");
suppCode = E12GenericUtility.checkNull(suppCode);
bankCodeBen = E12GenericUtility.checkNull(bankCodeBen);
System.out.println("#### suppCode "+suppCode +" #### bankCodeBen "+bankCodeBen);
if(suppCode.length() == 0 || bankCodeBen.length() == 0)
{
try
{
throw new Exception("#### Exception :: updateOnReject : empty argument");
}
catch (Exception e)
{
e.printStackTrace();
return "#### Exception "+e;
}
}
String sqlQuery = "UPDATE SUPPLIER_BANK SET WF_STATUS = ? WHERE SUPP_CODE = ? AND BANK_CODE__BEN = ?";
ConnDriver connDriver = new ConnDriver();
Connection connection = null;
PreparedStatement preparedStatement = null;
int count = 0;
try
{
UserInfoBean userInfoBean = new UserInfoBean(userInfo);
String transDB = userInfoBean.getTransDB();
connection = connDriver.getConnectDB(transDB);
connection.setAutoCommit(false);
preparedStatement = connection.prepareStatement(sqlQuery);
preparedStatement.setString(1,"R");
preparedStatement.setString(2,suppCode);
preparedStatement.setString(3,bankCodeBen);
count = preparedStatement.executeUpdate();
if (count == 1)
{
connection.commit();
}
} catch (Exception e)
{
e.printStackTrace();
return "#### Exception updateOnReject "+e;
} finally
{
try
{
if (preparedStatement != null) { preparedStatement.close(); preparedStatement = null;}
if (connection != null) { connection.close(); connection = null;}
} catch (SQLException e)
{
e.printStackTrace();
}
}
System.out.println ("#### updated record "+count);
return ""+count;
}
} }
$PBExportHeader$d_supplier_bank_brow.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=20 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=20 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=supp_code dbname="supplier_bank.supp_code" )
column=(type=char(10) update=yes updatewhereclause=yes key=yes name=bank_code__ben dbname="supplier_bank.bank_code__ben" )
column=(type=char(40) update=yes updatewhereclause=yes name=bank_name__ben dbname="supplier_bank.bank_name__ben" )
column=(type=char(5) updatewhereclause=yes name=state_code__ben dbname="supplier_bank.state_code__ben" )
column=(type=char(5) updatewhereclause=yes name=count_code__ben dbname="supplier_bank.count_code__ben" )
column=(type=char(20) updatewhereclause=yes name=city__ben dbname="supplier_bank.city__ben" )
column=(type=char(1) update=yes updatewhereclause=yes name=active_yn dbname="supplier_bank.active_yn" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="supplier_bank.confirmed" values="Yes Y/No N/" )
column=(type=char(40) update=yes updatewhereclause=yes name=bank_acct_no__ben dbname="supplier_bank.bank_acct_no__ben" )
column=(type=char(10) update=yes updatewhereclause=yes name=bank_code__inter dbname="supplier_bank.bank_code__inter" )
column=(type=char(40) update=yes updatewhereclause=yes name=bank_name__inter dbname="supplier_bank.bank_name__inter" )
column=(type=char(5) updatewhereclause=yes name=state_code__inter dbname="supplier_bank.state_code__inter" )
column=(type=char(20) updatewhereclause=yes name=city__inter dbname="supplier_bank.city__inter" )
column=(type=datetime update=yes updatewhereclause=yes name=conf_date dbname="supplier_bank.conf_date" )
column=(type=char(20) update=yes updatewhereclause=yes name=emp_code__aprv dbname="supplier_bank.emp_code__aprv" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="supplier_bank.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="supplier_bank.chg_user" )
column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="supplier_bank.chg_term" )
column=(type=char(5) update=yes updatewhereclause=yes name=count_code__inter dbname="supplier_bank.count_code__inter" )
column=(type=char(60) update=yes updatewhereclause=yes name=ifsc dbname="supplier_bank.ifsc" )
column=(type=char(1) update=yes updatewhereclause=yes name=wf_status dbname="supplier_bank.wf_status" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"supplier_bank~" ) COLUMN(NAME=~"supplier_bank.supp_code~") COLUMN(NAME=~"supplier_bank.bank_code__ben~") COLUMN(NAME=~"supplier_bank.bank_name__ben~") COLUMN(NAME=~"supplier_bank.state_code__ben~") COLUMN(NAME=~"supplier_bank.count_code__ben~") COLUMN(NAME=~"supplier_bank.city__ben~") COLUMN(NAME=~"supplier_bank.active_yn~") COLUMN(NAME=~"supplier_bank.confirmed~") COLUMN(NAME=~"supplier_bank.bank_acct_no__ben~") COLUMN(NAME=~"supplier_bank.bank_code__inter~") COLUMN(NAME=~"supplier_bank.bank_name__inter~") COLUMN(NAME=~"supplier_bank.state_code__inter~") COLUMN(NAME=~"supplier_bank.city__inter~") COLUMN(NAME=~"supplier_bank.conf_date~") COLUMN(NAME=~"supplier_bank.emp_code__aprv~") COLUMN(NAME=~"supplier_bank.chg_date~") COLUMN(NAME=~"supplier_bank.chg_user~") COLUMN(NAME=~"supplier_bank.chg_term~") COLUMN(NAME=~"supplier_bank.count_code__inter~") COLUMN(NAME=~"supplier_bank.ifsc~") COLUMN(NAME=~"supplier_bank.wf_status~")WHERE( EXP1 =~"supplier_bank.supp_code~" OP =~"=~" EXP2 =~":supp_code~" ) ) ARG(NAME = ~"supp_code~" TYPE = string) " update="SUPPLIER_BANK" updatewhere=0 updatekeyinplace=no arguments=(("supp_code", string)) )
text(band=header alignment="0" text="Beneficiary Bank Cd" border="6" color="33554432" x="52" y="2" height="16" width="121" html.valueishtml="0" name=bank_code__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Bank Name" border="6" color="33554432" x="382" y="2" height="16" width="246" html.valueishtml="0" name=bank_name__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Beneficiary Bank A/c No" border="6" color="33554432" x="630" y="2" height="16" width="135" html.valueishtml="0" name=bank_acct_no__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Intermediatary Bank Cd" border="6" color="33554432" x="994" y="2" height="16" width="135" html.valueishtml="0" name=bank_code__inter_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Bank Name" border="6" color="33554432" x="1131" y="2" height="16" width="246" html.valueishtml="0" name=bank_name__inter_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Active Yn" border="6" color="33554432" x="175" y="2" height="16" width="67" html.valueishtml="0" name=active_yn_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Confirmed" border="6" color="33554432" x="244" y="2" height="16" width="58" html.valueishtml="0" name=confirmed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Conf Date" border="6" color="33554432" x="304" y="2" height="16" width="76" html.valueishtml="0" name=conf_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Emp Code Aprv" border="6" color="33554432" x="1577" y="2" height="16" width="126" html.valueishtml="0" name=emp_code__aprv_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Chg Date" border="6" color="33554432" x="1705" y="2" height="16" width="131" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Chg User" border="6" color="33554432" x="1838" y="2" height="16" width="66" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="State Cd" border="6" color="33554432" x="767" y="2" height="16" width="68" html.valueishtml="0" name=state_code__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Country Cd" border="6" color="33554432" x="837" y="2" height="16" width="71" html.valueishtml="0" name=count_code__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="City" border="6" color="33554432" x="910" y="2" height="16" width="82" html.valueishtml="0" name=city__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="State Cd" border="6" color="33554432" x="1379" y="2" height="16" width="52" html.valueishtml="0" name=state_code__inter_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="City" border="6" color="33554432" x="1504" y="2" height="16" width="71" html.valueishtml="0" name=city__inter_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Country Cd" border="6" color="33554432" x="1433" y="2" height="16" width="69" html.valueishtml="0" name=count_code__inter_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Supp Code" border="6" color="33554432" x="2" y="1" height="16" width="48" html.valueishtml="0" name=supp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Chg Term" border="6" color="33554432" x="1906" y="2" height="16" width="96" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Ifsc" border="6" color="33554432" x="2004" y="2" height="16" width="478" html.valueishtml="0" name=ifsc_t visible="1" font.face="Liberation Sans" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="52" y="2" height="15" width="121" format="[general]" html.valueishtml="0" name=bank_code__ben visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=3 alignment="0" tabsequence=60 border="5" color="33554432" x="382" y="2" height="15" width="246" format="[general]" html.valueishtml="0" name=bank_name__ben visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=9 alignment="0" tabsequence=70 border="5" color="33554432" x="630" y="2" height="15" width="135" format="[general]" html.valueishtml="0" name=bank_acct_no__ben visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=10 alignment="0" tabsequence=110 border="5" color="33554432" x="994" y="2" height="15" width="135" format="[general]" html.valueishtml="0" name=bank_code__inter visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=11 alignment="0" tabsequence=120 border="5" color="33554432" x="1131" y="2" height="15" width="246" format="[general]" html.valueishtml="0" name=bank_name__inter visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=7 alignment="0" tabsequence=30 border="5" color="33554432" x="175" y="2" height="15" width="67" format="[general]" html.valueishtml="0" name=active_yn visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=8 alignment="0" tabsequence=40 border="5" color="33554432" x="244" y="2" height="15" width="58" format="[general]" html.valueishtml="0" name=confirmed visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=14 alignment="0" tabsequence=50 border="5" color="33554432" x="304" y="2" height="15" width="76" format="dd/mm/yy" html.valueishtml="0" name=conf_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=15 alignment="0" tabsequence=160 border="5" color="33554432" x="1577" y="2" height="15" width="126" format="[general]" html.valueishtml="0" name=emp_code__aprv visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=16 alignment="0" tabsequence=170 border="5" color="33554432" x="1705" y="2" height="15" width="131" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=17 alignment="0" tabsequence=180 border="5" color="33554432" x="1838" y="2" height="15" width="66" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=4 alignment="0" tabsequence=80 border="5" color="33554432" x="767" y="2" height="15" width="68" format="[general]" html.valueishtml="0" name=state_code__ben visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=5 alignment="0" tabsequence=90 border="5" color="33554432" x="837" y="2" height="15" width="71" format="[general]" html.valueishtml="0" name=count_code__ben visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=6 alignment="0" tabsequence=100 border="5" color="33554432" x="910" y="2" height="15" width="82" format="[general]" html.valueishtml="0" name=city__ben visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=12 alignment="0" tabsequence=130 border="5" color="33554432" x="1379" y="2" height="15" width="52" format="[general]" html.valueishtml="0" name=state_code__inter visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=13 alignment="0" tabsequence=150 border="5" color="33554432" x="1504" y="2" height="15" width="71" format="[general]" html.valueishtml="0" name=city__inter visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=19 alignment="0" tabsequence=140 border="5" color="33554432" x="1433" y="2" height="15" width="69" format="[general]" html.valueishtml="0" name=count_code__inter visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="2" y="5" height="16" width="48" format="[general]" html.valueishtml="0" name=supp_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=18 alignment="0" tabsequence=190 border="5" color="33554432" x="1906" y="2" height="15" width="96" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=20 alignment="0" tabsequence=200 border="5" color="33554432" x="2004" y="2" height="15" width="478" format="[general]" html.valueishtml="0" name=ifsc visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=21 alignment="0" tabsequence=210 border="0" color="33554432" x="2485" y="1" height="15" width="108" html.valueishtml="0" name=wf_status visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="0" text="Wf Status" border="0" color="33554432" x="2484" y="1" height="17" width="109" html.valueishtml="0" name=wf_status_t visible="1" font.face="Liberation Sans" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_supplier_bank_edit.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=987 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=supp_code dbname="supplier_bank.supp_code" )
column=(type=char(10) update=yes updatewhereclause=yes key=yes name=bank_code__ben dbname="supplier_bank.bank_code__ben" )
column=(type=char(40) update=yes updatewhereclause=yes name=bank_name__ben dbname="supplier_bank.bank_name__ben" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr1__ben dbname="supplier_bank.addr1__ben" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr2__ben dbname="supplier_bank.addr2__ben" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr3__ben dbname="supplier_bank.addr3__ben" )
column=(type=char(20) update=yes updatewhereclause=yes name=city__ben dbname="supplier_bank.city__ben" )
column=(type=char(5) update=yes updatewhereclause=yes name=state_code__ben dbname="supplier_bank.state_code__ben" )
column=(type=char(10) update=yes updatewhereclause=yes name=pin__ben dbname="supplier_bank.pin__ben" )
column=(type=char(5) update=yes updatewhereclause=yes name=count_code__ben dbname="supplier_bank.count_code__ben" )
column=(type=char(40) update=yes updatewhereclause=yes name=bank_acct_no__ben dbname="supplier_bank.bank_acct_no__ben" )
column=(type=char(20) update=yes updatewhereclause=yes name=swift_code__ben dbname="supplier_bank.swift_code__ben" )
column=(type=char(10) update=yes updatewhereclause=yes name=bank_code__inter dbname="supplier_bank.bank_code__inter" )
column=(type=char(40) update=yes updatewhereclause=yes name=bank_name__inter dbname="supplier_bank.bank_name__inter" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr1__inter dbname="supplier_bank.addr1__inter" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr2__inter dbname="supplier_bank.addr2__inter" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr3__inter dbname="supplier_bank.addr3__inter" )
column=(type=char(20) update=yes updatewhereclause=yes name=city__inter dbname="supplier_bank.city__inter" )
column=(type=char(5) update=yes updatewhereclause=yes name=state_code__inter dbname="supplier_bank.state_code__inter" )
column=(type=char(10) update=yes updatewhereclause=yes name=pin__inter dbname="supplier_bank.pin__inter" )
column=(type=char(5) update=yes updatewhereclause=yes name=count_code__inter dbname="supplier_bank.count_code__inter" )
column=(type=char(20) update=yes updatewhereclause=yes name=swift_code__inter dbname="supplier_bank.swift_code__inter" )
column=(type=char(20) update=yes updatewhereclause=yes name=udf_str1 dbname="supplier_bank.udf_str1" )
column=(type=char(20) update=yes updatewhereclause=yes name=udf_str2 dbname="supplier_bank.udf_str2" )
column=(type=char(20) update=yes updatewhereclause=yes name=udf_str3 dbname="supplier_bank.udf_str3" )
column=(type=char(20) update=yes updatewhereclause=yes name=udf_str4 dbname="supplier_bank.udf_str4" )
column=(type=char(20) update=yes updatewhereclause=yes name=udf_str5 dbname="supplier_bank.udf_str5" )
column=(type=char(20) update=yes updatewhereclause=yes name=udf_str6 dbname="supplier_bank.udf_str6" )
column=(type=char(1) update=yes updatewhereclause=yes name=active_yn dbname="supplier_bank.active_yn" initial="N" values="No N/Yes Y/" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="supplier_bank.confirmed" initial="N" values="No N/Yes Y/" )
column=(type=datetime update=yes updatewhereclause=yes name=conf_date dbname="supplier_bank.conf_date" )
column=(type=char(20) update=yes updatewhereclause=yes name=emp_code__aprv dbname="supplier_bank.emp_code__aprv" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="supplier_bank.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="supplier_bank.chg_user" )
column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="supplier_bank.chg_term" )
column=(type=char(50) updatewhereclause=yes name=supp_name dbname="supplier.supp_name" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_mname dbname="employee.emp_mname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=char(5) update=yes updatewhereclause=yes name=curr_code dbname="supplier_bank.curr_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=bank_code__corr dbname="supplier_bank.bank_code__corr" )
column=(type=char(40) update=yes updatewhereclause=yes name=bank_name__corr dbname="supplier_bank.bank_name__corr" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr1__corr dbname="supplier_bank.addr1__corr" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr2__corr dbname="supplier_bank.addr2__corr" )
column=(type=char(40) update=yes updatewhereclause=yes name=addr3__corr dbname="supplier_bank.addr3__corr" )
column=(type=char(20) update=yes updatewhereclause=yes name=city__corr dbname="supplier_bank.city__corr" )
column=(type=char(5) update=yes updatewhereclause=yes name=state_code__corr dbname="supplier_bank.state_code__corr" )
column=(type=char(10) update=yes updatewhereclause=yes name=pin__corr dbname="supplier_bank.pin__corr" )
column=(type=char(5) update=yes updatewhereclause=yes name=count_code__corr dbname="supplier_bank.count_code__corr" )
column=(type=char(40) update=yes updatewhereclause=yes name=bank_acct_no__corr dbname="supplier_bank.bank_acct_no__corr" )
column=(type=char(20) update=yes updatewhereclause=yes name=swift_code__corr dbname="supplier_bank.swift_code__corr" )
column=(type=char(20) update=yes updatewhereclause=yes name=udf_str7 dbname="supplier_bank.udf_str7" )
column=(type=char(20) update=yes updatewhereclause=yes name=udf_str8 dbname="supplier_bank.udf_str8" )
column=(type=char(20) update=yes updatewhereclause=yes name=udf_str9 dbname="supplier_bank.udf_str9" )
column=(type=char(20) update=yes updatewhereclause=yes name=udf_str10 dbname="supplier_bank.udf_str10" )
column=(type=char(60) update=yes updatewhereclause=yes name=ifsc dbname="supplier_bank.ifsc" )
column=(type=char(1) update=yes updatewhereclause=yes name=wf_status dbname="supplier_bank.wf_status" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"supplier_bank~" ) TABLE(NAME=~"supplier~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"supplier_bank.supp_code~") COLUMN(NAME=~"supplier_bank.bank_code__ben~") COLUMN(NAME=~"supplier_bank.bank_name__ben~") COLUMN(NAME=~"supplier_bank.addr1__ben~") COLUMN(NAME=~"supplier_bank.addr2__ben~") COLUMN(NAME=~"supplier_bank.addr3__ben~") COLUMN(NAME=~"supplier_bank.city__ben~") COLUMN(NAME=~"supplier_bank.state_code__ben~") COLUMN(NAME=~"supplier_bank.pin__ben~") COLUMN(NAME=~"supplier_bank.count_code__ben~") COLUMN(NAME=~"supplier_bank.bank_acct_no__ben~") COLUMN(NAME=~"supplier_bank.swift_code__ben~") COLUMN(NAME=~"supplier_bank.bank_code__inter~") COLUMN(NAME=~"supplier_bank.bank_name__inter~") COLUMN(NAME=~"supplier_bank.addr1__inter~") COLUMN(NAME=~"supplier_bank.addr2__inter~") COLUMN(NAME=~"supplier_bank.addr3__inter~") COLUMN(NAME=~"supplier_bank.city__inter~") COLUMN(NAME=~"supplier_bank.state_code__inter~") COLUMN(NAME=~"supplier_bank.pin__inter~") COLUMN(NAME=~"supplier_bank.count_code__inter~") COLUMN(NAME=~"supplier_bank.swift_code__inter~") COLUMN(NAME=~"supplier_bank.udf_str1~") COLUMN(NAME=~"supplier_bank.udf_str2~") COLUMN(NAME=~"supplier_bank.udf_str3~") COLUMN(NAME=~"supplier_bank.udf_str4~") COLUMN(NAME=~"supplier_bank.udf_str5~") COLUMN(NAME=~"supplier_bank.udf_str6~") COLUMN(NAME=~"supplier_bank.active_yn~") COLUMN(NAME=~"supplier_bank.confirmed~") COLUMN(NAME=~"supplier_bank.conf_date~") COLUMN(NAME=~"supplier_bank.emp_code__aprv~") COLUMN(NAME=~"supplier_bank.chg_date~") COLUMN(NAME=~"supplier_bank.chg_user~") COLUMN(NAME=~"supplier_bank.chg_term~") COLUMN(NAME=~"supplier.supp_name~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"supplier_bank.curr_code~") COLUMN(NAME=~"supplier_bank.bank_code__corr~") COLUMN(NAME=~"supplier_bank.bank_name__corr~") COLUMN(NAME=~"supplier_bank.addr1__corr~") COLUMN(NAME=~"supplier_bank.addr2__corr~") COLUMN(NAME=~"supplier_bank.addr3__corr~") COLUMN(NAME=~"supplier_bank.city__corr~") COLUMN(NAME=~"supplier_bank.state_code__corr~") COLUMN(NAME=~"supplier_bank.pin__corr~") COLUMN(NAME=~"supplier_bank.count_code__corr~") COLUMN(NAME=~"supplier_bank.bank_acct_no__corr~") COLUMN(NAME=~"supplier_bank.swift_code__corr~") COLUMN(NAME=~"supplier_bank.udf_str7~") COLUMN(NAME=~"supplier_bank.udf_str8~") COLUMN(NAME=~"supplier_bank.udf_str9~") COLUMN(NAME=~"supplier_bank.udf_str10~") COLUMN(NAME=~"supplier_bank.ifsc~") COLUMN(NAME=~"supplier_bank.wf_status~") JOIN (LEFT=~"supplier_bank.emp_code__aprv~" OP =~"=~"RIGHT=~"employee.emp_code~" OUTER1 =~"supplier_bank.emp_code__aprv~" ) JOIN (LEFT=~"supplier_bank.supp_code~" OP =~"=~"RIGHT=~"supplier.supp_code~" )WHERE( EXP1 =~"supplier_bank.supp_code~" OP =~"=~" EXP2 =~":msupp_code~" LOGIC =~"And~" ) WHERE( EXP1 =~"supplier_bank.bank_code__ben~" OP =~"=~" EXP2 =~":mbank_code~" ) ) ARG(NAME = ~"msupp_code~" TYPE = string) ARG(NAME = ~"mbank_code~" TYPE = string) " update="SUPPLIER_BANK" updatewhere=0 updatekeyinplace=no arguments=(("msupp_code", string),("mbank_code", string)) )
groupbox(band=detail text="Basic"border="5" color="33554432" x="9" y="4" height="53" width="510" name=gb_5 visible="1" font.face="Times New Roman" font.height="-10" font.weight="700" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
groupbox(band=detail text="Beneficiary Details"border="5" color="33554432" x="8" y="67" height="206" width="509" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="700" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Bank Name :" border="0" color="33554432" x="12" y="117" height="16" width="86" html.valueishtml="0" name=bank_name__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Bank Address :" border="0" color="33554432" x="12" y="141" height="16" width="86" html.valueishtml="0" name=addr1__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="City :" border="0" color="33554432" x="12" y="167" height="16" width="86" html.valueishtml="0" name=city__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Pin Code :" border="0" color="33554432" x="343" y="167" height="16" width="86" html.valueishtml="0" name=pin__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Country Code :" border="0" color="33554432" x="354" y="192" height="16" width="86" html.valueishtml="0" name=count_code__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=70 border="5" color="33554432" x="434" y="167" height="16" width="77" format="[general]" html.valueishtml="0" name=pin__ben visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=10 alignment="0" tabsequence=90 border="5" color="33554432" x="445" y="192" height="16" width="66" format="[general]" html.valueishtml="0" name=count_code__ben visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="33554432" x="103" y="118" height="15" width="273" format="[general]" html.valueishtml="0" name=bank_name__ben visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="33554432" x="103" y="142" height="16" width="133" format="[general]" html.valueishtml="0" name=addr1__ben visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=7 alignment="0" tabsequence=60 border="5" color="33554432" x="103" y="167" height="16" width="100" format="[general]" html.valueishtml="0" name=city__ben visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=5 alignment="0" tabsequence=40 border="5" color="33554432" x="240" y="142" height="16" width="133" format="[general]" html.valueishtml="0" name=addr2__ben visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=6 alignment="0" tabsequence=50 border="5" color="33554432" x="378" y="142" height="16" width="133" format="[general]" html.valueishtml="0" name=addr3__ben visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="33554432" x="103" y="94" height="15" width="66" format="[general]" html.valueishtml="0" name=bank_code__ben visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Bank Code :" border="0" color="33554432" x="12" y="93" height="16" width="86" html.valueishtml="0" name=bank_code__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=110 border="5" color="33554432" x="385" y="217" height="15" width="126" format="[general]" html.valueishtml="0" name=swift_code__ben visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Swift Code :" border="0" color="33554432" x="286" y="216" height="16" width="94" html.valueishtml="0" name=swift_code__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Bank Name :" border="0" color="33554432" x="12" y="331" height="16" width="86" html.valueishtml="0" name=bank_name__inter_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Bank Address :" border="0" color="33554432" x="12" y="355" height="16" width="86" html.valueishtml="0" name=addr1__inter_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="City :" border="0" color="33554432" x="12" y="378" height="16" width="86" html.valueishtml="0" name=city__inter_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="State Code :" border="0" color="33554432" x="12" y="403" height="16" width="86" html.valueishtml="0" name=state_code__inter_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="0" tabsequence=220 border="5" color="33554432" x="103" y="427" height="15" width="126" format="[general]" html.valueishtml="0" name=swift_code__inter visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=21 alignment="0" tabsequence=210 border="5" color="33554432" x="439" y="403" height="16" width="72" format="[general]" html.valueishtml="0" name=count_code__inter visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Country Code :" border="0" color="33554432" x="347" y="403" height="16" width="86" html.valueishtml="0" name=count_code__inter_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Swift Code :" border="0" color="33554432" x="12" y="427" height="16" width="86" html.valueishtml="0" name=swift_code__inter_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=19 alignment="0" tabsequence=200 border="5" color="33554432" x="103" y="403" height="16" width="66" format="[general]" html.valueishtml="0" name=state_code__inter visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Bank Code :" border="0" color="33554432" x="12" y="307" height="16" width="86" html.valueishtml="0" name=bank_code__inter_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
groupbox(band=detail text="Correspondence Details"border="5" color="33554432" x="10" y="454" height="170" width="509" name=gb_4 visible="1" font.face="Times New Roman" font.height="-10" font.weight="700" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=45 alignment="0" tabsequence=270 border="5" color="33554432" x="378" y="527" height="16" width="133" format="[general]" html.valueishtml="0" name=addr3__corr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="City:" border="0" color="33554432" x="12" y="550" height="16" width="86" html.valueishtml="0" name=city__corr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=46 alignment="0" tabsequence=280 border="5" color="33554432" x="103" y="550" height="16" width="100" format="[general]" html.valueishtml="0" name=city__corr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=48 alignment="0" tabsequence=290 border="5" color="33554432" x="415" y="550" height="16" width="96" format="[general]" html.valueishtml="0" name=pin__corr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="State Code:" border="0" color="33554432" x="12" y="573" height="16" width="86" html.valueishtml="0" name=state_code__corr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Bank Acct No:" border="0" color="33554432" x="12" y="596" height="16" width="86" html.valueishtml="0" name=bank_acct_no__corr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=50 alignment="0" tabsequence=320 border="5" color="33554432" x="103" y="596" height="16" width="126" format="[general]" html.valueishtml="0" name=bank_acct_no__corr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Pin Code:" border="0" color="33554432" x="314" y="550" height="16" width="96" html.valueishtml="0" name=pin__corr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Country Code:" border="0" color="33554432" x="337" y="574" height="16" width="96" html.valueishtml="0" name=count_code__corr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=49 alignment="0" tabsequence=310 border="5" color="33554432" x="439" y="573" height="16" width="72" format="[general]" html.valueishtml="0" name=count_code__corr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=44 alignment="0" tabsequence=260 border="5" color="33554432" x="240" y="527" height="16" width="133" format="[general]" html.valueishtml="0" name=addr2__corr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=47 alignment="0" tabsequence=300 border="5" color="33554432" x="103" y="573" height="16" width="66" format="[general]" html.valueishtml="0" name=state_code__corr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Swift Code: " border="0" color="33554432" x="321" y="596" height="16" width="86" html.valueishtml="0" name=swift_code__corr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=51 alignment="0" tabsequence=330 border="5" color="33554432" x="412" y="597" height="16" width="100" format="[general]" html.valueishtml="0" name=swift_code__corr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Bank Name:" border="0" color="33554432" x="12" y="505" height="16" width="86" html.valueishtml="0" name=bank_name__corr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Bank Address:" border="0" color="33554432" x="12" y="527" height="16" width="86" html.valueishtml="0" name=addr1__corr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=43 alignment="0" tabsequence=250 border="5" color="33554432" x="103" y="527" height="16" width="133" format="[general]" html.valueishtml="0" name=addr1__corr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Bank Code:" border="0" color="33554432" x="12" y="482" height="16" width="86" html.valueishtml="0" name=bank_code__corr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
groupbox(band=detail text="Other Details"border="5" color="33554432" x="0" y="623" height="255" width="514" name=gb_3 visible="1" font.face="Times New Roman" font.height="-10" font.weight="700" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Udf Str 4 :" border="0" color="33554432" x="293" y="671" height="16" width="86" html.valueishtml="0" name=udf_str4_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Udf Str 1 :" border="0" color="33554432" x="12" y="648" height="16" width="86" html.valueishtml="0" name=udf_str1_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Udf Str 2 :" border="0" color="33554432" x="293" y="648" height="16" width="86" html.valueishtml="0" name=udf_str2_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Udf Str 3 :" border="0" color="33554432" x="12" y="671" height="16" width="86" html.valueishtml="0" name=udf_str3_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Udf Str 5 :" border="0" color="33554432" x="12" y="694" height="16" width="86" html.valueishtml="0" name=udf_str5_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=27 alignment="0" tabsequence=380 border="5" color="33554432" x="103" y="694" height="15" width="126" format="[general]" html.valueishtml="0" name=udf_str5 visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=52 alignment="0" tabsequence=400 border="5" color="33554432" x="103" y="716" height="16" width="126" format="[general]" html.valueishtml="0" name=udf_str7 visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=54 alignment="0" tabsequence=420 border="5" color="33554432" x="103" y="740" height="16" width="126" format="[general]" html.valueishtml="0" name=udf_str9 visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=26 alignment="0" tabsequence=370 border="5" color="33554432" x="385" y="671" height="15" width="126" format="[general]" html.valueishtml="0" name=udf_str4 visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=28 alignment="0" tabsequence=390 border="5" color="33554432" x="385" y="693" height="15" width="126" format="[general]" html.valueishtml="0" name=udf_str6 visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=53 alignment="0" tabsequence=410 border="5" color="33554432" x="385" y="715" height="16" width="126" format="[general]" html.valueishtml="0" name=udf_str8 visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=55 alignment="0" tabsequence=430 border="5" color="33554432" x="385" y="738" height="16" width="126" format="[general]" html.valueishtml="0" name=udf_str10 visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Udf Str 6 :" border="0" color="33554432" x="293" y="694" height="16" width="86" html.valueishtml="0" name=udf_str6_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Udf Str8:" border="0" color="33554432" x="293" y="718" height="16" width="86" html.valueishtml="0" name=udf_str8_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Udf Str7:" border="0" color="33554432" x="13" y="718" height="16" width="86" html.valueishtml="0" name=udf_str7_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=23 alignment="0" tabsequence=340 border="5" color="33554432" x="103" y="649" height="15" width="126" format="[general]" html.valueishtml="0" name=udf_str1 visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=24 alignment="0" tabsequence=350 border="5" color="33554432" x="385" y="649" height="15" width="126" format="[general]" html.valueishtml="0" name=udf_str2 visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=25 alignment="0" tabsequence=360 border="5" color="33554432" x="103" y="671" height="15" width="126" format="[general]" html.valueishtml="0" name=udf_str3 visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Udf Str9:" border="0" color="33554432" x="14" y="740" height="16" width="86" html.valueishtml="0" name=udf_str9_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Udf Str10:" border="0" color="33554432" x="295" y="738" height="16" width="86" html.valueishtml="0" name=udf_str10_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=29 alignment="0" tabsequence=32766 border="5" color="255" x="104" y="764" height="15" width="34" format="[general]" html.valueishtml="0" name=active_yn visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Confirmed :" border="0" color="33554432" x="175" y="763" height="16" width="86" html.valueishtml="0" name=confirmed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=30 alignment="0" tabsequence=32766 border="5" color="255" x="267" y="764" height="15" width="39" format="[general]" html.valueishtml="0" name=confirmed visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Conf Date :" border="0" color="33554432" x="338" y="763" height="16" width="86" html.valueishtml="0" name=conf_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=31 alignment="0" tabsequence=32766 border="5" color="255" x="427" y="764" height="15" width="85" format="dd/mm/yy" html.valueishtml="0" name=conf_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=41 alignment="0" tabsequence=230 border="5" color="33554432" x="103" y="481" height="16" width="66" format="[general]" html.valueishtml="0" name=bank_code__corr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=42 alignment="0" tabsequence=240 border="5" color="33554432" x="103" y="504" height="16" width="271" format="[general]" html.valueishtml="0" name=bank_name__corr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Active Y/N :" border="0" color="33554432" x="13" y="763" height="16" width="86" html.valueishtml="0" name=active_yn_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
groupbox(band=detail text="Intermediatary Details"border="5" color="33554432" x="9" y="280" height="171" width="509" name=gb_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="700" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=18 alignment="0" tabsequence=180 border="5" color="33554432" x="103" y="379" height="16" width="100" format="[general]" html.valueishtml="0" name=city__inter visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Pin Code :" border="0" color="33554432" x="324" y="379" height="16" width="86" html.valueishtml="0" name=pin__inter_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=20 alignment="0" tabsequence=190 border="5" color="33554432" x="415" y="379" height="16" width="96" format="[general]" html.valueishtml="0" name=pin__inter visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=17 alignment="0" tabsequence=170 border="5" color="33554432" x="378" y="355" height="16" width="133" format="[general]" html.valueishtml="0" name=addr3__inter visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=16 alignment="0" tabsequence=160 border="5" color="33554432" x="240" y="355" height="16" width="133" format="[general]" html.valueishtml="0" name=addr2__inter visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=15 alignment="0" tabsequence=150 border="5" color="33554432" x="103" y="355" height="16" width="133" format="[general]" html.valueishtml="0" name=addr1__inter visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=14 alignment="0" tabsequence=140 border="5" color="33554432" x="103" y="332" height="15" width="273" format="[general]" html.valueishtml="0" name=bank_name__inter visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Curr Code:" border="0" color="33554432" x="294" y="307" height="16" width="86" html.valueishtml="0" name=curr_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=13 alignment="0" tabsequence=120 border="5" color="33554432" x="103" y="308" height="15" width="66" format="[general]" html.valueishtml="0" name=bank_code__inter visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=40 alignment="0" tabsequence=130 border="5" color="33554432" x="385" y="308" height="16" width="54" format="[general]" html.valueishtml="0" name=curr_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="State Code :" border="0" color="33554432" x="12" y="192" height="16" width="86" html.valueishtml="0" name=state_code__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Bank A/c No :" border="0" color="33554432" x="12" y="216" height="16" width="86" html.valueishtml="0" name=bank_acct_no__ben_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="IFSC :" border="0" color="33554432" x="12" y="240" height="15" width="86" html.valueishtml="0" name=ifsc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=80 border="5" color="33554432" x="103" y="192" height="16" width="66" format="[general]" html.valueishtml="0" name=state_code__ben visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=11 alignment="0" tabsequence=100 border="5" color="33554432" x="103" y="217" height="15" width="126" format="[general]" html.valueishtml="0" name=bank_acct_no__ben visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=56 alignment="0" tabsequence=440 border="5" color="33554432" x="103" y="241" height="15" width="131" format="[general]" html.valueishtml="0" name=ifsc visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Supplier Code :" border="0" color="33554432" x="12" y="25" height="16" width="86" html.valueishtml="0" name=supp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=36 alignment="0" tabsequence=32766 border="5" color="255" x="186" y="26" height="15" width="325" format="[general]" html.valueishtml="0" name=supp_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=450 border="5" color="33554432" x="105" y="27" height="15" width="57" format="[general]" html.valueishtml="0" name=supp_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Chg Date :" border="0" color="33554432" x="13" y="832" height="16" width="86" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=33 alignment="0" tabsequence=32766 border="5" color="255" x="104" y="833" height="15" width="104" format="dd/mm/yy" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Chg User :" border="0" color="33554432" x="225" y="833" height="16" width="56" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=34 alignment="0" tabsequence=32766 border="5" color="255" x="286" y="833" height="15" width="66" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=38 alignment="0" tabsequence=32766 border="5" color="255" x="306" y="810" height="16" width="99" format="[general]" html.valueishtml="0" name=emp_mname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=39 alignment="0" tabsequence=32766 border="5" color="255" x="409" y="810" height="16" width="103" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Chg Term :" border="0" color="33554431" x="369" y="832" height="16" width="58" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=35 alignment="0" tabsequence=32766 border="5" color="255" x="432" y="833" height="15" width="80" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=32 alignment="0" tabsequence=32766 border="5" color="255" x="104" y="810" height="15" width="91" format="[general]" html.valueishtml="0" name=emp_code__aprv visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=37 alignment="0" tabsequence=32766 border="5" color="255" x="198" y="810" height="16" width="103" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Emp Cd Aprv :" border="0" color="33554432" x="13" y="809" height="16" width="86" html.valueishtml="0" name=emp_code__aprv_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=57 alignment="0" tabsequence=32766 border="5" color="33554432" x="87" y="787" height="15" width="79" html.valueishtml="0" name=wf_status visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Wf Status:" border="0" color="33554432" x="16" y="787" height="15" width="62" html.valueishtml="0" name=wf_status_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="cc" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><d_supplier_bank_edit><d_supplier_bank_edit_row __pbband=~"detail~"><supp_code>supp_code</supp_code><bank_code__ben>bank_code__ben</bank_code__ben><bank_name__ben>bank_name__ben</bank_name__ben><addr1__ben>addr1__ben</addr1__ben><addr2__ben>addr2__ben</addr2__ben><addr3__ben>addr3__ben</addr3__ben><city__ben>city__ben</city__ben><state_code__ben>state_code__ben</state_code__ben><pin__ben>pin__ben</pin__ben><count_code__ben>count_code__ben</count_code__ben><bank_acct_no__ben>bank_acct_no__ben</bank_acct_no__ben><swift_code__ben>swift_code__ben</swift_code__ben><bank_code__inter>bank_code__inter</bank_code__inter><bank_name__inter>bank_name__inter</bank_name__inter><addr1__inter>addr1__inter</addr1__inter><addr2__inter>addr2__inter</addr2__inter><addr3__inter>addr3__inter</addr3__inter><city__inter>city__inter</city__inter><state_code__inter>state_code__inter</state_code__inter><pin__inter>pin__inter</pin__inter><count_code__inter>count_code__inter</count_code__inter><swift_code__inter>swift_code__inter</swift_code__inter><udf_str1>udf_str1</udf_str1><udf_str2>udf_str2</udf_str2><udf_str3>udf_str3</udf_str3><udf_str4>udf_str4</udf_str4><udf_str5>udf_str5</udf_str5><udf_str6>udf_str6</udf_str6><active_yn>active_yn</active_yn><confirmed>confirmed</confirmed><conf_date>conf_date</conf_date><emp_code__aprv>emp_code__aprv</emp_code__aprv><chg_date>chg_date</chg_date><chg_user>chg_user</chg_user><chg_term>chg_term</chg_term><supp_name>supp_name</supp_name><emp_fname>emp_fname</emp_fname><emp_mname>emp_mname</emp_mname><emp_lname>emp_lname</emp_lname><curr_code/><bank_code__corr/><bank_name__corr>bank_name__corr</bank_name__corr><addr1__corr>addr1__corr</addr1__corr><addr2__corr>addr2__corr</addr2__corr><addr3__corr>addr3__corr</addr3__corr><city__corr>city__corr</city__corr><state_code__corr>state_code__corr</state_code__corr><pin__corr>pin__corr</pin__corr><count_code__corr>count_code__corr</count_code__corr><bank_acct_no__corr>bank_acct_no__corr</bank_acct_no__corr><swift_code__corr>swift_code__corr</swift_code__corr><udf_str7>udf_str7</udf_str7><udf_str8>udf_str8</udf_str8><udf_str9>udf_str9</udf_str9><udf_str10>udf_str10</udf_str10></d_supplier_bank_edit_row></d_supplier_bank_edit>"))
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
...@@ -16,3 +16,10 @@ INSERT INTO MAIL_FORMAT (FORMAT_CODE,FORMAT_TYPE,SEND_TO,COPY_TO,BLIND_COPY,SUBJ ...@@ -16,3 +16,10 @@ INSERT INTO MAIL_FORMAT (FORMAT_CODE,FORMAT_TYPE,SEND_TO,COPY_TO,BLIND_COPY,SUBJ
INSERT INTO MAIL_FORMAT (FORMAT_CODE,FORMAT_TYPE,SEND_TO,COPY_TO,BLIND_COPY,SUBJECT,BODY_TEXT,BODY_COMP,PRIORITY,DELIVERY_REPORT,RETURN_RECEIPT,MAIL_APPLICATION,MAIL_SERVER,MAIL_BOX,MAIL_ID,ATTACH_TYPE,ATTACH_TEXT,WINNAME,WIN_NAME,MAIL_GENERATION,MAIL_DESCR,FN_NAME,COND_METHOD,EMAIL_EXPR,TEMPLATE_PURPOSE,STATUS,USER_ID__OWN,ATTACH_OBJECT) VALUES ('SPBNK_APPRVD','T','[(E)ROLE_CODE]',NULL,NULL,'Supplier bank for <Detail1.supp_code> is approved.','Dear Sir/Madam,Supplier for, Supp code :<Detail1.supp_code> Bank Code :<Detail1.bank_code__ben> is Approved',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); INSERT INTO MAIL_FORMAT (FORMAT_CODE,FORMAT_TYPE,SEND_TO,COPY_TO,BLIND_COPY,SUBJECT,BODY_TEXT,BODY_COMP,PRIORITY,DELIVERY_REPORT,RETURN_RECEIPT,MAIL_APPLICATION,MAIL_SERVER,MAIL_BOX,MAIL_ID,ATTACH_TYPE,ATTACH_TEXT,WINNAME,WIN_NAME,MAIL_GENERATION,MAIL_DESCR,FN_NAME,COND_METHOD,EMAIL_EXPR,TEMPLATE_PURPOSE,STATUS,USER_ID__OWN,ATTACH_OBJECT) VALUES ('SPBNK_APPRVD','T','[(E)ROLE_CODE]',NULL,NULL,'Supplier bank for <Detail1.supp_code> is approved.','Dear Sir/Madam,Supplier for, Supp code :<Detail1.supp_code> Bank Code :<Detail1.bank_code__ben> is Approved',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
--Level 2 Sign_trans --Level 2 Sign_trans
INSERT INTO MAIL_FORMAT (FORMAT_CODE,FORMAT_TYPE,SEND_TO,COPY_TO,BLIND_COPY,SUBJECT,BODY_TEXT,BODY_COMP,PRIORITY,DELIVERY_REPORT,RETURN_RECEIPT,MAIL_APPLICATION,MAIL_SERVER,MAIL_BOX,MAIL_ID,ATTACH_TYPE,ATTACH_TEXT,WINNAME,WIN_NAME,MAIL_GENERATION,MAIL_DESCR,FN_NAME,COND_METHOD,EMAIL_EXPR,TEMPLATE_PURPOSE,STATUS,USER_ID__OWN,ATTACH_OBJECT) VALUES ('SPBNK_SIGN','T','[(E)ROLE_CODE]',NULL,NULL,'Please approve the proposed Supplier bank','Dear Sir/Madam,Please approve the Supplier bank for Supp code :<Detail1.supp_code> Bank Code :<Detail1.bank_code__ben>.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); INSERT INTO MAIL_FORMAT (FORMAT_CODE,FORMAT_TYPE,SEND_TO,COPY_TO,BLIND_COPY,SUBJECT,BODY_TEXT,BODY_COMP,PRIORITY,DELIVERY_REPORT,RETURN_RECEIPT,MAIL_APPLICATION,MAIL_SERVER,MAIL_BOX,MAIL_ID,ATTACH_TYPE,ATTACH_TEXT,WINNAME,WIN_NAME,MAIL_GENERATION,MAIL_DESCR,FN_NAME,COND_METHOD,EMAIL_EXPR,TEMPLATE_PURPOSE,STATUS,USER_ID__OWN,ATTACH_OBJECT) VALUES ('SPBNK_SIGN','T','[(E)ROLE_CODE]',NULL,NULL,'Please approve the proposed Supplier bank','Dear Sir/Madam,Please approve the Supplier bank for Supp code :<Detail1.supp_code> Bank Code :<Detail1.bank_code__ben>.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
-- Added on 14-AUG-2019 [START]
update transetup set CONFIRM_COL = 'confirmed' where TRAN_WINDOW = 'w_supplier_bank';
update obj_actions set SHOW_CONFIRM ='000' where OBJ_NAME ='supplier_bank' and title in ('Edit','Confirm');
update transetup set CANCEL_COL = 'wf_status' ,CANCEL_VAL ='R' where TRAN_WINDOW = 'w_supplier_bank';
update obj_forms set TITLE = 'Supplier Bank' where WIN_NAME ='w_supplier_bank';
-- Added on 14-AUG-2019 [END]
\ No newline at end of file
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<RedefinableHeader PublicationStatus="UNDER_TEST"/> <RedefinableHeader PublicationStatus="UNDER_TEST"/>
<Participants> <Participants>
<Participant Id="SPBNK_INIT" Name="SPBNK_INIT"> <Participant Id="SPBNK_INIT" Name="SPBNK_INIT">
<ParticipantType Type="ROLE"/> <ParticipantType1 Type="ROLE"/>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="SPBNK_INIT"/> <ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="SPBNK_INIT"/>
<ExtendedAttribute Name="SIGN_FOR" Value="Initiator"/> <ExtendedAttribute Name="SIGN_FOR" Value="Initiator"/>
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</ExtendedAttributes> </ExtendedAttributes>
</Participant> </Participant>
<Participant Id="SPBNK_APR1" Name="SPBNK_APR1"> <Participant Id="SPBNK_APR1" Name="SPBNK_APR1">
<ParticipantType Type="ROLE"/> <ParticipantType1 Type="ROLE"/>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="SPBNK_APR1"/> <ExtendedAttribute Name="PRFMR_ROLE_CODE" Value="SPBNK_APR1"/>
<ExtendedAttribute Name="SIGN_FOR" Value="Approver"/> <ExtendedAttribute Name="SIGN_FOR" Value="Approver"/>
...@@ -160,6 +160,31 @@ ...@@ -160,6 +160,31 @@
<ExtendedAttribute Name="METHOD_NAME" Value="sendMail"/> <ExtendedAttribute Name="METHOD_NAME" Value="sendMail"/>
</ExtendedAttributes> </ExtendedAttributes>
</Application> </Application>
<Application Id="ON_REJCT" Name="ON_REJCT">
<FormalParameters>
<FormalParameter Id="USER_INFO" Index="1" Mode="IN">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</FormalParameter>
<FormalParameter Id="SUPP_CODE" Index="2" Mode="IN">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</FormalParameter>
<FormalParameter Id="BANK_CODE_BEN" Index="3" Mode="IN">
<DataType>
<BasicType Type="STRING"/>
</DataType>
</FormalParameter>
</FormalParameters>
<ExtendedAttributes>
<ExtendedAttribute Name="APPLN_TYPE" Value="JB"/>
<ExtendedAttribute Name="COMP_NAME" Value="ibase.webitm.ejb.fin.adv.SupplierBankSaveWf"/>
<ExtendedAttribute Name="METHOD_NAME" Value="updateOnReject"/>
<ExtendedAttribute Name="EXEC_MODE" Value="SYNC"/>
</ExtendedAttributes>
</Application>
</Applications> </Applications>
<Activities> <Activities>
<Activity Id="SUPBNK_WRKFLW" Name="SUPBNK_WRKFLW"> <Activity Id="SUPBNK_WRKFLW" Name="SUPBNK_WRKFLW">
...@@ -228,7 +253,7 @@ ...@@ -228,7 +253,7 @@
</ActualParameters> </ActualParameters>
</Tool> </Tool>
</Implementation> </Implementation>
<Performer>SPBNK_INIT</Performer> <Performer>SPBNK_APR1</Performer>
<StartMode> <StartMode>
<Automatic/> <Automatic/>
</StartMode> </StartMode>
...@@ -236,9 +261,9 @@ ...@@ -236,9 +261,9 @@
<Automatic/> <Automatic/>
</FinishMode> </FinishMode>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="ParticipantID" Value="SPBNK_INIT"/> <ExtendedAttribute Name="ParticipantID" Value="SPBNK_APR1"/>
<ExtendedAttribute Name="XOffset" Value="490"/> <ExtendedAttribute Name="XOffset" Value="500"/>
<ExtendedAttribute Name="YOffset" Value="80"/> <ExtendedAttribute Name="YOffset" Value="20"/>
</ExtendedAttributes> </ExtendedAttributes>
</Activity> </Activity>
<Activity Id="SUPBNK_ARVMAIL" Name="SUPBNK_ARVMAIL"> <Activity Id="SUPBNK_ARVMAIL" Name="SUPBNK_ARVMAIL">
...@@ -260,7 +285,7 @@ ...@@ -260,7 +285,7 @@
</FinishMode> </FinishMode>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="ParticipantID" Value="SPBNK_INIT"/> <ExtendedAttribute Name="ParticipantID" Value="SPBNK_INIT"/>
<ExtendedAttribute Name="XOffset" Value="610"/> <ExtendedAttribute Name="XOffset" Value="500"/>
<ExtendedAttribute Name="YOffset" Value="80"/> <ExtendedAttribute Name="YOffset" Value="80"/>
</ExtendedAttributes> </ExtendedAttributes>
</Activity> </Activity>
...@@ -287,6 +312,29 @@ ...@@ -287,6 +312,29 @@
<ExtendedAttribute Name="YOffset" Value="80"/> <ExtendedAttribute Name="YOffset" Value="80"/>
</ExtendedAttributes> </ExtendedAttributes>
</Activity> </Activity>
<Activity Id="On_rejct_spbnk" Name="On_rejct_spbnk">
<Implementation>
<Tool Id="ON_REJCT" Type="APPLICATION">
<ActualParameters>
<ActualParameter>$USER_INFO</ActualParameter>
<ActualParameter>&lt;Detail1.supp_code&gt;</ActualParameter>
<ActualParameter>&lt;Detail1.bank_code__ben&gt;</ActualParameter>
</ActualParameters>
</Tool>
</Implementation>
<Performer>SPBNK_APR1</Performer>
<StartMode>
<Automatic/>
</StartMode>
<FinishMode>
<Automatic/>
</FinishMode>
<ExtendedAttributes>
<ExtendedAttribute Name="ParticipantID" Value="SPBNK_APR1"/>
<ExtendedAttribute Name="XOffset" Value="230"/>
<ExtendedAttribute Name="YOffset" Value="20"/>
</ExtendedAttributes>
</Activity>
</Activities> </Activities>
<Transitions> <Transitions>
<Transition From="SUPBNK_WRKFLW" Id="SUPBNK_WRKFLW_Tra2" To="SPBNK_APPR_SIGN1"> <Transition From="SUPBNK_WRKFLW" Id="SUPBNK_WRKFLW_Tra2" To="SPBNK_APPR_SIGN1">
...@@ -308,18 +356,25 @@ ...@@ -308,18 +356,25 @@
<ExtendedAttribute Name="VAR_NAMES" Value="$APP_RESULT"/> <ExtendedAttribute Name="VAR_NAMES" Value="$APP_RESULT"/>
</ExtendedAttributes> </ExtendedAttributes>
</Transition> </Transition>
<Transition From="SPBNK_APPR_SIGN1" Id="SUPBNK_WRKFLW_Tra5" To="SUPBNK_RJTMAIL"> <Transition From="SPBNK_APPR_SIGN1" Id="SUPBNK_WRKFLW_Tra5" To="On_rejct_spbnk">
<Condition Type="CONDITION">$APP_RESULT == "R"</Condition> <Condition Type="CONDITION">$APP_RESULT == "R"</Condition>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="RoutingType" Value="NOROUTING"/> <ExtendedAttribute Name="RoutingType" Value="NOROUTING"/>
<ExtendedAttribute Name="VAR_NAMES" Value="$APP_RESULT"/> <ExtendedAttribute Name="VAR_NAMES" Value="$APP_RESULT"/>
</ExtendedAttributes> </ExtendedAttributes>
</Transition> </Transition>
<Transition From="On_rejct_spbnk" Id="SUPBNK_WRKFLW_Tra13" To="SUPBNK_RJTMAIL">
<Condition Type="CONDITION">$APP_RESULT=="1"</Condition>
<ExtendedAttributes>
<ExtendedAttribute Name="RoutingType" Value="NOROUTING"/>
<ExtendedAttribute Name="VAR_NAMES" Value="$APP_RESULT"/>
</ExtendedAttributes>
</Transition>
</Transitions> </Transitions>
<ExtendedAttributes> <ExtendedAttributes>
<ExtendedAttribute Name="StartOfWorkflow" Value="SPBNK_INIT;SUPBNK_WRKFLW;390;10;NOROUTING"/> <ExtendedAttribute Name="StartOfWorkflow" Value="SPBNK_INIT;SUPBNK_WRKFLW;390;10;NOROUTING"/>
<ExtendedAttribute Name="EndOfWorkflow" Value="SPBNK_INIT;SUPBNK_RJTMAIL;150;80;NOROUTING"/> <ExtendedAttribute Name="EndOfWorkflow" Value="SPBNK_INIT;SUPBNK_ARVMAIL;650;80;NOROUTING"/>
<ExtendedAttribute Name="EndOfWorkflow" Value="SPBNK_INIT;SUPBNK_ARVMAIL;710;80;NOROUTING"/> <ExtendedAttribute Name="EndOfWorkflow" Value="SPBNK_INIT;SUPBNK_RJTMAIL;110;80;NOROUTING"/>
<ExtendedAttribute Name="ParticipantVisualOrder" Value="SPBNK_INIT;SPBNK_APR1;"/> <ExtendedAttribute Name="ParticipantVisualOrder" Value="SPBNK_INIT;SPBNK_APR1;"/>
</ExtendedAttributes> </ExtendedAttributes>
</WorkflowProcess> </WorkflowProcess>
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow>
<Release>9</Release>
<BaseDefinition>
<units>1</units>
<timer_interval>0</timer_interval>
<color>67108864</color>
<processing>1</processing>
<HTMLDW>no</HTMLDW>
<print>
<documentname></documentname>
<printername></printername>
<orientation>0</orientation>
<margin>
<left>24</left>
<right>24</right>
<top>24</top>
<bottom>24</bottom>
</margin>
<paper>
<source>0</source>
<size>0</size>
</paper>
<prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons>
<preview.buttons>no</preview.buttons>
<cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob>
</print>
<grid.lines>0</grid.lines>
</BaseDefinition>
<Header>
<height>20</height>
<color>536870912</color>
</Header>
<Summary>
<height>0</height>
<color>536870912</color>
</Summary>
<Footer>
<height>0</height>
<color>536870912</color>
</Footer>
<Detail>
<height>20</height>
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>supp_code</name>
<dbname>supplier_bank.supp_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>bank_code__ben</name>
<dbname>supplier_bank.bank_code__ben</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>bank_name__ben</name>
<dbname>supplier_bank.bank_name__ben</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>state_code__ben</name>
<dbname>supplier_bank.state_code__ben</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>count_code__ben</name>
<dbname>supplier_bank.count_code__ben</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>city__ben</name>
<dbname>supplier_bank.city__ben</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>active_yn</name>
<dbname>supplier_bank.active_yn</dbname>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>confirmed</name>
<dbname>supplier_bank.confirmed</dbname>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>bank_acct_no__ben</name>
<dbname>supplier_bank.bank_acct_no__ben</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>bank_code__inter</name>
<dbname>supplier_bank.bank_code__inter</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>bank_name__inter</name>
<dbname>supplier_bank.bank_name__inter</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>state_code__inter</name>
<dbname>supplier_bank.state_code__inter</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>city__inter</name>
<dbname>supplier_bank.city__inter</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>conf_date</name>
<dbname>supplier_bank.conf_date</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code__aprv</name>
<dbname>supplier_bank.emp_code__aprv</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>supplier_bank.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>supplier_bank.chg_user</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>supplier_bank.chg_term</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>count_code__inter</name>
<dbname>supplier_bank.count_code__inter</dbname>
</table_column>
<table_column>
<type size="60">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ifsc</name>
<dbname>supplier_bank.ifsc</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>wf_status</name>
<dbname>supplier_bank.wf_status</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;supplier_bank&quot; ) COLUMN(NAME=&quot;supplier_bank.supp_code&quot;) COLUMN(NAME=&quot;supplier_bank.bank_code__ben&quot;) COLUMN(NAME=&quot;supplier_bank.bank_name__ben&quot;) COLUMN(NAME=&quot;supplier_bank.state_code__ben&quot;) COLUMN(NAME=&quot;supplier_bank.count_code__ben&quot;) COLUMN(NAME=&quot;supplier_bank.city__ben&quot;) COLUMN(NAME=&quot;supplier_bank.active_yn&quot;) COLUMN(NAME=&quot;supplier_bank.confirmed&quot;) COLUMN(NAME=&quot;supplier_bank.bank_acct_no__ben&quot;) COLUMN(NAME=&quot;supplier_bank.bank_code__inter&quot;) COLUMN(NAME=&quot;supplier_bank.bank_name__inter&quot;) COLUMN(NAME=&quot;supplier_bank.state_code__inter&quot;) COLUMN(NAME=&quot;supplier_bank.city__inter&quot;) COLUMN(NAME=&quot;supplier_bank.conf_date&quot;) COLUMN(NAME=&quot;supplier_bank.emp_code__aprv&quot;) COLUMN(NAME=&quot;supplier_bank.chg_date&quot;) COLUMN(NAME=&quot;supplier_bank.chg_user&quot;) COLUMN(NAME=&quot;supplier_bank.chg_term&quot;) COLUMN(NAME=&quot;supplier_bank.count_code__inter&quot;) COLUMN(NAME=&quot;supplier_bank.ifsc&quot;) COLUMN(NAME=&quot;supplier_bank.wf_status&quot;)WHERE( EXP1 =&quot;supplier_bank.supp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:supp_code&quot; ) ) ARG(NAME = &quot;supp_code&quot; TYPE = string) </retrieve>
<update>SUPPLIER_BANK</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>supp_code</name>
<type>string</type>
</argument>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Beneficiary Bank Cd</text>
<border>6</border>
<color>33554432</color>
<x>52</x>
<y>2</y>
<height>16</height>
<width>121</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Bank Name</text>
<border>6</border>
<color>33554432</color>
<x>382</x>
<y>2</y>
<height>16</height>
<width>246</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_name__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Beneficiary Bank A/c No</text>
<border>6</border>
<color>33554432</color>
<x>630</x>
<y>2</y>
<height>16</height>
<width>135</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_acct_no__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Intermediatary Bank Cd</text>
<border>6</border>
<color>33554432</color>
<x>994</x>
<y>2</y>
<height>16</height>
<width>135</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code__inter_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Bank Name</text>
<border>6</border>
<color>33554432</color>
<x>1131</x>
<y>2</y>
<height>16</height>
<width>246</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_name__inter_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Active Yn</text>
<border>6</border>
<color>33554432</color>
<x>175</x>
<y>2</y>
<height>16</height>
<width>67</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>active_yn_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Confirmed</text>
<border>6</border>
<color>33554432</color>
<x>244</x>
<y>2</y>
<height>16</height>
<width>58</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Conf Date</text>
<border>6</border>
<color>33554432</color>
<x>304</x>
<y>2</y>
<height>16</height>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Emp Code Aprv</text>
<border>6</border>
<color>33554432</color>
<x>1577</x>
<y>2</y>
<height>16</height>
<width>126</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Chg Date</text>
<border>6</border>
<color>33554432</color>
<x>1705</x>
<y>2</y>
<height>16</height>
<width>131</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Chg User</text>
<border>6</border>
<color>33554432</color>
<x>1838</x>
<y>2</y>
<height>16</height>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>State Cd</text>
<border>6</border>
<color>33554432</color>
<x>767</x>
<y>2</y>
<height>16</height>
<width>68</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>state_code__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Country Cd</text>
<border>6</border>
<color>33554432</color>
<x>837</x>
<y>2</y>
<height>16</height>
<width>71</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>City</text>
<border>6</border>
<color>33554432</color>
<x>910</x>
<y>2</y>
<height>16</height>
<width>82</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>city__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>State Cd</text>
<border>6</border>
<color>33554432</color>
<x>1379</x>
<y>2</y>
<height>16</height>
<width>52</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>state_code__inter_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>City</text>
<border>6</border>
<color>33554432</color>
<x>1504</x>
<y>2</y>
<height>16</height>
<width>71</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>city__inter_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Country Cd</text>
<border>6</border>
<color>33554432</color>
<x>1433</x>
<y>2</y>
<height>16</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__inter_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Supp Code</text>
<border>6</border>
<color>33554432</color>
<x>2</x>
<y>1</y>
<height>16</height>
<width>48</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>supp_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Chg Term</text>
<border>6</border>
<color>33554432</color>
<x>1906</x>
<y>2</y>
<height>16</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Ifsc</text>
<border>6</border>
<color>33554432</color>
<x>2004</x>
<y>2</y>
<height>16</height>
<width>478</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ifsc_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>33554432</color>
<x>52</x>
<y>2</y>
<height>15</height>
<width>121</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>33554432</color>
<x>382</x>
<y>2</y>
<height>15</height>
<width>246</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_name__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>33554432</color>
<x>630</x>
<y>2</y>
<height>15</height>
<width>135</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_acct_no__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>110</tabsequence>
<border>5</border>
<color>33554432</color>
<x>994</x>
<y>2</y>
<height>15</height>
<width>135</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>120</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1131</x>
<y>2</y>
<height>15</height>
<width>246</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_name__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>33554432</color>
<x>175</x>
<y>2</y>
<height>15</height>
<width>67</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>active_yn</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>33554432</color>
<x>244</x>
<y>2</y>
<height>15</height>
<width>58</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>33554432</color>
<x>304</x>
<y>2</y>
<height>15</height>
<width>76</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>160</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1577</x>
<y>2</y>
<height>15</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>170</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1705</x>
<y>2</y>
<height>15</height>
<width>131</width>
<format>dd/mm/yy hh:mm:ss</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy hh:mm:ss</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<alignment>0</alignment>
<tabsequence>180</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1838</x>
<y>2</y>
<height>15</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<color>33554432</color>
<x>767</x>
<y>2</y>
<height>15</height>
<width>68</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>state_code__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<border>5</border>
<color>33554432</color>
<x>837</x>
<y>2</y>
<height>15</height>
<width>71</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
<color>33554432</color>
<x>910</x>
<y>2</y>
<height>15</height>
<width>82</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>city__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>130</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1379</x>
<y>2</y>
<height>15</height>
<width>52</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>state_code__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>150</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1504</x>
<y>2</y>
<height>15</height>
<width>71</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>city__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<alignment>0</alignment>
<tabsequence>140</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1433</x>
<y>2</y>
<height>15</height>
<width>69</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2</x>
<y>5</y>
<height>16</height>
<width>48</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>supp_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>0</alignment>
<tabsequence>190</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1906</x>
<y>2</y>
<height>15</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<alignment>0</alignment>
<tabsequence>200</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2004</x>
<y>2</y>
<height>15</height>
<width>478</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ifsc</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>0</alignment>
<tabsequence>210</tabsequence>
<border>0</border>
<color>33554432</color>
<x>2485</x>
<y>1</y>
<height>15</height>
<width>108</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Wf Status</text>
<border>0</border>
<color>33554432</color>
<x>2484</x>
<y>1</y>
<height>17</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</TextObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
<HtmlGen>
<clientevents>1</clientevents>
<clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers>
</HtmlGen>
<Export.XML>
<headgroups>1</headgroups>
<includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype>
<savemetadata>0</savemetadata>
</Export.XML>
<Import.XML>
</Import.XML>
<Export.PDF>
<method>0</method>
<distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print>
</Export.PDF>
</Sybase_eDataWindow>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow>
<Release>9</Release>
<BaseDefinition>
<units>1</units>
<timer_interval>0</timer_interval>
<color>67108864</color>
<processing>0</processing>
<HTMLDW>no</HTMLDW>
<print>
<documentname></documentname>
<printername></printername>
<orientation>0</orientation>
<margin>
<left>24</left>
<right>24</right>
<top>24</top>
<bottom>24</bottom>
</margin>
<paper>
<source>0</source>
<size>0</size>
</paper>
<prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons>
<preview.buttons>no</preview.buttons>
<cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob>
</print>
</BaseDefinition>
<Summary>
<height>0</height>
<color>536870912</color>
</Summary>
<Footer>
<height>0</height>
<color>536870912</color>
</Footer>
<Detail>
<height>987</height>
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>supp_code</name>
<dbname>supplier_bank.supp_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>bank_code__ben</name>
<dbname>supplier_bank.bank_code__ben</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>bank_name__ben</name>
<dbname>supplier_bank.bank_name__ben</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>addr1__ben</name>
<dbname>supplier_bank.addr1__ben</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>addr2__ben</name>
<dbname>supplier_bank.addr2__ben</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>addr3__ben</name>
<dbname>supplier_bank.addr3__ben</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>city__ben</name>
<dbname>supplier_bank.city__ben</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>state_code__ben</name>
<dbname>supplier_bank.state_code__ben</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>pin__ben</name>
<dbname>supplier_bank.pin__ben</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>count_code__ben</name>
<dbname>supplier_bank.count_code__ben</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>bank_acct_no__ben</name>
<dbname>supplier_bank.bank_acct_no__ben</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>swift_code__ben</name>
<dbname>supplier_bank.swift_code__ben</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>bank_code__inter</name>
<dbname>supplier_bank.bank_code__inter</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>bank_name__inter</name>
<dbname>supplier_bank.bank_name__inter</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>addr1__inter</name>
<dbname>supplier_bank.addr1__inter</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>addr2__inter</name>
<dbname>supplier_bank.addr2__inter</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>addr3__inter</name>
<dbname>supplier_bank.addr3__inter</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>city__inter</name>
<dbname>supplier_bank.city__inter</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>state_code__inter</name>
<dbname>supplier_bank.state_code__inter</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>pin__inter</name>
<dbname>supplier_bank.pin__inter</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>count_code__inter</name>
<dbname>supplier_bank.count_code__inter</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>swift_code__inter</name>
<dbname>supplier_bank.swift_code__inter</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>udf_str1</name>
<dbname>supplier_bank.udf_str1</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>udf_str2</name>
<dbname>supplier_bank.udf_str2</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>udf_str3</name>
<dbname>supplier_bank.udf_str3</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>udf_str4</name>
<dbname>supplier_bank.udf_str4</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>udf_str5</name>
<dbname>supplier_bank.udf_str5</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>udf_str6</name>
<dbname>supplier_bank.udf_str6</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>active_yn</name>
<dbname>supplier_bank.active_yn</dbname>
<initial>N</initial>
<values>
<item display="No" data="N"/>
<item display="Yes" data="Y"/>
</values>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>confirmed</name>
<dbname>supplier_bank.confirmed</dbname>
<initial>N</initial>
<values>
<item display="No" data="N"/>
<item display="Yes" data="Y"/>
</values>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>conf_date</name>
<dbname>supplier_bank.conf_date</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code__aprv</name>
<dbname>supplier_bank.emp_code__aprv</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>supplier_bank.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>supplier_bank.chg_user</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>supplier_bank.chg_term</dbname>
</table_column>
<table_column>
<type size="50">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>supp_name</name>
<dbname>supplier.supp_name</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_fname</name>
<dbname>employee.emp_fname</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_mname</name>
<dbname>employee.emp_mname</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_lname</name>
<dbname>employee.emp_lname</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>curr_code</name>
<dbname>supplier_bank.curr_code</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>bank_code__corr</name>
<dbname>supplier_bank.bank_code__corr</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>bank_name__corr</name>
<dbname>supplier_bank.bank_name__corr</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>addr1__corr</name>
<dbname>supplier_bank.addr1__corr</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>addr2__corr</name>
<dbname>supplier_bank.addr2__corr</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>addr3__corr</name>
<dbname>supplier_bank.addr3__corr</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>city__corr</name>
<dbname>supplier_bank.city__corr</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>state_code__corr</name>
<dbname>supplier_bank.state_code__corr</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>pin__corr</name>
<dbname>supplier_bank.pin__corr</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>count_code__corr</name>
<dbname>supplier_bank.count_code__corr</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>bank_acct_no__corr</name>
<dbname>supplier_bank.bank_acct_no__corr</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>swift_code__corr</name>
<dbname>supplier_bank.swift_code__corr</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>udf_str7</name>
<dbname>supplier_bank.udf_str7</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>udf_str8</name>
<dbname>supplier_bank.udf_str8</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>udf_str9</name>
<dbname>supplier_bank.udf_str9</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>udf_str10</name>
<dbname>supplier_bank.udf_str10</dbname>
</table_column>
<table_column>
<type size="60">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ifsc</name>
<dbname>supplier_bank.ifsc</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>wf_status</name>
<dbname>supplier_bank.wf_status</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;supplier_bank&quot; ) TABLE(NAME=&quot;supplier&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;supplier_bank.supp_code&quot;) COLUMN(NAME=&quot;supplier_bank.bank_code__ben&quot;) COLUMN(NAME=&quot;supplier_bank.bank_name__ben&quot;) COLUMN(NAME=&quot;supplier_bank.addr1__ben&quot;) COLUMN(NAME=&quot;supplier_bank.addr2__ben&quot;) COLUMN(NAME=&quot;supplier_bank.addr3__ben&quot;) COLUMN(NAME=&quot;supplier_bank.city__ben&quot;) COLUMN(NAME=&quot;supplier_bank.state_code__ben&quot;) COLUMN(NAME=&quot;supplier_bank.pin__ben&quot;) COLUMN(NAME=&quot;supplier_bank.count_code__ben&quot;) COLUMN(NAME=&quot;supplier_bank.bank_acct_no__ben&quot;) COLUMN(NAME=&quot;supplier_bank.swift_code__ben&quot;) COLUMN(NAME=&quot;supplier_bank.bank_code__inter&quot;) COLUMN(NAME=&quot;supplier_bank.bank_name__inter&quot;) COLUMN(NAME=&quot;supplier_bank.addr1__inter&quot;) COLUMN(NAME=&quot;supplier_bank.addr2__inter&quot;) COLUMN(NAME=&quot;supplier_bank.addr3__inter&quot;) COLUMN(NAME=&quot;supplier_bank.city__inter&quot;) COLUMN(NAME=&quot;supplier_bank.state_code__inter&quot;) COLUMN(NAME=&quot;supplier_bank.pin__inter&quot;) COLUMN(NAME=&quot;supplier_bank.count_code__inter&quot;) COLUMN(NAME=&quot;supplier_bank.swift_code__inter&quot;) COLUMN(NAME=&quot;supplier_bank.udf_str1&quot;) COLUMN(NAME=&quot;supplier_bank.udf_str2&quot;) COLUMN(NAME=&quot;supplier_bank.udf_str3&quot;) COLUMN(NAME=&quot;supplier_bank.udf_str4&quot;) COLUMN(NAME=&quot;supplier_bank.udf_str5&quot;) COLUMN(NAME=&quot;supplier_bank.udf_str6&quot;) COLUMN(NAME=&quot;supplier_bank.active_yn&quot;) COLUMN(NAME=&quot;supplier_bank.confirmed&quot;) COLUMN(NAME=&quot;supplier_bank.conf_date&quot;) COLUMN(NAME=&quot;supplier_bank.emp_code__aprv&quot;) COLUMN(NAME=&quot;supplier_bank.chg_date&quot;) COLUMN(NAME=&quot;supplier_bank.chg_user&quot;) COLUMN(NAME=&quot;supplier_bank.chg_term&quot;) COLUMN(NAME=&quot;supplier.supp_name&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_mname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;supplier_bank.curr_code&quot;) COLUMN(NAME=&quot;supplier_bank.bank_code__corr&quot;) COLUMN(NAME=&quot;supplier_bank.bank_name__corr&quot;) COLUMN(NAME=&quot;supplier_bank.addr1__corr&quot;) COLUMN(NAME=&quot;supplier_bank.addr2__corr&quot;) COLUMN(NAME=&quot;supplier_bank.addr3__corr&quot;) COLUMN(NAME=&quot;supplier_bank.city__corr&quot;) COLUMN(NAME=&quot;supplier_bank.state_code__corr&quot;) COLUMN(NAME=&quot;supplier_bank.pin__corr&quot;) COLUMN(NAME=&quot;supplier_bank.count_code__corr&quot;) COLUMN(NAME=&quot;supplier_bank.bank_acct_no__corr&quot;) COLUMN(NAME=&quot;supplier_bank.swift_code__corr&quot;) COLUMN(NAME=&quot;supplier_bank.udf_str7&quot;) COLUMN(NAME=&quot;supplier_bank.udf_str8&quot;) COLUMN(NAME=&quot;supplier_bank.udf_str9&quot;) COLUMN(NAME=&quot;supplier_bank.udf_str10&quot;) COLUMN(NAME=&quot;supplier_bank.ifsc&quot;) COLUMN(NAME=&quot;supplier_bank.wf_status&quot;) JOIN (LEFT=&quot;supplier_bank.emp_code__aprv&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; OUTER1 =&quot;supplier_bank.emp_code__aprv&quot; ) JOIN (LEFT=&quot;supplier_bank.supp_code&quot; OP =&quot;=&quot;RIGHT=&quot;supplier.supp_code&quot; )WHERE( EXP1 =&quot;supplier_bank.supp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:msupp_code&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;supplier_bank.bank_code__ben&quot; OP =&quot;=&quot; EXP2 =&quot;:mbank_code&quot; ) ) ARG(NAME = &quot;msupp_code&quot; TYPE = string) ARG(NAME = &quot;mbank_code&quot; TYPE = string) </retrieve>
<update>SUPPLIER_BANK</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>msupp_code</name>
<type>string</type>
</argument>
<argument>
<name>mbank_code</name>
<type>string</type>
</argument>
</TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
<border>5</border>
<color>33554432</color>
<x>9</x>
<y>4</y>
<height>53</height>
<width>510</width>
<name>gb_5</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>700</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<GroupBox>
<band>Detail</band>
<text>Beneficiary Details</text>
<border>5</border>
<color>33554432</color>
<x>8</x>
<y>67</y>
<height>206</height>
<width>509</width>
<name>gb_1</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>700</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bank Name :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>117</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_name__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bank Address :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>141</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>addr1__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>City :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>167</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>city__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Pin Code :</text>
<border>0</border>
<color>33554432</color>
<x>343</x>
<y>167</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pin__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Country Code :</text>
<border>0</border>
<color>33554432</color>
<x>354</x>
<y>192</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>33554432</color>
<x>434</x>
<y>167</y>
<height>16</height>
<width>77</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pin__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<border>5</border>
<color>33554432</color>
<x>445</x>
<y>192</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>118</y>
<height>15</height>
<width>273</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_name__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>142</y>
<height>16</height>
<width>133</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>addr1__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>167</y>
<height>16</height>
<width>100</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>city__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>33554432</color>
<x>240</x>
<y>142</y>
<height>16</height>
<width>133</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>addr2__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>33554432</color>
<x>378</x>
<y>142</y>
<height>16</height>
<width>133</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>addr3__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>94</y>
<height>15</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bank Code :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>93</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>110</tabsequence>
<border>5</border>
<color>33554432</color>
<x>385</x>
<y>217</y>
<height>15</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>swift_code__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Swift Code :</text>
<border>0</border>
<color>33554432</color>
<x>286</x>
<y>216</y>
<height>16</height>
<width>94</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>swift_code__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bank Name :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>331</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_name__inter_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bank Address :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>355</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>addr1__inter_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>City :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>378</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>city__inter_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>State Code :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>403</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>state_code__inter_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>22</id>
<alignment>0</alignment>
<tabsequence>220</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>427</y>
<height>15</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>swift_code__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>0</alignment>
<tabsequence>210</tabsequence>
<border>5</border>
<color>33554432</color>
<x>439</x>
<y>403</y>
<height>16</height>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Country Code :</text>
<border>0</border>
<color>33554432</color>
<x>347</x>
<y>403</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__inter_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Swift Code :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>427</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>swift_code__inter_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<alignment>0</alignment>
<tabsequence>200</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>403</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>state_code__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bank Code :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>307</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code__inter_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<GroupBox>
<band>Detail</band>
<text>Correspondence Details</text>
<border>5</border>
<color>33554432</color>
<x>10</x>
<y>454</y>
<height>170</height>
<width>509</width>
<name>gb_4</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>700</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<ColumnObject>
<band>Detail</band>
<id>45</id>
<alignment>0</alignment>
<tabsequence>270</tabsequence>
<border>5</border>
<color>33554432</color>
<x>378</x>
<y>527</y>
<height>16</height>
<width>133</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>addr3__corr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>City:</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>550</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>city__corr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>46</id>
<alignment>0</alignment>
<tabsequence>280</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>550</y>
<height>16</height>
<width>100</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>city__corr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>48</id>
<alignment>0</alignment>
<tabsequence>290</tabsequence>
<border>5</border>
<color>33554432</color>
<x>415</x>
<y>550</y>
<height>16</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pin__corr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>State Code:</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>573</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>state_code__corr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bank Acct No:</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>596</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_acct_no__corr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>50</id>
<alignment>0</alignment>
<tabsequence>320</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>596</y>
<height>16</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_acct_no__corr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Pin Code:</text>
<border>0</border>
<color>33554432</color>
<x>314</x>
<y>550</y>
<height>16</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pin__corr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Country Code:</text>
<border>0</border>
<color>33554432</color>
<x>337</x>
<y>574</y>
<height>16</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__corr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>49</id>
<alignment>0</alignment>
<tabsequence>310</tabsequence>
<border>5</border>
<color>33554432</color>
<x>439</x>
<y>573</y>
<height>16</height>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__corr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>44</id>
<alignment>0</alignment>
<tabsequence>260</tabsequence>
<border>5</border>
<color>33554432</color>
<x>240</x>
<y>527</y>
<height>16</height>
<width>133</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>addr2__corr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>47</id>
<alignment>0</alignment>
<tabsequence>300</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>573</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>state_code__corr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Swift Code: </text>
<border>0</border>
<color>33554432</color>
<x>321</x>
<y>596</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>swift_code__corr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>51</id>
<alignment>0</alignment>
<tabsequence>330</tabsequence>
<border>5</border>
<color>33554432</color>
<x>412</x>
<y>597</y>
<height>16</height>
<width>100</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>swift_code__corr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bank Name:</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>505</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_name__corr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bank Address:</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>527</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>addr1__corr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>43</id>
<alignment>0</alignment>
<tabsequence>250</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>527</y>
<height>16</height>
<width>133</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>addr1__corr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bank Code:</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>482</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code__corr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<GroupBox>
<band>Detail</band>
<text>Other Details</text>
<border>5</border>
<color>33554432</color>
<x>0</x>
<y>623</y>
<height>255</height>
<width>514</width>
<name>gb_3</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>700</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Udf Str 4 :</text>
<border>0</border>
<color>33554432</color>
<x>293</x>
<y>671</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str4_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Udf Str 1 :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>648</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str1_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Udf Str 2 :</text>
<border>0</border>
<color>33554432</color>
<x>293</x>
<y>648</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str2_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Udf Str 3 :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>671</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str3_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Udf Str 5 :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>694</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str5_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>27</id>
<alignment>0</alignment>
<tabsequence>380</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>694</y>
<height>15</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str5</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>52</id>
<alignment>0</alignment>
<tabsequence>400</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>716</y>
<height>16</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str7</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>54</id>
<alignment>0</alignment>
<tabsequence>420</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>740</y>
<height>16</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str9</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>26</id>
<alignment>0</alignment>
<tabsequence>370</tabsequence>
<border>5</border>
<color>33554432</color>
<x>385</x>
<y>671</y>
<height>15</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str4</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>28</id>
<alignment>0</alignment>
<tabsequence>390</tabsequence>
<border>5</border>
<color>33554432</color>
<x>385</x>
<y>693</y>
<height>15</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str6</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>53</id>
<alignment>0</alignment>
<tabsequence>410</tabsequence>
<border>5</border>
<color>33554432</color>
<x>385</x>
<y>715</y>
<height>16</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str8</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>55</id>
<alignment>0</alignment>
<tabsequence>430</tabsequence>
<border>5</border>
<color>33554432</color>
<x>385</x>
<y>738</y>
<height>16</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str10</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Udf Str 6 :</text>
<border>0</border>
<color>33554432</color>
<x>293</x>
<y>694</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str6_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Udf Str8:</text>
<border>0</border>
<color>33554432</color>
<x>293</x>
<y>718</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str8_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Udf Str7:</text>
<border>0</border>
<color>33554432</color>
<x>13</x>
<y>718</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str7_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<alignment>0</alignment>
<tabsequence>340</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>649</y>
<height>15</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str1</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>24</id>
<alignment>0</alignment>
<tabsequence>350</tabsequence>
<border>5</border>
<color>33554432</color>
<x>385</x>
<y>649</y>
<height>15</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str2</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>25</id>
<alignment>0</alignment>
<tabsequence>360</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>671</y>
<height>15</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str3</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Udf Str9:</text>
<border>0</border>
<color>33554432</color>
<x>14</x>
<y>740</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str9_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Udf Str10:</text>
<border>0</border>
<color>33554432</color>
<x>295</x>
<y>738</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>udf_str10_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>29</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>104</x>
<y>764</y>
<height>15</height>
<width>34</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>active_yn</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Confirmed :</text>
<border>0</border>
<color>33554432</color>
<x>175</x>
<y>763</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>30</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>267</x>
<y>764</y>
<height>15</height>
<width>39</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Conf Date :</text>
<border>0</border>
<color>33554432</color>
<x>338</x>
<y>763</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>31</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>427</x>
<y>764</y>
<height>15</height>
<width>85</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>41</id>
<alignment>0</alignment>
<tabsequence>230</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>481</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code__corr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>42</id>
<alignment>0</alignment>
<tabsequence>240</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>504</y>
<height>16</height>
<width>271</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_name__corr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Active Y/N :</text>
<border>0</border>
<color>33554432</color>
<x>13</x>
<y>763</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>active_yn_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<GroupBox>
<band>Detail</band>
<text>Intermediatary Details</text>
<border>5</border>
<color>33554432</color>
<x>9</x>
<y>280</y>
<height>171</height>
<width>509</width>
<name>gb_2</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>700</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>0</alignment>
<tabsequence>180</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>379</y>
<height>16</height>
<width>100</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>city__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Pin Code :</text>
<border>0</border>
<color>33554432</color>
<x>324</x>
<y>379</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pin__inter_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<alignment>0</alignment>
<tabsequence>190</tabsequence>
<border>5</border>
<color>33554432</color>
<x>415</x>
<y>379</y>
<height>16</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pin__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<alignment>0</alignment>
<tabsequence>170</tabsequence>
<border>5</border>
<color>33554432</color>
<x>378</x>
<y>355</y>
<height>16</height>
<width>133</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>addr3__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>160</tabsequence>
<border>5</border>
<color>33554432</color>
<x>240</x>
<y>355</y>
<height>16</height>
<width>133</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>addr2__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>150</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>355</y>
<height>16</height>
<width>133</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>addr1__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>140</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>332</y>
<height>15</height>
<width>273</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_name__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Curr Code:</text>
<border>0</border>
<color>33554432</color>
<x>294</x>
<y>307</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>curr_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>120</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>308</y>
<height>15</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code__inter</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>40</id>
<alignment>0</alignment>
<tabsequence>130</tabsequence>
<border>5</border>
<color>33554432</color>
<x>385</x>
<y>308</y>
<height>16</height>
<width>54</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>curr_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>State Code :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>192</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>state_code__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bank A/c No :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>216</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_acct_no__ben_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>IFSC :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>240</y>
<height>15</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ifsc_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>192</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>state_code__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>217</y>
<height>15</height>
<width>126</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_acct_no__ben</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>56</id>
<alignment>0</alignment>
<tabsequence>440</tabsequence>
<border>5</border>
<color>33554432</color>
<x>103</x>
<y>241</y>
<height>15</height>
<width>131</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ifsc</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Supplier Code :</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>25</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>supp_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>36</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>186</x>
<y>26</y>
<height>15</height>
<width>325</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>supp_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>450</tabsequence>
<border>5</border>
<color>33554432</color>
<x>105</x>
<y>27</y>
<height>15</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>supp_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Date :</text>
<border>0</border>
<color>33554432</color>
<x>13</x>
<y>832</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>33</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>104</x>
<y>833</y>
<height>15</height>
<width>104</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy hh:mm:ss</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg User :</text>
<border>0</border>
<color>33554432</color>
<x>225</x>
<y>833</y>
<height>16</height>
<width>56</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>34</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>286</x>
<y>833</y>
<height>15</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>38</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>306</x>
<y>810</y>
<height>16</height>
<width>99</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_mname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>39</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>409</x>
<y>810</y>
<height>16</height>
<width>103</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Term :</text>
<border>0</border>
<color>33554431</color>
<x>369</x>
<y>832</y>
<height>16</height>
<width>58</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>35</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>432</x>
<y>833</y>
<height>15</height>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>32</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>104</x>
<y>810</y>
<height>15</height>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>37</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>198</x>
<y>810</y>
<height>16</height>
<width>103</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Emp Cd Aprv :</text>
<border>0</border>
<color>33554432</color>
<x>13</x>
<y>809</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>57</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>87</x>
<y>787</y>
<height>15</height>
<width>79</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Wf Status:</text>
<border>0</border>
<color>33554432</color>
<x>16</x>
<y>787</y>
<height>15</height>
<width>62</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wf_status_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
<HtmlGen>
<clientevents>1</clientevents>
<clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers>
</HtmlGen>
<Export.XML>
<headgroups>1</headgroups>
<includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype>
<savemetadata>0</savemetadata>
<Template>
<comment></comment>
<encoding>UTF-8</encoding>
<name>cc</name>
<xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;d_supplier_bank_edit&gt;&lt;d_supplier_bank_edit_row __pbband=&quot;detail&quot;&gt;&lt;supp_code&gt;supp_code&lt;/supp_code&gt;&lt;bank_code__ben&gt;bank_code__ben&lt;/bank_code__ben&gt;&lt;bank_name__ben&gt;bank_name__ben&lt;/bank_name__ben&gt;&lt;addr1__ben&gt;addr1__ben&lt;/addr1__ben&gt;&lt;addr2__ben&gt;addr2__ben&lt;/addr2__ben&gt;&lt;addr3__ben&gt;addr3__ben&lt;/addr3__ben&gt;&lt;city__ben&gt;city__ben&lt;/city__ben&gt;&lt;state_code__ben&gt;state_code__ben&lt;/state_code__ben&gt;&lt;pin__ben&gt;pin__ben&lt;/pin__ben&gt;&lt;count_code__ben&gt;count_code__ben&lt;/count_code__ben&gt;&lt;bank_acct_no__ben&gt;bank_acct_no__ben&lt;/bank_acct_no__ben&gt;&lt;swift_code__ben&gt;swift_code__ben&lt;/swift_code__ben&gt;&lt;bank_code__inter&gt;bank_code__inter&lt;/bank_code__inter&gt;&lt;bank_name__inter&gt;bank_name__inter&lt;/bank_name__inter&gt;&lt;addr1__inter&gt;addr1__inter&lt;/addr1__inter&gt;&lt;addr2__inter&gt;addr2__inter&lt;/addr2__inter&gt;&lt;addr3__inter&gt;addr3__inter&lt;/addr3__inter&gt;&lt;city__inter&gt;city__inter&lt;/city__inter&gt;&lt;state_code__inter&gt;state_code__inter&lt;/state_code__inter&gt;&lt;pin__inter&gt;pin__inter&lt;/pin__inter&gt;&lt;count_code__inter&gt;count_code__inter&lt;/count_code__inter&gt;&lt;swift_code__inter&gt;swift_code__inter&lt;/swift_code__inter&gt;&lt;udf_str1&gt;udf_str1&lt;/udf_str1&gt;&lt;udf_str2&gt;udf_str2&lt;/udf_str2&gt;&lt;udf_str3&gt;udf_str3&lt;/udf_str3&gt;&lt;udf_str4&gt;udf_str4&lt;/udf_str4&gt;&lt;udf_str5&gt;udf_str5&lt;/udf_str5&gt;&lt;udf_str6&gt;udf_str6&lt;/udf_str6&gt;&lt;active_yn&gt;active_yn&lt;/active_yn&gt;&lt;confirmed&gt;confirmed&lt;/confirmed&gt;&lt;conf_date&gt;conf_date&lt;/conf_date&gt;&lt;emp_code__aprv&gt;emp_code__aprv&lt;/emp_code__aprv&gt;&lt;chg_date&gt;chg_date&lt;/chg_date&gt;&lt;chg_user&gt;chg_user&lt;/chg_user&gt;&lt;chg_term&gt;chg_term&lt;/chg_term&gt;&lt;supp_name&gt;supp_name&lt;/supp_name&gt;&lt;emp_fname&gt;emp_fname&lt;/emp_fname&gt;&lt;emp_mname&gt;emp_mname&lt;/emp_mname&gt;&lt;emp_lname&gt;emp_lname&lt;/emp_lname&gt;&lt;curr_code/&gt;&lt;bank_code__corr/&gt;&lt;bank_name__corr&gt;bank_name__corr&lt;/bank_name__corr&gt;&lt;addr1__corr&gt;addr1__corr&lt;/addr1__corr&gt;&lt;addr2__corr&gt;addr2__corr&lt;/addr2__corr&gt;&lt;addr3__corr&gt;addr3__corr&lt;/addr3__corr&gt;&lt;city__corr&gt;city__corr&lt;/city__corr&gt;&lt;state_code__corr&gt;state_code__corr&lt;/state_code__corr&gt;&lt;pin__corr&gt;pin__corr&lt;/pin__corr&gt;&lt;count_code__corr&gt;count_code__corr&lt;/count_code__corr&gt;&lt;bank_acct_no__corr&gt;bank_acct_no__corr&lt;/bank_acct_no__corr&gt;&lt;swift_code__corr&gt;swift_code__corr&lt;/swift_code__corr&gt;&lt;udf_str7&gt;udf_str7&lt;/udf_str7&gt;&lt;udf_str8&gt;udf_str8&lt;/udf_str8&gt;&lt;udf_str9&gt;udf_str9&lt;/udf_str9&gt;&lt;udf_str10&gt;udf_str10&lt;/udf_str10&gt;&lt;/d_supplier_bank_edit_row&gt;&lt;/d_supplier_bank_edit&gt;</xml>
</Template>
</Export.XML>
<Import.XML>
</Import.XML>
<Export.PDF>
<method>0</method>
<distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print>
</Export.PDF>
</Sybase_eDataWindow>
...@@ -27,12 +27,12 @@ ...@@ -27,12 +27,12 @@
<xsl:variable name="bank_name__ben"> <xsl:variable name="bank_name__ben">
<xsl:value-of select="bank_name__ben" /> <xsl:value-of select="bank_name__ben" />
</xsl:variable> </xsl:variable>
<xsl:variable name="eff_from"> <!-- <xsl:variable name="eff_from">
<xsl:value-of select="eff_from" /> <xsl:value-of select="eff_from" />
</xsl:variable> </xsl:variable>
<xsl:variable name="valid_upto"> <xsl:variable name="valid_upto">
<xsl:value-of select="valid_upto" /> <xsl:value-of select="valid_upto" />
</xsl:variable> </xsl:variable> -->
<xsl:variable name="bank_acct_no__ben"> <xsl:variable name="bank_acct_no__ben">
<xsl:value-of select="bank_acct_no__ben" /> <xsl:value-of select="bank_acct_no__ben" />
</xsl:variable> </xsl:variable>
...@@ -46,12 +46,12 @@ ...@@ -46,12 +46,12 @@
<tr> <tr>
<td class="tLabelDataD3" width="50%" style="text-align:left;">Bank : <xsl:value-of select="bank_name__ben"/> (<xsl:value-of select="bank_code__ben"/>)</td> <td class="tLabelDataD3" width="50%" style="text-align:left;">Bank : <xsl:value-of select="bank_name__ben"/> (<xsl:value-of select="bank_code__ben"/>)</td>
</tr> </tr>
<tr> <!-- <tr>
<td class="tLabelDataD3" width="50%" style="text-align:left;" >Effective From : <xsl:value-of select="eff_from" /></td> <td class="tLabelDataD3" width="50%" style="text-align:left;" >Effective From : <xsl:value-of select="eff_from" /></td>
</tr> </tr>
<tr> <tr>
<td class="tLabelDataD3" width="50%" style="text-align:left;">Valid Upto: <xsl:value-of select="valid_upto" /></td> <td class="tLabelDataD3" width="50%" style="text-align:left;">Valid Upto: <xsl:value-of select="valid_upto" /></td>
</tr> </tr> -->
</TABLE> </TABLE>
</td></tr></TABLE> </td></tr></TABLE>
......
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