Commit 966ab13e authored by arawankar's avatar arawankar

-Bug fixing in man power requirement module

MPReqmntCloseLocal.java
MPReqmntCloseRemote.java
MPReqmntConfirmationLocal.java
MPReqmntConfirmationRemote.java
MPReqmtnIC.java
MPReqmtnICLocal.java
MPReqmtnICRemote.java
PayarrToProc.java
UpdateNoOfCVICLocal.java
UpdateNoOfCVICRemote.java
UpdateNoOfCVPrcLocal.java
UpdateNoOfCVPrcRemote.java
mpreqmnt11.xml
mpreqmnt12.xml
mpreqmnt21.xml
mpreqmnt22.xml
d_mpreuire_edit11.srd
d_mpreuire_edit12.srd
d_mpreuire_edit21.srd
d_mpreuire_edit22.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@192161 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 507efb6c
...@@ -117,7 +117,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -117,7 +117,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
{ {
System.out.println("INside try::::::::::::::::::"); System.out.println("INside try::::::::::::::::::");
ConnDriver connDriver = new ConnDriver(); ConnDriver connDriver = new ConnDriver();
conn = connDriver.getConnectDB("DriverITM"); //Modified by Anjali R. on[02/10/2018][Connection will get from getConnection()][Start]
//conn = connDriver.getConnectDB("DriverITM");
conn = getConnection();
//Modified by Anjali R. on[02/10/2018][Connection will get from getConnection()][End]
String loginSite = getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode"); String loginSite = getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode");
logCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "logincode"); logCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "logincode");
userLevl = userLev(logCode, conn); userLevl = userLev(logCode, conn);
...@@ -1571,6 +1574,17 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -1571,6 +1574,17 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
java.util.Date resiDate = new java.util.Date(); java.util.Date resiDate = new java.util.Date();
GenericUtility genericUtility = GenericUtility.getInstance(); GenericUtility genericUtility = GenericUtility.getInstance();
int ctr=0,childNodeListLength =0,cnt =0; int ctr=0,childNodeListLength =0,cnt =0;
//Modified by Anjali R. on [14/09/2018][Start]
StringBuffer tempBuffer = null;
String fnameLong = "";
String lnameLong = "";
String repFnameLong = "";
String repLnameLong = "";
String hodFnameLong = "";
String hodLnameLong = "";
String hodMnameLong = "";
//Modified by Anjali R. on [14/09/2018][End]
try try
{ {
System.out.println("CURRENT COLUMN:::::"+currentColumn); System.out.println("CURRENT COLUMN:::::"+currentColumn);
...@@ -1584,7 +1598,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -1584,7 +1598,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
currentFormNo = Integer.parseInt(objContext); currentFormNo = Integer.parseInt(objContext);
} }
connDriver = new ConnDriver(); connDriver = new ConnDriver();
conn = connDriver.getConnectDB("Driver"); //Modified by Anjali R. on[02/10/2018][Connection will get from getConnection()][Start]
//conn = connDriver.getConnectDB("Driver");
conn = getConnection();
//Modified by Anjali R. on[02/10/2018][Connection will get from getConnection()][End]
valueXmlString = new StringBuffer("<?xml version=\"1.0\"?><Root><header><editFlag>"); valueXmlString = new StringBuffer("<?xml version=\"1.0\"?><Root><header><editFlag>");
valueXmlString.append(editFlag).append("</editFlag></header>"); valueXmlString.append(editFlag).append("</editFlag></header>");
...@@ -1703,7 +1720,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -1703,7 +1720,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
vacCreated = checkNull(rs.getString("VAC_NO__CREATED")); vacCreated = checkNull(rs.getString("VAC_NO__CREATED"));
} }
close(pstmt, rs); close(pstmt, rs);
if(vacCreated.trim().length() > 0) //Modified by Anjali R. on [03/10/2018][Start]
//if(vacCreated.trim().length() > 0)
if(vacCreated != null && vacCreated.trim().length() > 0)
//Modified by Anjali R. on [03/10/2018][End]
{ {
valueXmlString.append(previousEmp(dom, xtraParams, empCodePrev, conn,"Y")); valueXmlString.append(previousEmp(dom, xtraParams, empCodePrev, conn,"Y"));
} }
...@@ -1733,6 +1753,9 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -1733,6 +1753,9 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
} }
close(pstmt, rs); close(pstmt, rs);
valueXmlString.append("<location>").append("<![CDATA["+locCity+"]]>").append("</location>\r\n"); valueXmlString.append("<location>").append("<![CDATA["+locCity+"]]>").append("</location>\r\n");
//Modified by Anjali R. on[03/10/2018][Start]
valueXmlString.append(previousEmp(dom, xtraParams, "*", conn, ""));
//Modified by Anjali R. on[03/10/2018][End]
} }
//passPerc = getEnv("999999" , "MPREQ_PASS_PERC",conn); //passPerc = getEnv("999999" , "MPREQ_PASS_PERC",conn);
...@@ -1890,7 +1913,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -1890,7 +1913,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
if(currentColumn.equalsIgnoreCase("emp_code__rep")) if(currentColumn.equalsIgnoreCase("emp_code__rep"))
{ {
empCodeRep = genericUtility.getColumnValue("emp_code__rep", dom); empCodeRep = genericUtility.getColumnValue("emp_code__rep", dom);
String empCodeSql = "SELECT EMP_FNAME,EMP_LNAME FROM EMPLOYEE WHERE EMP_CODE=?"; //Modified by Anjali R. on[03/10/2018][Start]
//String empCodeSql = "SELECT EMP_FNAME,EMP_LNAME FROM EMPLOYEE WHERE EMP_CODE=?";
String empCodeSql = "SELECT EMP_FNAME,EMP_LNAME,EMP_FNAME_LONG,EMP_LNAME_LONG FROM EMPLOYEE WHERE EMP_CODE=?";
//Modified by Anjali R. on[03/10/2018][End]
pstmt=conn.prepareStatement(empCodeSql); pstmt=conn.prepareStatement(empCodeSql);
pstmt.setString(1, empCodeRep); pstmt.setString(1, empCodeRep);
rs=pstmt.executeQuery(); rs=pstmt.executeQuery();
...@@ -1898,10 +1924,23 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -1898,10 +1924,23 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
{ {
fname=rs.getString("EMP_FNAME"); fname=rs.getString("EMP_FNAME");
lname=rs.getString("EMP_LNAME"); lname=rs.getString("EMP_LNAME");
//Modified by Anjali R. on[03/10/2018][Start]
fnameLong = checkNull(rs.getString("EMP_FNAME_LONG"));
lnameLong = checkNull(rs.getString("EMP_LNAME_LONG"));
//Modified by Anjali R. on[03/10/2018][End]
}
close(pstmt, rs);
if(fnameLong != null && fnameLong.trim().length() > 0)
{
valueXmlString.append("<emp_fname__rep>").append("<![CDATA["+fnameLong+"]]>").append("</emp_fname__rep>\r\n");
valueXmlString.append("<emp_lname__rep>").append("<![CDATA["+lnameLong+"]]>").append("</emp_lname__rep>\r\n");
} }
else
{
valueXmlString.append("<emp_fname__rep>").append("<![CDATA["+fname+"]]>").append("</emp_fname__rep>\r\n"); valueXmlString.append("<emp_fname__rep>").append("<![CDATA["+fname+"]]>").append("</emp_fname__rep>\r\n");
valueXmlString.append("<emp_lname__rep>").append("<![CDATA["+lname+"]]>").append("</emp_lname__rep>\r\n"); valueXmlString.append("<emp_lname__rep>").append("<![CDATA["+lname+"]]>").append("</emp_lname__rep>\r\n");
} }
}
if(currentColumn.equalsIgnoreCase("design_code")) if(currentColumn.equalsIgnoreCase("design_code"))
{ {
designCode = genericUtility.getColumnValue("design_code", dom); designCode = genericUtility.getColumnValue("design_code", dom);
...@@ -1919,7 +1958,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -1919,7 +1958,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
if(currentColumn.equalsIgnoreCase("report_to__admin")) if(currentColumn.equalsIgnoreCase("report_to__admin"))
{ {
reportTo = genericUtility.getColumnValue("report_to__admin", dom); reportTo = genericUtility.getColumnValue("report_to__admin", dom);
String reportToSql = "SELECT EMP_FNAME,EMP_LNAME FROM EMPLOYEE WHERE EMP_CODE=?"; //Modified by Anjali R. on[03/10/2018][Start]
//String reportToSql = "SELECT EMP_FNAME,EMP_LNAME FROM EMPLOYEE WHERE EMP_CODE=?";
String reportToSql = "SELECT EMP_FNAME,EMP_LNAME,EMP_FNAME_LONG,EMP_LNAME_LONG FROM EMPLOYEE WHERE EMP_CODE=?";
//Modified by Anjali R. on[03/10/2018][End]
pstmt=conn.prepareStatement(reportToSql); pstmt=conn.prepareStatement(reportToSql);
pstmt.setString(1, reportTo); pstmt.setString(1, reportTo);
rs=pstmt.executeQuery(); rs=pstmt.executeQuery();
...@@ -1927,14 +1969,32 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -1927,14 +1969,32 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
{ {
repFname=rs.getString("EMP_FNAME"); repFname=rs.getString("EMP_FNAME");
repLname=rs.getString("EMP_LNAME"); repLname=rs.getString("EMP_LNAME");
//Modified by Anjali R. on[03/10/2018][Start]
repFnameLong = checkNull(rs.getString("EMP_FNAME_LONG"));
repLnameLong = checkNull(rs.getString("EMP_LNAME_LONG"));
//Modified by Anjali R. on[03/10/2018][End]
}
close(pstmt,rs);
//Modified by Anjali R. on[03/10/2018][Start]
if(repFnameLong != null && repFnameLong.trim().length() > 0)
{
valueXmlString.append("<emp_fname__reportadmin>").append("<![CDATA["+repFnameLong+"]]>").append("</emp_fname__reportadmin>\r\n");
valueXmlString.append("<emp_lname__reportadmin>").append("<![CDATA["+repLnameLong+"]]>").append("</emp_lname__reportadmin>\r\n");
} }
else
{
valueXmlString.append("<emp_fname__reportadmin>").append("<![CDATA["+repFname+"]]>").append("</emp_fname__reportadmin>\r\n"); valueXmlString.append("<emp_fname__reportadmin>").append("<![CDATA["+repFname+"]]>").append("</emp_fname__reportadmin>\r\n");
valueXmlString.append("<emp_lname__reportadmin>").append("<![CDATA["+repLname+"]]>").append("</emp_lname__reportadmin>\r\n"); valueXmlString.append("<emp_lname__reportadmin>").append("<![CDATA["+repLname+"]]>").append("</emp_lname__reportadmin>\r\n");
} }
//Modified by Anjali R. on[03/10/2018][End]
}
if(currentColumn.equalsIgnoreCase("emp_code__hod")) if(currentColumn.equalsIgnoreCase("emp_code__hod"))
{ {
empCodeHOD = genericUtility.getColumnValue("emp_code__hod", dom); empCodeHOD = genericUtility.getColumnValue("emp_code__hod", dom);
String empCodeHODSql = "SELECT EMP_FNAME,EMP_MNAME,EMP_LNAME FROM EMPLOYEE WHERE EMP_CODE=?"; //Modified by Anjali R. on[03/10/2018][Start]
//String empCodeHODSql = "SELECT EMP_FNAME,EMP_MNAME,EMP_LNAME FROM EMPLOYEE WHERE EMP_CODE=?";
String empCodeHODSql = "SELECT EMP_FNAME,EMP_MNAME,EMP_LNAME,EMP_FNAME_LONG,EMP_MNAME_LONG,EMP_LNAME_LONG FROM EMPLOYEE WHERE EMP_CODE=?";
//Modified by Anjali R. on[03/10/2018][End]
pstmt=conn.prepareStatement(empCodeHODSql); pstmt=conn.prepareStatement(empCodeHODSql);
pstmt.setString(1, empCodeHOD); pstmt.setString(1, empCodeHOD);
rs=pstmt.executeQuery(); rs=pstmt.executeQuery();
...@@ -1943,17 +2003,40 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -1943,17 +2003,40 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
hodFname=rs.getString("EMP_FNAME"); hodFname=rs.getString("EMP_FNAME");
hodMname=rs.getString("EMP_MNAME"); hodMname=rs.getString("EMP_MNAME");
hodLname=rs.getString("EMP_LNAME"); hodLname=rs.getString("EMP_LNAME");
//Modified by Anjali R. on[03/10/2018][Start]
hodFnameLong = checkNull(rs.getString("EMP_FNAME_LONG"));
hodMnameLong = checkNull(rs.getString("EMP_MNAME_LONG"));
hodLnameLong = checkNull(rs.getString("EMP_LNAME_LONG"));
//Modified by Anjali R. on[03/10/2018][End]
}
close(pstmt, rs);
//Modified by Anjali R. on[03/10/2018][Start]
if(hodFnameLong != null && hodFnameLong.trim().length() > 0)
{
valueXmlString.append("<employee_emp_fname>").append("<![CDATA["+hodFnameLong+"]]>").append("</employee_emp_fname>\r\n");
valueXmlString.append("<employee_emp_mname>").append("<![CDATA["+hodMnameLong+"]]>").append("</employee_emp_mname>\r\n");
valueXmlString.append("<employee_emp_lname>").append("<![CDATA["+hodLnameLong+"]]>").append("</employee_emp_lname>\r\n");
} }
else
{
valueXmlString.append("<employee_emp_fname>").append("<![CDATA["+hodFname+"]]>").append("</employee_emp_fname>\r\n"); valueXmlString.append("<employee_emp_fname>").append("<![CDATA["+hodFname+"]]>").append("</employee_emp_fname>\r\n");
valueXmlString.append("<employee_emp_mname>").append("<![CDATA["+hodMname+"]]>").append("</employee_emp_mname>\r\n"); valueXmlString.append("<employee_emp_mname>").append("<![CDATA["+hodMname+"]]>").append("</employee_emp_mname>\r\n");
valueXmlString.append("<employee_emp_lname>").append("<![CDATA["+hodLname+"]]>").append("</employee_emp_lname>\r\n"); valueXmlString.append("<employee_emp_lname>").append("<![CDATA["+hodLname+"]]>").append("</employee_emp_lname>\r\n");
} }
//Modified by Anjali R. on[03/10/2018][End]
}
if(currentColumn.equalsIgnoreCase("new_vacancy")) if(currentColumn.equalsIgnoreCase("new_vacancy"))
{ {
newVac = genericUtility.getColumnValue("new_vacancy", dom); newVac = genericUtility.getColumnValue("new_vacancy", dom);
System.out.println("newVac---["+newVac+"]");
if((newVac != null && newVac.trim().length() > 0) && newVac.trim().equalsIgnoreCase("N")) if((newVac != null && newVac.trim().length() > 0) && newVac.trim().equalsIgnoreCase("N"))
{ {
valueXmlString.append("<emp_code__prev protect=\"0\"><![CDATA[]]></emp_code__prev>\r\n"); //Modified by Anjali R. on[03/10/2018][Start]
valueXmlString.append("<emp_code__prev protect=\"0\"><![CDATA[]]></emp_code__prev>\r\n");
//Modified by Anjali R. on[03/10/2018][End]
valueXmlString.append("<reas_code_vac protect=\"0\"><![CDATA[]]></reas_code_vac>\r\n"); valueXmlString.append("<reas_code_vac protect=\"0\"><![CDATA[]]></reas_code_vac>\r\n");
valueXmlString.append("<no_post protect=\"1\"><![CDATA[1]]></no_post>\r\n"); valueXmlString.append("<no_post protect=\"1\"><![CDATA[1]]></no_post>\r\n");
...@@ -1964,8 +2047,12 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -1964,8 +2047,12 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
userLevl = userLev(logCode, conn); userLevl = userLev(logCode, conn);
if(userLevl > 1) if(userLevl > 1)
{ {
previousEmp(dom2, xtraParams, "*", conn,""); //Modified by Anjali R. on [22/10/2018][Start]
//previousEmp(dom2, xtraParams, "*", conn,"");
tempBuffer = previousEmp(dom2, xtraParams, "*", conn,"");
//Modified by Anjali R. on [22/10/2018][End]
empSite = genericUtility.getColumnValue("site_code", dom); empSite = genericUtility.getColumnValue("site_code", dom);
String locCitySql = "SELECT CITY FROM SITE WHERE SITE_CODE=?"; String locCitySql = "SELECT CITY FROM SITE WHERE SITE_CODE=?";
pstmt=conn.prepareStatement(locCitySql); pstmt=conn.prepareStatement(locCitySql);
pstmt.setString(1,siteCode); pstmt.setString(1,siteCode);
...@@ -1976,13 +2063,15 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -1976,13 +2063,15 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
} }
close(pstmt, rs); close(pstmt, rs);
valueXmlString.append("<location>").append("<![CDATA["+locCity+"]]>").append("</location>\r\n"); valueXmlString.append("<location>").append("<![CDATA["+locCity+"]]>").append("</location>\r\n");
valueXmlString.append(tempBuffer);
} }
valueXmlString.append("<emp_code__prev protect=\"1\"><![CDATA[]]></emp_code__prev>\r\n"); valueXmlString.append("<emp_code__prev protect=\"1\"><![CDATA[]]></emp_code__prev>\r\n");
valueXmlString.append("<reas_code_vac protect=\"1\"><![CDATA[]]></reas_code_vac>\r\n"); valueXmlString.append("<reas_code_vac protect=\"1\"><![CDATA[]]></reas_code_vac>\r\n");
valueXmlString.append("<no_post protect=\"0\"><![CDATA[1]]></no_post>\r\n"); valueXmlString.append("<no_post protect=\"0\"><![CDATA[1]]></no_post>\r\n");
valueXmlString.append("<emp_fname__prev>").append("<![CDATA[]]>").append("</emp_fname__prev>\r\n"); valueXmlString.append("<emp_fname__prev>").append("<![CDATA[]]>").append("</emp_fname__prev>\r\n");
valueXmlString.append("<emp_lname__prev>").append("<![CDATA[]]>").append("</emp_lname__prev>\r\n"); valueXmlString.append("<emp_lname__prev>").append("<![CDATA[]]>").append("</emp_lname__prev>\r\n");
} }
} }
...@@ -2099,7 +2188,9 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -2099,7 +2188,9 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
cnt = 0; cnt = 0;
String updateSql = "UPDATE SEPARATION SET VAC_NO__CREATED = ? WHERE EMP_CODE=?"; String updateSql = "UPDATE SEPARATION SET VAC_NO__CREATED = ? WHERE EMP_CODE=?";
pstmt=conn.prepareStatement(updateSql); pstmt=conn.prepareStatement(updateSql);
pstmt.setString(1,empCode); //pstmt.setString(1,empCode);
pstmt.setString(1,tranId);
pstmt.setString(2,empCode);
cnt = pstmt.executeUpdate(); cnt = pstmt.executeUpdate();
close(pstmt, rs); close(pstmt, rs);
System.out.println("UPDATE COUNT FOR EMPLOYEE SEPARATION IS:::"+cnt); System.out.println("UPDATE COUNT FOR EMPLOYEE SEPARATION IS:::"+cnt);
...@@ -2141,6 +2232,17 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -2141,6 +2232,17 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
String report="",reportAdm="",stanCode="",empHod="",tranType="",transerRef="",tranIdRef="",loginSite="",logCode=""; String report="",reportAdm="",stanCode="",empHod="",tranType="",transerRef="",tranIdRef="",loginSite="",logCode="";
String designation = "",deptDescr= "" ,locDescr= "",siteDescr="",gradeDescr="",cadreDescr="",fNameAdm="",lNameAdm=""; String designation = "",deptDescr= "" ,locDescr= "",siteDescr="",gradeDescr="",cadreDescr="",fNameAdm="",lNameAdm="";
String fNameRep="",fNameHOD="",mNameHOD = "",lNameRep = "",lNameHOD = ""; String fNameRep="",fNameHOD="",mNameHOD = "",lNameRep = "",lNameHOD = "";
//Modified by Anjali R. on[02/10/2018][Start]
String fNameLongRep = "";
String lNameLongRep = "";
String fNameLongHOD = "";
String mNameLongHOD = "";
String lNameLongHOD = "";
String fnameLong = "";
String lnameLong = "";
String fNameLongAdm = "";
String lNameLongAdm = "";
//Modified by Anjali R. on[02/10/2018][End]
int userLevl=0; int userLevl=0;
PreparedStatement pstmt = null; PreparedStatement pstmt = null;
ResultSet rs = null; ResultSet rs = null;
...@@ -2165,8 +2267,12 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -2165,8 +2267,12 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
{ {
loginSite = "%"; loginSite = "%";
} }
String empCodePrvSql = "SELECT EMP_FNAME,EMP_LNAME,DEPT_CODE,EMP_SITE,DESIGN_CODE,GRADE," //Modified by Anjali R. on[02/10/2018][Start]
/*String empCodePrvSql = "SELECT EMP_FNAME,EMP_LNAME,DEPT_CODE,EMP_SITE,DESIGN_CODE,GRADE,"
+ "CADRE,REPORT_TO,REPORT_TO__ADMIN,STAN_CODE__HQ,EMP_CODE__HOD FROM EMPLOYEE WHERE EMP_CODE=? AND EMP_SITE = ?";*/
String empCodePrvSql = "SELECT EMP_FNAME,EMP_LNAME,EMP_FNAME_LONG,EMP_LNAME_LONG,DEPT_CODE,EMP_SITE,DESIGN_CODE,GRADE,"
+ "CADRE,REPORT_TO,REPORT_TO__ADMIN,STAN_CODE__HQ,EMP_CODE__HOD FROM EMPLOYEE WHERE EMP_CODE=? AND EMP_SITE = ?"; + "CADRE,REPORT_TO,REPORT_TO__ADMIN,STAN_CODE__HQ,EMP_CODE__HOD FROM EMPLOYEE WHERE EMP_CODE=? AND EMP_SITE = ?";
//Modified by Anjali R. on[02/10/2018][End]
pstmt=conn.prepareStatement(empCodePrvSql); pstmt=conn.prepareStatement(empCodePrvSql);
pstmt.setString(1, empCodePrev); pstmt.setString(1, empCodePrev);
pstmt.setString(2, loginSiteCode); pstmt.setString(2, loginSiteCode);
...@@ -2175,6 +2281,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -2175,6 +2281,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
{ {
fname=checkNull(rs.getString("EMP_FNAME")); fname=checkNull(rs.getString("EMP_FNAME"));
lname=checkNull(rs.getString("EMP_LNAME")); lname=checkNull(rs.getString("EMP_LNAME"));
//Modified by Anjali R. on[02/10/2018][Start]
fnameLong = checkNull(rs.getString("EMP_FNAME_LONG"));
lnameLong = checkNull(rs.getString("EMP_LNAME_LONG"));
//Modified by Anjali R. on[02/10/2018][End]
deptCode=checkNull(rs.getString("DEPT_CODE")); deptCode=checkNull(rs.getString("DEPT_CODE"));
empSite=checkNull(rs.getString("EMP_SITE")); empSite=checkNull(rs.getString("EMP_SITE"));
designCode=checkNull(rs.getString("DESIGN_CODE")); designCode=checkNull(rs.getString("DESIGN_CODE"));
...@@ -2217,11 +2327,18 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -2217,11 +2327,18 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
{ {
if(refWinId != null && refWinId.trim().length() > 0) if(refWinId != null && refWinId.trim().length() > 0)
{ {
String empCodePrvSql2 = "SELECT b.EMP_FNAME,b.EMP_LNAME,a.DEPT_CODE__FR,a.SITE_CODE__EMP_FR," //Modified by Anjali R. on[02/10/2018][Start]
/*String empCodePrvSql2 = "SELECT b.EMP_FNAME,b.EMP_LNAME,a.DEPT_CODE__FR,a.SITE_CODE__EMP_FR,"
+ "a.DESIGN_CODE__FR,a.GRADE_CODE_FR,a.CADRE_CODE_FR,a.STAN_CODE__HQ_FR,"
+ "a.EMP_CODE__REPTO_FR,a.EMP_CODE__REPADMFR,b.EMP_CODE__HOD FROM EMP_EMPLOY_EVENTS a,"
+ "EMPLOYEE b WHERE a.TRAN_ID=? AND a.EMP_CODE=? AND a.EMP_CODE = b.EMP_CODE "
+ "AND a.SITE_CODE__EMP_FR LIKE (?) AND a.CONFIRMED='Y'";*/
String empCodePrvSql2 = "SELECT b.EMP_FNAME,b.EMP_LNAME,b.EMP_FNAME_LONG,b.EMP_LNAME_LONG,a.DEPT_CODE__FR,a.SITE_CODE__EMP_FR,"
+ "a.DESIGN_CODE__FR,a.GRADE_CODE_FR,a.CADRE_CODE_FR,a.STAN_CODE__HQ_FR," + "a.DESIGN_CODE__FR,a.GRADE_CODE_FR,a.CADRE_CODE_FR,a.STAN_CODE__HQ_FR,"
+ "a.EMP_CODE__REPTO_FR,a.EMP_CODE__REPADMFR,b.EMP_CODE__HOD FROM EMP_EMPLOY_EVENTS a," + "a.EMP_CODE__REPTO_FR,a.EMP_CODE__REPADMFR,b.EMP_CODE__HOD FROM EMP_EMPLOY_EVENTS a,"
+ "EMPLOYEE b WHERE a.TRAN_ID=? AND a.EMP_CODE=? AND a.EMP_CODE = b.EMP_CODE " + "EMPLOYEE b WHERE a.TRAN_ID=? AND a.EMP_CODE=? AND a.EMP_CODE = b.EMP_CODE "
+ "AND a.SITE_CODE__EMP_FR LIKE (?) AND a.CONFIRMED='Y'"; + "AND a.SITE_CODE__EMP_FR LIKE (?) AND a.CONFIRMED='Y'";
//Modified by Anjali R. on[02/10/2018][End]
pstmt=conn.prepareStatement(empCodePrvSql2); pstmt=conn.prepareStatement(empCodePrvSql2);
pstmt.setString(1, refWinId); pstmt.setString(1, refWinId);
pstmt.setString(2, empCodePrev); pstmt.setString(2, empCodePrev);
...@@ -2232,6 +2349,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -2232,6 +2349,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
{ {
fname=checkNull(rs.getString("EMP_FNAME")); fname=checkNull(rs.getString("EMP_FNAME"));
lname=checkNull(rs.getString("EMP_LNAME")); lname=checkNull(rs.getString("EMP_LNAME"));
//Modified by Anjali R. on[02/10/2018][Start]
fnameLong = checkNull(rs.getString("EMP_FNAME_LONG"));
lnameLong = checkNull(rs.getString("EMP_LNAME_LONG"));
//Modified by Anjali R. on[02/10/2018][eND]
deptCode=checkNull(rs.getString("DEPT_CODE__FR")); deptCode=checkNull(rs.getString("DEPT_CODE__FR"));
empSite=checkNull(rs.getString("SITE_CODE__EMP_FR")); empSite=checkNull(rs.getString("SITE_CODE__EMP_FR"));
designCode=checkNull(rs.getString("DESIGN_CODE__FR")); designCode=checkNull(rs.getString("DESIGN_CODE__FR"));
...@@ -2270,6 +2391,7 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -2270,6 +2391,7 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
} }
else else
{ {
close(pstmt, rs);//Modified by Anjali R. on[To resolve resource leak issue]
String empCodeCitySql = "SELECT CITY FROM SITE WHERE SITE_CODE=?"; String empCodeCitySql = "SELECT CITY FROM SITE WHERE SITE_CODE=?";
pstmt=conn.prepareStatement(empCodeCitySql); pstmt=conn.prepareStatement(empCodeCitySql);
pstmt.setString(1, empSite); pstmt.setString(1, empSite);
...@@ -2300,7 +2422,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -2300,7 +2422,10 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
if(reportAdm != null && reportAdm.trim().length() > 0) if(reportAdm != null && reportAdm.trim().length() > 0)
{ {
String empCodeNameSql = "SELECT EMP_FNAME,EMP_LNAME FROM EMPLOYEE WHERE EMP_CODE=?"; //Modified by Anjali R. on [02/10/2018][Start]
//String empCodeNameSql = "SELECT EMP_FNAME,EMP_LNAME FROM EMPLOYEE WHERE EMP_CODE=?";
String empCodeNameSql = "SELECT EMP_FNAME,EMP_LNAME,EMP_FNAME_LONG,EMP_LNAME_LONG FROM EMPLOYEE WHERE EMP_CODE=?";
//Modified by Anjali R. on [02/10/2018][End]
pstmt=conn.prepareStatement(empCodeNameSql); pstmt=conn.prepareStatement(empCodeNameSql);
pstmt.setString(1, reportAdm); pstmt.setString(1, reportAdm);
rs=pstmt.executeQuery(); rs=pstmt.executeQuery();
...@@ -2308,15 +2433,32 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -2308,15 +2433,32 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
{ {
fNameAdm= checkNull(rs.getString("EMP_FNAME")); fNameAdm= checkNull(rs.getString("EMP_FNAME"));
lNameAdm= checkNull(rs.getString("EMP_LNAME")); lNameAdm= checkNull(rs.getString("EMP_LNAME"));
//Modified by Anjali R. on [02/10/2018][Start]
fNameLongAdm = checkNull(rs.getString("EMP_FNAME_LONG"));
lNameLongAdm = checkNull(rs.getString("EMP_LNAME_LONG"));
//Modified by Anjali R. on [02/10/2018][End]
} }
close(pstmt, rs); close(pstmt, rs);
} }
//Modified by Anjali R. on [02/10/2018][Start]
if(fNameLongAdm != null && fNameLongAdm.trim().length() >0)
{
valueXmlString.append("<emp_fname__reportadmin><![CDATA["+fNameLongAdm+"]]></emp_fname__reportadmin>\r\n");
valueXmlString.append("<emp_lname__reportadmin><![CDATA["+lNameLongAdm+"]]></emp_lname__reportadmin>\r\n");
}
else
{
valueXmlString.append("<emp_fname__reportadmin><![CDATA["+fNameAdm+"]]></emp_fname__reportadmin>\r\n"); valueXmlString.append("<emp_fname__reportadmin><![CDATA["+fNameAdm+"]]></emp_fname__reportadmin>\r\n");
valueXmlString.append("<emp_lname__reportadmin><![CDATA["+lNameAdm+"]]></emp_lname__reportadmin>\r\n"); valueXmlString.append("<emp_lname__reportadmin><![CDATA["+lNameAdm+"]]></emp_lname__reportadmin>\r\n");
}
//Modified by Anjali R. on [02/10/2018][End]
if(report != null && report.trim().length() > 0) if(report != null && report.trim().length() > 0)
{ {
String empCodeNameSql2 = "SELECT EMP_FNAME,EMP_LNAME FROM EMPLOYEE WHERE EMP_CODE=?"; //Modified by Anjali R. on[02/10/2018][Start]
//String empCodeNameSql2 = "SELECT EMP_FNAME,EMP_LNAME FROM EMPLOYEE WHERE EMP_CODE=?";
String empCodeNameSql2 = "SELECT EMP_FNAME,EMP_LNAME,EMP_FNAME_LONG,EMP_LNAME_LONG FROM EMPLOYEE WHERE EMP_CODE=?";
//Modified by Anjali R. on[02/10/2018][End]
pstmt=conn.prepareStatement(empCodeNameSql2); pstmt=conn.prepareStatement(empCodeNameSql2);
pstmt.setString(1, report); pstmt.setString(1, report);
rs=pstmt.executeQuery(); rs=pstmt.executeQuery();
...@@ -2324,16 +2466,32 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -2324,16 +2466,32 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
{ {
fNameRep= checkNull(rs.getString("EMP_FNAME")); fNameRep= checkNull(rs.getString("EMP_FNAME"));
lNameRep= checkNull(rs.getString("EMP_LNAME")); lNameRep= checkNull(rs.getString("EMP_LNAME"));
//Modified by Anjali R. on[02/10/2018][Start]
fNameLongRep = checkNull(rs.getString("EMP_FNAME_LONG"));
lNameLongRep = checkNull(rs.getString("EMP_LNAME_LONG"));
//Modified by Anjali R. on[02/10/2018][End]
} }
close(pstmt, rs); close(pstmt, rs);
} }
//Modified by Anjali R. on[02/10/2018][Start]
if(fNameLongRep != null && fNameLongRep.trim().length() >0)
{
valueXmlString.append("<emp_fname__rep><![CDATA["+fNameLongRep+"]]></emp_fname__rep>\r\n");
valueXmlString.append("<emp_lname__rep><![CDATA["+lNameLongRep+"]]></emp_lname__rep>\r\n");
}
else
{
valueXmlString.append("<emp_fname__rep><![CDATA["+fNameRep+"]]></emp_fname__rep>\r\n"); valueXmlString.append("<emp_fname__rep><![CDATA["+fNameRep+"]]></emp_fname__rep>\r\n");
valueXmlString.append("<emp_lname__rep><![CDATA["+lNameRep+"]]></emp_lname__rep>\r\n"); valueXmlString.append("<emp_lname__rep><![CDATA["+lNameRep+"]]></emp_lname__rep>\r\n");
}
//Modified by Anjali R. on[02/10/2018][End]
if(empHod != null && empHod.trim().length() > 0) if(empHod != null && empHod.trim().length() > 0)
{ {
String empCodeHODNameSql = "SELECT EMP_FNAME,EMP_MNAME,EMP_LNAME FROM EMPLOYEE WHERE EMP_CODE=?"; //Modified by Anjali R. on[02/10/2018][Start]
//String empCodeHODNameSql = "SELECT EMP_FNAME,EMP_MNAME,EMP_LNAME FROM EMPLOYEE WHERE EMP_CODE=?";
String empCodeHODNameSql = "SELECT EMP_FNAME,EMP_MNAME,EMP_LNAME,EMP_FNAME_LONG,EMP_MNAME_LONG,EMP_LNAME_LONG FROM EMPLOYEE WHERE EMP_CODE=?";
//Modified by Anjali R. on[02/10/2018][End]
pstmt=conn.prepareStatement(empCodeHODNameSql); pstmt=conn.prepareStatement(empCodeHODNameSql);
pstmt.setString(1, empHod); pstmt.setString(1, empHod);
rs=pstmt.executeQuery(); rs=pstmt.executeQuery();
...@@ -2342,12 +2500,30 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -2342,12 +2500,30 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
fNameHOD= checkNull(rs.getString("EMP_FNAME")); fNameHOD= checkNull(rs.getString("EMP_FNAME"));
mNameHOD= checkNull(rs.getString("EMP_MNAME")); mNameHOD= checkNull(rs.getString("EMP_MNAME"));
lNameHOD= checkNull(rs.getString("EMP_LNAME")); lNameHOD= checkNull(rs.getString("EMP_LNAME"));
//Modified by Anjali R. on[02/10/2018][Start]
fNameLongHOD = checkNull(rs.getString("EMP_FNAME_LONG"));
mNameLongHOD = checkNull(rs.getString("EMP_MNAME_LONG"));
lNameLongHOD = checkNull(rs.getString("EMP_LNAME_LONG"));
//Modified by Anjali R. on[02/10/2018][End]
} }
close(pstmt, rs); close(pstmt, rs);
}
//Modified by Anjali R. on[02/10/2018][Start]
if(fNameLongHOD != null && fNameLongHOD.trim().length() > 0)
{
valueXmlString.append("<employee_emp_fname><![CDATA["+fNameLongHOD+"]]></employee_emp_fname>\r\n");
valueXmlString.append("<employee_emp_mname><![CDATA["+mNameLongHOD+"]]></employee_emp_mname>\r\n");
valueXmlString.append("<employee_emp_lname><![CDATA["+lNameLongHOD+"]]></employee_emp_lname>\r\n");
} }
else
{
valueXmlString.append("<employee_emp_fname><![CDATA["+fNameHOD+"]]></employee_emp_fname>\r\n"); valueXmlString.append("<employee_emp_fname><![CDATA["+fNameHOD+"]]></employee_emp_fname>\r\n");
valueXmlString.append("<employee_emp_mname><![CDATA["+mNameHOD+"]]></employee_emp_mname>\r\n"); valueXmlString.append("<employee_emp_mname><![CDATA["+mNameHOD+"]]></employee_emp_mname>\r\n");
valueXmlString.append("<employee_emp_lname><![CDATA["+lNameHOD+"]]></employee_emp_lname>\r\n"); valueXmlString.append("<employee_emp_lname><![CDATA["+lNameHOD+"]]></employee_emp_lname>\r\n");
}
//Modified by Anjali R. on[02/10/2018][End]
...@@ -2411,9 +2587,17 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -2411,9 +2587,17 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
valueXmlString.append("<cadre_descr><![CDATA["+cadreDescr+"]]></cadre_descr>\r\n"); valueXmlString.append("<cadre_descr><![CDATA["+cadreDescr+"]]></cadre_descr>\r\n");
if(fnameLong != null && fnameLong.trim().length() > 0)
{
valueXmlString.append("<emp_fname__prev><![CDATA[").append(checkNull(fnameLong)).append("]]></emp_fname__prev>\r\n");
valueXmlString.append("<emp_lname__prev><![CDATA[").append(checkNull(lnameLong)).append("]]></emp_lname__prev>\r\n");
}
else
{
valueXmlString.append("<emp_fname__prev><![CDATA[").append(checkNull(fname)).append("]]></emp_fname__prev>\r\n"); valueXmlString.append("<emp_fname__prev><![CDATA[").append(checkNull(fname)).append("]]></emp_fname__prev>\r\n");
valueXmlString.append("<emp_lname__prev><![CDATA[").append(checkNull(lname)).append("]]></emp_lname__prev>\r\n"); valueXmlString.append("<emp_lname__prev><![CDATA[").append(checkNull(lname)).append("]]></emp_lname__prev>\r\n");
}
//Added by Suraj [08-MAR-2016][To Make entire window non-editable][A15BSUN007][START] //Added by Suraj [08-MAR-2016][To Make entire window non-editable][A15BSUN007][START]
if(flag != null && flag.trim().length() > 0) if(flag != null && flag.trim().length() > 0)
...@@ -2462,6 +2646,7 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn ...@@ -2462,6 +2646,7 @@ public class MPReqmtnIC extends ValidatorEJB implements MPReqmtnICLocal,MPReqmtn
{ {
e.printStackTrace(); e.printStackTrace();
} }
System.out.println("valueXmlString string---["+valueXmlString+"]");
return valueXmlString; return valueXmlString;
} }
private int userLev(String userId,Connection conn) private int userLev(String userId,Connection conn)
......
package ibase.webitm.ejb.adm; package ibase.webitm.ejb.adm;
import ibase.webitm.ejb.ValidatorLocal;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException; import java.rmi.RemoteException;
...@@ -10,7 +11,7 @@ import javax.ejb.Local; ...@@ -10,7 +11,7 @@ import javax.ejb.Local;
import org.w3c.dom.Document; import org.w3c.dom.Document;
@Local @Local
public interface MPReqmtnICLocal public interface MPReqmtnICLocal extends ValidatorLocal
{ {
public String wfValData() throws RemoteException, ITMException; public String wfValData() throws RemoteException, ITMException;
public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException; public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException;
......
package ibase.webitm.ejb.adm; package ibase.webitm.ejb.adm;
import ibase.webitm.ejb.ValidatorRemote;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException; import java.rmi.RemoteException;
...@@ -10,7 +11,7 @@ import javax.ejb.Remote; ...@@ -10,7 +11,7 @@ import javax.ejb.Remote;
import org.w3c.dom.Document; import org.w3c.dom.Document;
@Remote @Remote
public interface MPReqmtnICRemote public interface MPReqmtnICRemote extends ValidatorRemote
{ {
public String wfValData() throws RemoteException, ITMException; public String wfValData() throws RemoteException, ITMException;
public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException; public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException;
......
...@@ -80,6 +80,7 @@ public class PayarrToProc extends ValidatorEJB implements PayarrToProcLocal,Paya ...@@ -80,6 +80,7 @@ public class PayarrToProc extends ValidatorEJB implements PayarrToProcLocal,Paya
StringBuffer errStringXml = new StringBuffer("<?xml version = \"1.0\"?> \r\n <Root> <Errors>"); StringBuffer errStringXml = new StringBuffer("<?xml version = \"1.0\"?> \r\n <Root> <Errors>");
String sql = ""; String sql = "";
String empCode = "", status = "", prdCode = "", procType = "", paySite = ""; String empCode = "", status = "", prdCode = "", procType = "", paySite = "";
String msgType = "";//Modified by Ahmed on 31-AUG-2018[To break and return error message when validation fails]
int userLevel = 0; int userLevel = 0;
Date fromDate = null, relieveDate = null; Date fromDate = null, relieveDate = null;
try try
...@@ -138,12 +139,26 @@ public class PayarrToProc extends ValidatorEJB implements PayarrToProcLocal,Paya ...@@ -138,12 +139,26 @@ public class PayarrToProc extends ValidatorEJB implements PayarrToProcLocal,Paya
errCode = "VTPAYARR04"; errCode = "VTPAYARR04";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
//Modified by Ahmed on 31-AUG-2018[To break and return error message when validation fails]start
msgType = errorType(conn, errCode);
if (msgType.equalsIgnoreCase("E"))
{
break;
}
//Modified by Ahmed on 31-AUG-2018[To break and return error message when validation fails]end
} }
if(status.equalsIgnoreCase("S")) if(status.equalsIgnoreCase("S"))
{ {
errCode = "VTPAYARR01"; errCode = "VTPAYARR01";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
//Modified by Ahmed on 31-AUG-2018[To break and return error message when validation fails]start
msgType = errorType(conn, errCode);
if (msgType.equalsIgnoreCase("E"))
{
break;
}
//Modified by Ahmed on 31-AUG-2018[To break and return error message when validation fails]end
} }
sql = "select usr_lev from users where code = ?"; sql = "select usr_lev from users where code = ?";
...@@ -192,6 +207,13 @@ public class PayarrToProc extends ValidatorEJB implements PayarrToProcLocal,Paya ...@@ -192,6 +207,13 @@ public class PayarrToProc extends ValidatorEJB implements PayarrToProcLocal,Paya
errCode = "VTPAYARR06"; errCode = "VTPAYARR06";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
//Modified by Ahmed on 31-AUG-2018[To break and return error message when validation fails]start
msgType = errorType(conn, errCode);
if (msgType.equalsIgnoreCase("E"))
{
break;
}
//Modified by Ahmed on 31-AUG-2018[To break and return error message when validation fails]end
} }
} }
} }
...@@ -200,6 +222,13 @@ public class PayarrToProc extends ValidatorEJB implements PayarrToProcLocal,Paya ...@@ -200,6 +222,13 @@ public class PayarrToProc extends ValidatorEJB implements PayarrToProcLocal,Paya
errCode = "VTPAYARR04"; errCode = "VTPAYARR04";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
//Modified by Ahmed on 31-AUG-2018[To break and return error message when validation fails]start
msgType = errorType(conn, errCode);
if (msgType.equalsIgnoreCase("E"))
{
break;
}
//Modified by Ahmed on 31-AUG-2018[To break and return error message when validation fails]end
} }
} }
else if("prd_code".equalsIgnoreCase(childNodeName)) else if("prd_code".equalsIgnoreCase(childNodeName))
...@@ -233,6 +262,13 @@ public class PayarrToProc extends ValidatorEJB implements PayarrToProcLocal,Paya ...@@ -233,6 +262,13 @@ public class PayarrToProc extends ValidatorEJB implements PayarrToProcLocal,Paya
errCode = "VTPAYARR05"; errCode = "VTPAYARR05";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
//Modified by Ahmed on 31-AUG-2018[To break and return error message when validation fails]start
msgType = errorType(conn, errCode);
if (msgType.equalsIgnoreCase("E"))
{
break;
}
//Modified by Ahmed on 31-AUG-2018[To break and return error message when validation fails]end
} }
empCode = checkNull(genericUtility.getColumnValue("emp_code", dom)); empCode = checkNull(genericUtility.getColumnValue("emp_code", dom));
......
package ibase.webitm.ejb.adm; package ibase.webitm.ejb.adm;
import ibase.webitm.ejb.ValidatorLocal;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException; import java.rmi.RemoteException;
...@@ -9,7 +10,7 @@ import javax.ejb.Local; ...@@ -9,7 +10,7 @@ import javax.ejb.Local;
import org.w3c.dom.Document; import org.w3c.dom.Document;
@Local @Local
public interface UpdateNoOfCVICLocal public interface UpdateNoOfCVICLocal extends ValidatorLocal
{ {
public String wfValData() throws RemoteException,ITMException; public String wfValData() throws RemoteException,ITMException;
public String itemChanged() throws RemoteException,ITMException; public String itemChanged() throws RemoteException,ITMException;
......
package ibase.webitm.ejb.adm; package ibase.webitm.ejb.adm;
import ibase.webitm.ejb.ValidatorRemote;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException; import java.rmi.RemoteException;
...@@ -9,7 +10,7 @@ import javax.ejb.Remote; ...@@ -9,7 +10,7 @@ import javax.ejb.Remote;
import org.w3c.dom.Document; import org.w3c.dom.Document;
@Remote @Remote
public interface UpdateNoOfCVICRemote public interface UpdateNoOfCVICRemote extends ValidatorRemote
{ {
public String wfValData() throws RemoteException,ITMException; public String wfValData() throws RemoteException,ITMException;
public String itemChanged() throws RemoteException,ITMException; public String itemChanged() throws RemoteException,ITMException;
......
...@@ -4,12 +4,13 @@ import javax.ejb.Local; ...@@ -4,12 +4,13 @@ import javax.ejb.Local;
import org.w3c.dom.Document; import org.w3c.dom.Document;
import ibase.webitm.ejb.ProcessLocal;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException; import java.rmi.RemoteException;
@Local @Local
public interface UpdateNoOfCVPrcLocal public interface UpdateNoOfCVPrcLocal extends ProcessLocal
{ {
public String getData(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException; public String getData(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException;
public String process(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException; public String process(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException;
......
...@@ -4,12 +4,13 @@ import javax.ejb.Remote; ...@@ -4,12 +4,13 @@ import javax.ejb.Remote;
import org.w3c.dom.Document; import org.w3c.dom.Document;
import ibase.webitm.ejb.ProcessRemote;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException; import java.rmi.RemoteException;
@Remote @Remote
public interface UpdateNoOfCVPrcRemote public interface UpdateNoOfCVPrcRemote extends ProcessRemote
{ {
public String getData(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException; public String getData(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException;
public String process(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException; public String process(String xmlString, String xmlString2, String windowName, String xtraParams) throws RemoteException,ITMException;
......
package ibase.webitm.ejb.adm.adv; package ibase.webitm.ejb.adm.adv;
import ibase.webitm.ejb.ActionHandlerLocal;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException; import java.rmi.RemoteException;
...@@ -8,7 +9,11 @@ import java.sql.Connection; ...@@ -8,7 +9,11 @@ import java.sql.Connection;
import javax.ejb.Local; import javax.ejb.Local;
@Local @Local
public interface MPReqmntCloseLocal //Modified by Anjali R. on [20/10/2018][Start]
//public interface MPReqmntCloseLocal
public interface MPReqmntCloseLocal extends ActionHandlerLocal
//Modified by Anjali R. on [20/10/2018][nd]
{ {
public String mprreqClose() throws RemoteException, ITMException; public String mprreqClose() throws RemoteException, ITMException;
public String mprreqClose( String tranID, String xtraParams,String forcedFlag )throws RemoteException, ITMException; public String mprreqClose( String tranID, String xtraParams,String forcedFlag )throws RemoteException, ITMException;
......
package ibase.webitm.ejb.adm.adv; package ibase.webitm.ejb.adm.adv;
import ibase.webitm.ejb.ActionHandlerRemote;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException; import java.rmi.RemoteException;
...@@ -8,7 +9,10 @@ import java.sql.Connection; ...@@ -8,7 +9,10 @@ import java.sql.Connection;
import javax.ejb.Remote; import javax.ejb.Remote;
@Remote @Remote
public interface MPReqmntCloseRemote //Modified by Anjali R. on [20/10/2018][Start]
//public interface MPReqmntCloseRemote
public interface MPReqmntCloseRemote extends ActionHandlerRemote
//Modified by Anjali R. on [20/10/2018][End]
{ {
public String mprreqClose() throws RemoteException, ITMException; public String mprreqClose() throws RemoteException, ITMException;
public String mprreqClose( String tranID, String xtraParams,String forcedFlag )throws RemoteException, ITMException; public String mprreqClose( String tranID, String xtraParams,String forcedFlag )throws RemoteException, ITMException;
......
package ibase.webitm.ejb.adm.adv; package ibase.webitm.ejb.adm.adv;
import ibase.webitm.ejb.ActionHandlerLocal;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException; import java.rmi.RemoteException;
...@@ -8,7 +9,10 @@ import java.sql.Connection; ...@@ -8,7 +9,10 @@ import java.sql.Connection;
import javax.ejb.Local; import javax.ejb.Local;
@Local @Local
public interface MPReqmntConfirmationLocal //Modified by Anjali R. on [20/10/2018][Start]
//public interface MPReqmntConfirmationLocal
public interface MPReqmntConfirmationLocal extends ActionHandlerLocal
//Modified by Anjali R. on [20/10/2018][End]
{ {
public String mpreqApprove() throws RemoteException, ITMException; public String mpreqApprove() throws RemoteException, ITMException;
public String mpreqApprove( String tranID,String xtraParams,String forcedFlag )throws RemoteException, ITMException; public String mpreqApprove( String tranID,String xtraParams,String forcedFlag )throws RemoteException, ITMException;
......
package ibase.webitm.ejb.adm.adv; package ibase.webitm.ejb.adm.adv;
import ibase.webitm.ejb.ActionHandlerRemote;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import java.rmi.RemoteException; import java.rmi.RemoteException;
...@@ -8,7 +9,10 @@ import java.sql.Connection; ...@@ -8,7 +9,10 @@ import java.sql.Connection;
import javax.ejb.Remote; import javax.ejb.Remote;
@Remote @Remote
public interface MPReqmntConfirmationRemote //Modified by Anjali R. on [20/10/2018][Start]
//public interface MPReqmntConfirmationRemote
public interface MPReqmntConfirmationRemote extends ActionHandlerRemote
//Modified by Anjali R. on [20/10/2018][End]
{ {
public String mpreqApprove() throws RemoteException, ITMException; public String mpreqApprove() throws RemoteException, ITMException;
public String mpreqApprove( String tranID,String xtraParams,String forcedFlag )throws RemoteException, ITMException; public String mpreqApprove( String tranID,String xtraParams,String forcedFlag )throws RemoteException, ITMException;
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow> <!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow> <Sybase_eDataWindow>
<Release>9</Release> <Release>9</Release>
<BaseDefinition> <BaseDefinition>
<units>1</units> <units>1</units>
<timer_interval>0</timer_interval> <timer_interval>0</timer_interval>
<color>79741120</color> <color>79741120</color>
<processing>1</processing> <processing>1</processing>
<HTMLDW>no</HTMLDW> <HTMLDW>no</HTMLDW>
<print> <print>
<documentname></documentname> <documentname></documentname>
<printername></printername> <printername></printername>
<orientation>0</orientation> <orientation>0</orientation>
<margin> <margin>
<left>24</left> <left>24</left>
<right>24</right> <right>24</right>
<top>24</top> <top>24</top>
<bottom>24</bottom> <bottom>24</bottom>
</margin> </margin>
<paper> <paper>
<source>0</source> <source>0</source>
<size>0</size> <size>0</size>
</paper> </paper>
<prompt>no</prompt> <prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter> <canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons> <buttons>no</buttons>
<preview.buttons>no</preview.buttons> <preview.buttons>no</preview.buttons>
<cliptext>no</cliptext> <cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob> <overrideprintjob>no</overrideprintjob>
</print> </print>
<grid.lines>0</grid.lines> <grid.lines>0</grid.lines>
</BaseDefinition> </BaseDefinition>
<Header> <Header>
<height>19</height> <height>19</height>
<color>536870912</color> <color>536870912</color>
</Header> </Header>
<Summary> <Summary>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Summary> </Summary>
<Footer> <Footer>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>21</height> <height>21</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>vac_no</name> <name>vac_no</name>
<dbname>mpreq.vac_no</dbname> <dbname>mpreq.vac_no</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>vac_date</name> <name>vac_date</name>
<dbname>mpreq.vac_date</dbname> <dbname>mpreq.vac_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="25">char</type> <type size="25">char</type>
<updatewhereclause>yes</updatewhereclause> <update>yes</update>
<name>designation</name> <updatewhereclause>yes</updatewhereclause>
<dbname>mpreq.designation</dbname> <name>designation</name>
</table_column> <dbname>mpreq.designation</dbname>
<table_column> </table_column>
<type precision="0">decimal</type> <table_column>
<update>yes</update> <type precision="0">decimal</type>
<updatewhereclause>yes</updatewhereclause> <update>yes</update>
<name>no_post</name> <updatewhereclause>yes</updatewhereclause>
<dbname>mpreq.no_post</dbname> <name>no_post</name>
</table_column> <dbname>mpreq.no_post</dbname>
<table_column> </table_column>
<type>datetime</type> <table_column>
<update>yes</update> <type>datetime</type>
<updatewhereclause>yes</updatewhereclause> <update>yes</update>
<name>req_date</name> <updatewhereclause>yes</updatewhereclause>
<dbname>mpreq.req_date</dbname> <name>req_date</name>
</table_column> <dbname>mpreq.req_date</dbname>
<table_column> </table_column>
<type size="5">char</type> <table_column>
<updatewhereclause>yes</updatewhereclause> <type size="5">char</type>
<name>dept_code</name> <update>yes</update>
<dbname>mpreq.dept_code</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>dept_code</name>
<table_column> <dbname>mpreq.dept_code</dbname>
<type precision="2">decimal</type> </table_column>
<update>yes</update> <table_column>
<updatewhereclause>yes</updatewhereclause> <type precision="2">decimal</type>
<name>pass_perc</name> <update>yes</update>
<dbname>mpreq.pass_perc</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>pass_perc</name>
<table_column> <dbname>mpreq.pass_perc</dbname>
<type precision="2">decimal</type> </table_column>
<update>yes</update> <table_column>
<updatewhereclause>yes</updatewhereclause> <type precision="0">decimal</type>
<name>min_exp</name> <update>yes</update>
<dbname>mpreq.min_exp</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>min_exp</name>
<table_column> <dbname>mpreq.min_exp</dbname>
<type size="1500">char</type> </table_column>
<update>yes</update> <table_column>
<updatewhereclause>yes</updatewhereclause> <type size="1500">char</type>
<name>exp_det</name> <update>yes</update>
<dbname>mpreq.exp_det</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>exp_det</name>
<table_column> <dbname>mpreq.exp_det</dbname>
<type size="5">char</type> </table_column>
<update>yes</update> <table_column>
<updatewhereclause>yes</updatewhereclause> <type size="5">char</type>
<name>qlf_code__min</name> <update>yes</update>
<dbname>mpreq.qlf_code__min</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>qlf_code__min</name>
<table_column> <dbname>mpreq.qlf_code__min</dbname>
<type size="40">char</type> </table_column>
<updatewhereclause>yes</updatewhereclause> <table_column>
<name>department_descr</name> <type size="40">char</type>
<dbname>department.descr</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>department_descr</name>
<table_column> <dbname>department.descr</dbname>
<type size="40">char</type> </table_column>
<updatewhereclause>yes</updatewhereclause> <table_column>
<name>qualification_descr</name> <type size="40">char</type>
<dbname>qualification.descr</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>qualification_descr</name>
<table_column> <dbname>qualification.descr</dbname>
<type size="1">char</type> </table_column>
<update>yes</update> <table_column>
<updatewhereclause>yes</updatewhereclause> <type size="1">char</type>
<name>status</name> <update>yes</update>
<dbname>mpreq.status</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>status</name>
<table_column> <dbname>mpreq.status</dbname>
<type size="5">char</type> </table_column>
<updatewhereclause>yes</updatewhereclause> <table_column>
<name>site_code</name> <type size="5">char</type>
<dbname>mpreq.site_code</dbname> <update>yes</update>
</table_column> <updatewhereclause>yes</updatewhereclause>
<table_column> <name>site_code</name>
<type size="20">char</type> <dbname>mpreq.site_code</dbname>
<updatewhereclause>yes</updatewhereclause> </table_column>
<name>location</name> <table_column>
<dbname>mpreq.location</dbname> <type size="20">char</type>
</table_column> <update>yes</update>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type size="5">char</type> <name>location</name>
<updatewhereclause>yes</updatewhereclause> <dbname>mpreq.location</dbname>
<name>design_code</name> </table_column>
<dbname>mpreq.design_code</dbname> <table_column>
</table_column> <type size="5">char</type>
<table_column> <update>yes</update>
<type size="1">char</type> <updatewhereclause>yes</updatewhereclause>
<updatewhereclause>yes</updatewhereclause> <name>design_code</name>
<name>reas_code_vac</name> <dbname>mpreq.design_code</dbname>
<dbname>mpreq.reas_code_vac</dbname> </table_column>
<values> <table_column>
<item display="Resignation" data="S"/> <type size="1">char</type>
<item display="Promotion" data="P"/> <update>yes</update>
<item display="Transfer" data="T"/> <updatewhereclause>yes</updatewhereclause>
<item display="Termination" data="X"/> <name>reas_code_vac</name>
<item display="Retirement" data="R"/> <dbname>mpreq.reas_code_vac</dbname>
<item display="Death" data="D"/> <values>
</values> <item display="Resignation" data="S"/>
</table_column> <item display="Promotion" data="P"/>
<table_column> <item display="Transfer" data="T"/>
<type size="10">char</type> <item display="Termination" data="X"/>
<updatewhereclause>yes</updatewhereclause> <item display="Retirement" data="R"/>
<name>report_to__admin</name> <item display="Death" data="D"/>
<dbname>mpreq.report_to__admin</dbname> </values>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="10">char</type>
<updatewhereclause>yes</updatewhereclause> <update>yes</update>
<name>approved</name> <updatewhereclause>yes</updatewhereclause>
<dbname>mpreq.approved</dbname> <name>report_to__admin</name>
</table_column> <dbname>mpreq.report_to__admin</dbname>
<table_column> </table_column>
<type>datetime</type> <table_column>
<updatewhereclause>yes</updatewhereclause> <type size="1">char</type>
<name>apprv_date</name> <update>yes</update>
<dbname>mpreq.apprv_date</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>approved</name>
<table_column> <dbname>mpreq.approved</dbname>
<type size="10">char</type> </table_column>
<updatewhereclause>yes</updatewhereclause> <table_column>
<name>emp_code__apprv</name> <type>datetime</type>
<dbname>mpreq.emp_code__apprv</dbname> <update>yes</update>
</table_column> <updatewhereclause>yes</updatewhereclause>
<table_column> <name>apprv_date</name>
<type precision="0">decimal</type> <dbname>mpreq.apprv_date</dbname>
<updatewhereclause>yes</updatewhereclause> </table_column>
<name>no_cv_recd</name> <table_column>
<dbname>mpreq.no_cv_recd</dbname> <type size="10">char</type>
</table_column> <update>yes</update>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;mpreq&quot; ) TABLE(NAME=&quot;department&quot; ) TABLE(NAME=&quot;qualification&quot; ) COLUMN(NAME=&quot;mpreq.vac_no&quot;) COLUMN(NAME=&quot;mpreq.vac_date&quot;) COLUMN(NAME=&quot;mpreq.designation&quot;) COLUMN(NAME=&quot;mpreq.no_post&quot;) COLUMN(NAME=&quot;mpreq.req_date&quot;) COLUMN(NAME=&quot;mpreq.dept_code&quot;) COLUMN(NAME=&quot;mpreq.pass_perc&quot;) COLUMN(NAME=&quot;mpreq.min_exp&quot;) COLUMN(NAME=&quot;mpreq.exp_det&quot;) COLUMN(NAME=&quot;mpreq.qlf_code__min&quot;) COLUMN(NAME=&quot;department.descr&quot;) COLUMN(NAME=&quot;qualification.descr&quot;) COLUMN(NAME=&quot;mpreq.status&quot;) COLUMN(NAME=&quot;mpreq.site_code&quot;) COLUMN(NAME=&quot;mpreq.location&quot;) COLUMN(NAME=&quot;mpreq.design_code&quot;) COLUMN(NAME=&quot;mpreq.reas_code_vac&quot;) COLUMN(NAME=&quot;mpreq.report_to__admin&quot;) COLUMN(NAME=&quot;mpreq.approved&quot;) COLUMN(NAME=&quot;mpreq.apprv_date&quot;) COLUMN(NAME=&quot;mpreq.emp_code__apprv&quot;) COLUMN(NAME=&quot;mpreq.no_cv_recd&quot;) JOIN (LEFT=&quot;mpreq.qlf_code__min&quot; OP =&quot;=&quot;RIGHT=&quot;qualification.qlf_code&quot; OUTER1 =&quot;mpreq.qlf_code__min&quot; ) JOIN (LEFT=&quot;mpreq.dept_code&quot; OP =&quot;=&quot;RIGHT=&quot;department.dept_code&quot; )WHERE( EXP1 =&quot;( ( mpreq.vac_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:date_fr )&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;( mpreq.vac_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:date_to ) )&quot; ) ) ARG(NAME = &quot;date_fr&quot; TYPE = datetime) ARG(NAME = &quot;date_to&quot; TYPE = datetime) </retrieve> <updatewhereclause>yes</updatewhereclause>
<update>mpreq</update> <name>emp_code__apprv</name>
<updatewhere>0</updatewhere> <dbname>mpreq.emp_code__apprv</dbname>
<updatekeyinplace>no</updatekeyinplace> </table_column>
<argument> <table_column>
<name>date_fr</name> <type precision="0">decimal</type>
<type>datetime</type> <update>yes</update>
</argument> <updatewhereclause>yes</updatewhereclause>
<argument> <name>no_cv_recd</name>
<name>date_to</name> <dbname>mpreq.no_cv_recd</dbname>
<type>datetime</type> </table_column>
</argument> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;mpreq&quot; ) TABLE(NAME=&quot;department&quot; ) TABLE(NAME=&quot;qualification&quot; ) COLUMN(NAME=&quot;mpreq.vac_no&quot;) COLUMN(NAME=&quot;mpreq.vac_date&quot;) COLUMN(NAME=&quot;mpreq.designation&quot;) COLUMN(NAME=&quot;mpreq.no_post&quot;) COLUMN(NAME=&quot;mpreq.req_date&quot;) COLUMN(NAME=&quot;mpreq.dept_code&quot;) COLUMN(NAME=&quot;mpreq.pass_perc&quot;) COLUMN(NAME=&quot;mpreq.min_exp&quot;) COLUMN(NAME=&quot;mpreq.exp_det&quot;) COLUMN(NAME=&quot;mpreq.qlf_code__min&quot;) COLUMN(NAME=&quot;department.descr&quot;) COLUMN(NAME=&quot;qualification.descr&quot;) COLUMN(NAME=&quot;mpreq.status&quot;) COLUMN(NAME=&quot;mpreq.site_code&quot;) COLUMN(NAME=&quot;mpreq.location&quot;) COLUMN(NAME=&quot;mpreq.design_code&quot;) COLUMN(NAME=&quot;mpreq.reas_code_vac&quot;) COLUMN(NAME=&quot;mpreq.report_to__admin&quot;) COLUMN(NAME=&quot;mpreq.approved&quot;) COLUMN(NAME=&quot;mpreq.apprv_date&quot;) COLUMN(NAME=&quot;mpreq.emp_code__apprv&quot;) COLUMN(NAME=&quot;mpreq.no_cv_recd&quot;) JOIN (LEFT=&quot;mpreq.qlf_code__min&quot; OP =&quot;=&quot;RIGHT=&quot;qualification.qlf_code&quot; OUTER1 =&quot;mpreq.qlf_code__min&quot; ) JOIN (LEFT=&quot;mpreq.dept_code&quot; OP =&quot;=&quot;RIGHT=&quot;department.dept_code&quot; OUTER1 =&quot;mpreq.dept_code&quot; )WHERE( EXP1 =&quot;mpreq.vac_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:date_fr &quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;mpreq.vac_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:date_to&quot; ) ) ARG(NAME = &quot;date_fr&quot; TYPE = datetime) ARG(NAME = &quot;date_to&quot; TYPE = datetime) </retrieve>
</TableDefinition> <update>MPREQ</update>
<TextObject> <updatewhere>1</updatewhere>
<band>Header</band> <updatekeyinplace>no</updatekeyinplace>
<alignment>0</alignment> <argument>
<text>Vacancy No</text> <name>date_fr</name>
<border>6</border> <type>datetime</type>
<color>0</color> </argument>
<x>2</x> <argument>
<y>2</y> <name>date_to</name>
<height>16</height> <type>datetime</type>
<width>76</width> </argument>
<html> </TableDefinition>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>vac_no_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Vacancy No</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>2</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>76</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>vac_no_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Vacancy Date</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>80</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>76</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>vac_date_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Vacancy Date</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>80</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>76</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>vac_date_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Designation</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>262</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>127</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>designation_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Designation</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>262</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>127</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>designation_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>1</alignment> <family>1</family>
<text>No of Post</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>391</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>68</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>no_post_t</name> <alignment>1</alignment>
<visible>1</visible> <text>No of Post</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>391</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>68</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>no_post_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Desired Qualification Description</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>940</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>239</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>qualification_descr_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Desired Qualification Description</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>940</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>239</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>qualification_descr_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>2</alignment> <family>1</family>
<text>Pass %</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>1181</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>40</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>pass_perc_t</name> <alignment>2</alignment>
<visible>1</visible> <text>Pass %</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>1181</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>40</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>pass_perc_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>1</alignment> <family>1</family>
<text>Minimum Experience</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>1223</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>124</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>min_exp_t</name> <alignment>1</alignment>
<visible>1</visible> <text>Minimum Experience</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>1223</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>124</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>min_exp_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Experience Detail</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>1349</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>229</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>exp_det_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Experience Detail</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>1349</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>229</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>exp_det_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Status</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>1580</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>41</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>status_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Status</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>1580</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>41</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>status_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Requirement Date</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>461</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>100</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>req_date_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Requirement Date</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>461</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>100</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>req_date_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Department Code</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>563</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>101</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>dept_code_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Department Code</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>563</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>101</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>dept_code_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Department of Vacancy</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>666</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>142</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>department_descr_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Department of Vacancy</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>666</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>142</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>department_descr_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Qualification Desired</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>810</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>128</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>qlf_code__min_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Qualification Desired</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>810</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>128</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>qlf_code__min_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Site Code</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>1623</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>62</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>site_code_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Site Code</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>1623</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>62</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>site_code_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Designation Code</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>0</color> </font>
<x>158</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>102</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>design_code_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Designation Code</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>0</color>
<height>-10</height> <x>158</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>102</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>design_code_t</name>
<color>79741120</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Location</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>33554432</color> </font>
<x>1687</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>76</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>location_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Location</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>33554432</color>
<height>-10</height> <x>1687</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>76</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>location_t</name>
<color>67108864</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Reason</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>33554432</color> </font>
<x>1765</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>67108864</color>
<width>137</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>reas_code_vac_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Reason</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>33554432</color>
<height>-10</height> <x>1765</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>137</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>reas_code_vac_t</name>
<color>67108864</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Report To Admin</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>33554432</color> </font>
<x>1904</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>67108864</color>
<width>92</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>report_to__admin_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Report To Admin</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>33554432</color>
<height>-10</height> <x>1904</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>92</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>report_to__admin_t</name>
<color>67108864</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Approved</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>33554432</color> </font>
<x>1998</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>67108864</color>
<width>70</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>approved_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Approved</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>33554432</color>
<height>-10</height> <x>1998</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>70</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>approved_t</name>
<color>67108864</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Approved on</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>33554432</color> </font>
<x>2070</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>67108864</color>
<width>86</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>apprv_date_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Approved on</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>33554432</color>
<height>-10</height> <x>2070</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>86</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>apprv_date_t</name>
<color>67108864</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>Emp Code Apprv</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>33554432</color> </font>
<x>2158</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>67108864</color>
<width>92</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>emp_code__apprv_t</name> <alignment>0</alignment>
<visible>1</visible> <text>Approver Code</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>33554432</color>
<height>-10</height> <x>2158</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>92</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>emp_code__apprv_t</name>
<color>67108864</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Header</band> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<text>No CV Received</text> <pitch>2</pitch>
<border>6</border> <charset>0</charset>
<color>33554432</color> </font>
<x>2252</x> <background>
<y>2</y> <mode>2</mode>
<height>16</height> <color>67108864</color>
<width>94</width> </background>
<html> </TextObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Header</band>
<name>no_cv_recd_t</name> <alignment>0</alignment>
<visible>1</visible> <text>No CV Received</text>
<font> <border>6</border>
<face>Times New Roman</face> <color>33554432</color>
<height>-10</height> <x>2252</x>
<weight>400</weight> <y>2</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>94</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>2</mode> <name>no_cv_recd_t</name>
<color>67108864</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>1</id> <family>1</family>
<alignment>0</alignment> <pitch>2</pitch>
<tabsequence>10</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>0</color> <background>
<x>2</x> <mode>2</mode>
<y>2</y> <color>67108864</color>
<height>17</height> </background>
<width>76</width> </TextObject>
<format>[general]</format> <ColumnObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <id>1</id>
</html> <alignment>0</alignment>
<name>vac_no</name> <tabsequence>10</tabsequence>
<tag>Vacancy number, must be unique.</tag> <border>5</border>
<visible>1</visible> <color>0</color>
<EditStyle style="edit"> <x>2</x>
<limit>10</limit> <y>2</y>
<case>any</case> <height>17</height>
<autoselect>yes</autoselect> <width>76</width>
<imemode>0</imemode> <format>[general]</format>
</EditStyle> <html>
<font> <valueishtml>0</valueishtml>
<face>Times New Roman</face> </html>
<height>-10</height> <name>vac_no</name>
<weight>400</weight> <tag>Vacancy number, must be unique.</tag>
<family>1</family> <visible>1</visible>
<pitch>2</pitch> <EditStyle style="edit">
<charset>0</charset> <limit>10</limit>
</font> <case>any</case>
<background> <autoselect>yes</autoselect>
<mode>2</mode> <imemode>0</imemode>
<color>16777215</color> </EditStyle>
</background> <font>
</ColumnObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>3</id> <family>1</family>
<alignment>0</alignment> <pitch>2</pitch>
<tabsequence>40</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>0</color> <background>
<x>262</x> <mode>2</mode>
<y>2</y> <color>16777215</color>
<height>17</height> </background>
<width>127</width> </ColumnObject>
<format>[general]</format> <ColumnObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <id>2</id>
</html> <alignment>0</alignment>
<name>designation</name> <tabsequence>20</tabsequence>
<tag>Designation for which reqired.</tag> <border>5</border>
<visible>1</visible> <color>0</color>
<EditStyle style="edit"> <x>80</x>
<limit>25</limit> <y>2</y>
<case>any</case> <height>17</height>
<autoselect>yes</autoselect> <width>76</width>
<autohscroll>yes</autohscroll> <format>[shortdate] [time]</format>
<imemode>0</imemode> <html>
</EditStyle> <valueishtml>0</valueishtml>
<font> </html>
<face>Times New Roman</face> <name>vac_date</name>
<height>-10</height> <tag>Vacancy date</tag>
<weight>400</weight> <visible>1</visible>
<family>1</family> <EditStyle style="editmask">
<pitch>2</pitch> <mask>dd/mm/yy</mask>
<charset>0</charset> <imemode>0</imemode>
</font> <focusrectangle>no</focusrectangle>
<background> </EditStyle>
<mode>2</mode> <font>
<color>16777215</color> <face>Times New Roman</face>
</background> <height>-10</height>
</ColumnObject> <weight>400</weight>
<ColumnObject> <family>1</family>
<band>Detail</band> <pitch>2</pitch>
<id>4</id> <charset>0</charset>
<alignment>1</alignment> </font>
<tabsequence>50</tabsequence> <background>
<border>5</border> <mode>2</mode>
<color>0</color> <color>16777215</color>
<x>391</x> </background>
<y>2</y> </ColumnObject>
<height>17</height> <ColumnObject>
<width>68</width> <band>Detail</band>
<format>[general]</format> <id>3</id>
<html> <alignment>0</alignment>
<valueishtml>0</valueishtml> <tabsequence>40</tabsequence>
</html> <border>5</border>
<name>no_post</name> <color>0</color>
<tag>No of post vacant.</tag> <x>262</x>
<visible>1</visible> <y>2</y>
<EditStyle style="edit"> <height>17</height>
<limit>0</limit> <width>127</width>
<case>any</case> <format>[general]</format>
<autoselect>yes</autoselect> <html>
<autohscroll>yes</autohscroll> <valueishtml>0</valueishtml>
<imemode>0</imemode> </html>
</EditStyle> <name>designation</name>
<font> <tag>Designation for which reqired.</tag>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <EditStyle style="edit">
<weight>400</weight> <limit>25</limit>
<family>1</family> <case>any</case>
<pitch>2</pitch> <autoselect>yes</autoselect>
<charset>0</charset> <autohscroll>yes</autohscroll>
</font> <imemode>0</imemode>
<background> </EditStyle>
<mode>2</mode> <font>
<color>16777215</color> <face>Times New Roman</face>
</background> <height>-10</height>
</ColumnObject> <weight>400</weight>
<ColumnObject> <family>1</family>
<band>Detail</band> <pitch>2</pitch>
<id>12</id> <charset>0</charset>
<alignment>0</alignment> </font>
<tabsequence>100</tabsequence> <background>
<border>5</border> <mode>2</mode>
<color>0</color> <color>16777215</color>
<x>940</x> </background>
<y>2</y> </ColumnObject>
<height>17</height> <ColumnObject>
<width>239</width> <band>Detail</band>
<format>[general]</format> <id>4</id>
<html> <alignment>1</alignment>
<valueishtml>0</valueishtml> <tabsequence>50</tabsequence>
</html> <border>5</border>
<name>qualification_descr</name> <color>0</color>
<visible>1</visible> <x>391</x>
<EditStyle style="edit"> <y>2</y>
<limit>0</limit> <height>17</height>
<case>any</case> <width>68</width>
<autoselect>yes</autoselect> <format>[general]</format>
<imemode>0</imemode> <html>
</EditStyle> <valueishtml>0</valueishtml>
<font> </html>
<face>Times New Roman</face> <name>no_post</name>
<height>-10</height> <tag>No of post vacant.</tag>
<weight>400</weight> <visible>1</visible>
<family>1</family> <EditStyle style="edit">
<pitch>2</pitch> <limit>0</limit>
<charset>0</charset> <case>any</case>
</font> <autoselect>yes</autoselect>
<background> <autohscroll>yes</autohscroll>
<mode>2</mode> <imemode>0</imemode>
<color>16777215</color> </EditStyle>
</background> <font>
</ColumnObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>7</id> <family>1</family>
<alignment>1</alignment> <pitch>2</pitch>
<tabsequence>110</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>0</color> <background>
<x>1181</x> <mode>2</mode>
<y>2</y> <color>16777215</color>
<height>17</height> </background>
<width>40</width> </ColumnObject>
<format>[general]</format> <ColumnObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <id>5</id>
</html> <alignment>0</alignment>
<name>pass_perc</name> <tabsequence>60</tabsequence>
<tag>Minimum passing percentage</tag> <border>5</border>
<visible>1</visible> <color>0</color>
<EditStyle style="edit"> <x>461</x>
<limit>0</limit> <y>2</y>
<case>any</case> <height>17</height>
<autoselect>yes</autoselect> <width>100</width>
<autohscroll>yes</autohscroll> <format>[shortdate] [time]</format>
<imemode>0</imemode> <html>
</EditStyle> <valueishtml>0</valueishtml>
<font> </html>
<face>Times New Roman</face> <name>req_date</name>
<height>-10</height> <tag>Reqired date.</tag>
<weight>400</weight> <visible>1</visible>
<family>1</family> <EditStyle style="editmask">
<pitch>2</pitch> <mask>dd/mm/yy</mask>
<charset>0</charset> <imemode>0</imemode>
</font> <focusrectangle>no</focusrectangle>
<background> </EditStyle>
<mode>2</mode> <font>
<color>16777215</color> <face>Times New Roman</face>
</background> <height>-10</height>
</ColumnObject> <weight>400</weight>
<ColumnObject> <family>1</family>
<band>Detail</band> <pitch>2</pitch>
<id>8</id> <charset>0</charset>
<alignment>1</alignment> </font>
<tabsequence>120</tabsequence> <background>
<border>5</border> <mode>2</mode>
<color>0</color> <color>16777215</color>
<x>1223</x> </background>
<y>2</y> </ColumnObject>
<height>17</height> <ColumnObject>
<width>124</width> <band>Detail</band>
<format>[general]</format> <id>6</id>
<html> <alignment>0</alignment>
<valueishtml>0</valueishtml> <tabsequence>70</tabsequence>
</html> <border>5</border>
<name>min_exp</name> <color>0</color>
<tag>Minimum experience.</tag> <x>563</x>
<visible>1</visible> <y>2</y>
<EditStyle style="edit"> <height>17</height>
<limit>0</limit> <width>101</width>
<case>any</case> <format>[general]</format>
<autoselect>yes</autoselect> <html>
<autohscroll>yes</autohscroll> <valueishtml>0</valueishtml>
<imemode>0</imemode> </html>
</EditStyle> <name>dept_code</name>
<font> <tag>Vacant in which department.</tag>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <EditStyle style="edit">
<weight>400</weight> <limit>5</limit>
<family>1</family> <case>any</case>
<pitch>2</pitch> <autoselect>yes</autoselect>
<charset>0</charset> <autohscroll>yes</autohscroll>
</font> <imemode>0</imemode>
<background> </EditStyle>
<mode>2</mode> <font>
<color>16777215</color> <face>Times New Roman</face>
</background> <height>-10</height>
</ColumnObject> <weight>400</weight>
<ColumnObject> <family>1</family>
<band>Detail</band> <pitch>2</pitch>
<id>9</id> <charset>0</charset>
<alignment>0</alignment> </font>
<tabsequence>130</tabsequence> <background>
<border>5</border> <mode>2</mode>
<color>0</color> <color>16777215</color>
<x>1349</x> </background>
<y>2</y> </ColumnObject>
<height>17</height> <ColumnObject>
<width>229</width> <band>Detail</band>
<format>[general]</format> <id>7</id>
<html> <alignment>1</alignment>
<valueishtml>0</valueishtml> <tabsequence>110</tabsequence>
</html> <border>5</border>
<name>exp_det</name> <color>0</color>
<tag>Experience details.</tag> <x>1181</x>
<visible>1</visible> <y>2</y>
<EditStyle style="edit"> <height>17</height>
<limit>100</limit> <width>40</width>
<case>any</case> <format>[general]</format>
<autoselect>yes</autoselect> <html>
<autohscroll>yes</autohscroll> <valueishtml>0</valueishtml>
<imemode>0</imemode> </html>
</EditStyle> <name>pass_perc</name>
<font> <tag>Minimum passing percentage</tag>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <EditStyle style="edit">
<weight>400</weight> <limit>0</limit>
<family>1</family> <case>any</case>
<pitch>2</pitch> <autoselect>yes</autoselect>
<charset>0</charset> <autohscroll>yes</autohscroll>
</font> <imemode>0</imemode>
<background> </EditStyle>
<mode>2</mode> <font>
<color>16777215</color> <face>Times New Roman</face>
</background> <height>-10</height>
</ColumnObject> <weight>400</weight>
<ColumnObject> <family>1</family>
<band>Detail</band> <pitch>2</pitch>
<id>13</id> <charset>0</charset>
<alignment>0</alignment> </font>
<tabsequence>140</tabsequence> <background>
<border>5</border> <mode>2</mode>
<color>0</color> <color>16777215</color>
<x>1580</x> </background>
<y>2</y> </ColumnObject>
<height>17</height> <ColumnObject>
<width>41</width> <band>Detail</band>
<format>[general]</format> <id>8</id>
<html> <alignment>1</alignment>
<valueishtml>0</valueishtml> <tabsequence>120</tabsequence>
</html> <border>5</border>
<name>status</name> <color>0</color>
<visible>1</visible> <x>1223</x>
<EditStyle style="edit"> <y>2</y>
<limit>0</limit> <height>17</height>
<case>any</case> <width>124</width>
<autoselect>yes</autoselect> <format>[general]</format>
<imemode>0</imemode> <html>
</EditStyle> <valueishtml>0</valueishtml>
<font> </html>
<face>Times New Roman</face> <name>min_exp</name>
<height>-10</height> <tag>Minimum experience.</tag>
<weight>400</weight> <visible>1</visible>
<family>1</family> <EditStyle style="edit">
<pitch>2</pitch> <limit>0</limit>
<charset>0</charset> <case>any</case>
</font> <autoselect>yes</autoselect>
<background> <autohscroll>yes</autohscroll>
<mode>2</mode> <imemode>0</imemode>
<color>16777215</color> </EditStyle>
</background> <font>
</ColumnObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>5</id> <family>1</family>
<alignment>0</alignment> <pitch>2</pitch>
<tabsequence>60</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>0</color> <background>
<x>461</x> <mode>2</mode>
<y>2</y> <color>16777215</color>
<height>17</height> </background>
<width>100</width> </ColumnObject>
<format>[shortdate] [time]</format> <ColumnObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <id>9</id>
</html> <alignment>0</alignment>
<name>req_date</name> <tabsequence>130</tabsequence>
<tag>Reqired date.</tag> <border>5</border>
<visible>1</visible> <color>0</color>
<EditStyle style="editmask"> <x>1349</x>
<mask>dd/mm/yy</mask> <y>2</y>
<imemode>0</imemode> <height>17</height>
<focusrectangle>no</focusrectangle> <width>229</width>
</EditStyle> <format>[general]</format>
<font> <html>
<face>Times New Roman</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>exp_det</name>
<family>1</family> <tag>Experience details.</tag>
<pitch>2</pitch> <visible>1</visible>
<charset>0</charset> <EditStyle style="edit">
</font> <limit>100</limit>
<background> <case>any</case>
<mode>2</mode> <autoselect>yes</autoselect>
<color>16777215</color> <autohscroll>yes</autohscroll>
</background> <imemode>0</imemode>
</ColumnObject> </EditStyle>
<ColumnObject> <font>
<band>Detail</band> <face>Times New Roman</face>
<id>6</id> <height>-10</height>
<alignment>0</alignment> <weight>400</weight>
<tabsequence>70</tabsequence> <family>1</family>
<border>5</border> <pitch>2</pitch>
<color>0</color> <charset>0</charset>
<x>563</x> </font>
<y>2</y> <background>
<height>17</height> <mode>2</mode>
<width>101</width> <color>16777215</color>
<format>[general]</format> </background>
<html> </ColumnObject>
<valueishtml>0</valueishtml> <ColumnObject>
</html> <band>Detail</band>
<name>dept_code</name> <id>10</id>
<tag>Vacant in which department.</tag> <alignment>0</alignment>
<visible>1</visible> <tabsequence>90</tabsequence>
<EditStyle style="edit"> <border>5</border>
<limit>5</limit> <color>0</color>
<case>any</case> <x>810</x>
<autoselect>yes</autoselect> <y>2</y>
<autohscroll>yes</autohscroll> <height>17</height>
<imemode>0</imemode> <width>128</width>
</EditStyle> <format>[general]</format>
<font> <html>
<face>Times New Roman</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>qlf_code__min</name>
<family>1</family> <visible>1</visible>
<pitch>2</pitch> <EditStyle style="edit">
<charset>0</charset> <limit>0</limit>
</font> <case>any</case>
<background> <autoselect>yes</autoselect>
<mode>2</mode> <imemode>0</imemode>
<color>16777215</color> </EditStyle>
</background> <font>
</ColumnObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>11</id> <family>1</family>
<alignment>0</alignment> <pitch>2</pitch>
<tabsequence>80</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>0</color> <background>
<x>666</x> <mode>2</mode>
<y>2</y> <color>16777215</color>
<height>17</height> </background>
<width>142</width> </ColumnObject>
<format>[general]</format> <ColumnObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <id>11</id>
</html> <alignment>0</alignment>
<name>department_descr</name> <tabsequence>80</tabsequence>
<visible>1</visible> <border>5</border>
<EditStyle style="edit"> <color>0</color>
<limit>0</limit> <x>666</x>
<case>any</case> <y>2</y>
<autoselect>yes</autoselect> <height>17</height>
<imemode>0</imemode> <width>142</width>
</EditStyle> <format>[general]</format>
<font> <html>
<face>Times New Roman</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>department_descr</name>
<family>1</family> <visible>1</visible>
<pitch>2</pitch> <EditStyle style="edit">
<charset>0</charset> <limit>0</limit>
</font> <case>any</case>
<background> <autoselect>yes</autoselect>
<mode>2</mode> <imemode>0</imemode>
<color>16777215</color> </EditStyle>
</background> <font>
</ColumnObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>10</id> <family>1</family>
<alignment>0</alignment> <pitch>2</pitch>
<tabsequence>90</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>0</color> <background>
<x>810</x> <mode>2</mode>
<y>2</y> <color>16777215</color>
<height>17</height> </background>
<width>128</width> </ColumnObject>
<format>[general]</format> <ColumnObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <id>12</id>
</html> <alignment>0</alignment>
<name>qlf_code__min</name> <tabsequence>100</tabsequence>
<visible>1</visible> <border>5</border>
<EditStyle style="edit"> <color>0</color>
<limit>0</limit> <x>940</x>
<case>any</case> <y>2</y>
<autoselect>yes</autoselect> <height>17</height>
<imemode>0</imemode> <width>239</width>
</EditStyle> <format>[general]</format>
<font> <html>
<face>Times New Roman</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>qualification_descr</name>
<family>1</family> <visible>1</visible>
<pitch>2</pitch> <EditStyle style="edit">
<charset>0</charset> <limit>0</limit>
</font> <case>any</case>
<background> <autoselect>yes</autoselect>
<mode>2</mode> <imemode>0</imemode>
<color>16777215</color> </EditStyle>
</background> <font>
</ColumnObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>14</id> <family>1</family>
<alignment>0</alignment> <pitch>2</pitch>
<tabsequence>150</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>0</color> <background>
<x>1623</x> <mode>2</mode>
<y>2</y> <color>16777215</color>
<height>17</height> </background>
<width>62</width> </ColumnObject>
<format>[general]</format> <ColumnObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <id>13</id>
</html> <alignment>0</alignment>
<name>site_code</name> <tabsequence>140</tabsequence>
<visible>1</visible> <border>5</border>
<EditStyle style="edit"> <color>0</color>
<limit>5</limit> <x>1580</x>
<case>upper</case> <y>2</y>
<autoselect>yes</autoselect> <height>17</height>
<imemode>0</imemode> <width>41</width>
</EditStyle> <format>[general]</format>
<font> <html>
<face>Times New Roman</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>status</name>
<family>1</family> <visible>1</visible>
<pitch>2</pitch> <EditStyle style="edit">
<charset>0</charset> <limit>0</limit>
</font> <case>any</case>
<background> <autoselect>yes</autoselect>
<mode>2</mode> <imemode>0</imemode>
<color>16777215</color> </EditStyle>
</background> <font>
</ColumnObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>2</id> <family>1</family>
<alignment>0</alignment> <pitch>2</pitch>
<tabsequence>20</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>0</color> <background>
<x>80</x> <mode>2</mode>
<y>2</y> <color>16777215</color>
<height>17</height> </background>
<width>76</width> </ColumnObject>
<format>[shortdate] [time]</format> <ColumnObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <id>14</id>
</html> <alignment>0</alignment>
<name>vac_date</name> <tabsequence>150</tabsequence>
<tag>Vacancy date</tag> <border>5</border>
<visible>1</visible> <color>0</color>
<EditStyle style="editmask"> <x>1623</x>
<mask>dd/mm/yy</mask> <y>2</y>
<imemode>0</imemode> <height>17</height>
<focusrectangle>no</focusrectangle> <width>62</width>
</EditStyle> <format>[general]</format>
<font> <html>
<face>Times New Roman</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>site_code</name>
<family>1</family> <visible>1</visible>
<pitch>2</pitch> <EditStyle style="edit">
<charset>0</charset> <limit>5</limit>
</font> <case>upper</case>
<background> <autoselect>yes</autoselect>
<mode>2</mode> <imemode>0</imemode>
<color>16777215</color> </EditStyle>
</background> <font>
</ColumnObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>16</id> <family>1</family>
<alignment>0</alignment> <pitch>2</pitch>
<tabsequence>30</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>0</color> <background>
<x>158</x> <mode>2</mode>
<y>2</y> <color>16777215</color>
<height>17</height> </background>
<width>102</width> </ColumnObject>
<format>[general]</format> <ColumnObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <id>15</id>
</html> <alignment>0</alignment>
<name>design_code</name> <tabsequence>160</tabsequence>
<visible>1</visible> <border>5</border>
<EditStyle style="edit"> <color>0</color>
<limit>0</limit> <x>1687</x>
<case>any</case> <y>2</y>
<focusrectangle>no</focusrectangle> <height>17</height>
<autoselect>yes</autoselect> <width>76</width>
<autohscroll>yes</autohscroll> <format>[general]</format>
<imemode>0</imemode> <html>
</EditStyle> <valueishtml>0</valueishtml>
<font> </html>
<face>Times New Roman</face> <name>location</name>
<height>-10</height> <visible>1</visible>
<weight>400</weight> <EditStyle style="edit">
<family>1</family> <limit>15</limit>
<pitch>2</pitch> <case>any</case>
<charset>0</charset> <focusrectangle>no</focusrectangle>
</font> <autoselect>yes</autoselect>
<background> <imemode>0</imemode>
<mode>2</mode> </EditStyle>
<color>16777215</color> <font>
</background> <face>Times New Roman</face>
</ColumnObject> <height>-10</height>
<ColumnObject> <weight>400</weight>
<band>Detail</band> <family>1</family>
<id>15</id> <pitch>2</pitch>
<alignment>0</alignment> <charset>0</charset>
<tabsequence>160</tabsequence> </font>
<border>5</border> <background>
<color>0</color> <mode>2</mode>
<x>1687</x> <color>16777215</color>
<y>2</y> </background>
<height>17</height> </ColumnObject>
<width>76</width> <ColumnObject>
<format>[general]</format> <band>Detail</band>
<html> <id>16</id>
<valueishtml>0</valueishtml> <alignment>0</alignment>
</html> <tabsequence>30</tabsequence>
<name>location</name> <border>5</border>
<visible>1</visible> <color>0</color>
<EditStyle style="edit"> <x>158</x>
<limit>15</limit> <y>2</y>
<case>any</case> <height>17</height>
<focusrectangle>no</focusrectangle> <width>102</width>
<autoselect>yes</autoselect> <format>[general]</format>
<imemode>0</imemode> <html>
</EditStyle> <valueishtml>0</valueishtml>
<font> </html>
<face>Times New Roman</face> <name>design_code</name>
<height>-10</height> <visible>1</visible>
<weight>400</weight> <EditStyle style="edit">
<family>1</family> <limit>0</limit>
<pitch>2</pitch> <case>any</case>
<charset>0</charset> <focusrectangle>no</focusrectangle>
</font> <autoselect>yes</autoselect>
<background> <autohscroll>yes</autohscroll>
<mode>2</mode> <imemode>0</imemode>
<color>16777215</color> </EditStyle>
</background> <font>
</ColumnObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>20</id> <family>1</family>
<alignment>0</alignment> <pitch>2</pitch>
<tabsequence>200</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>0</color> <background>
<x>2070</x> <mode>2</mode>
<y>1</y> <color>16777215</color>
<height>17</height> </background>
<width>86</width> </ColumnObject>
<format>[shortdate] [time]</format> <ColumnObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <id>17</id>
</html> <alignment>0</alignment>
<name>apprv_date</name> <tabsequence>170</tabsequence>
<visible>1</visible> <border>5</border>
<EditStyle style="editmask"> <color>0</color>
<mask>dd/mm/yy</mask> <x>1765</x>
<imemode>0</imemode> <y>2</y>
<focusrectangle>no</focusrectangle> <height>17</height>
</EditStyle> <width>137</width>
<font> <format>[general]</format>
<face>Times New Roman</face> <html>
<height>-10</height> <valueishtml>0</valueishtml>
<weight>400</weight> </html>
<family>1</family> <name>reas_code_vac</name>
<pitch>2</pitch> <visible>1</visible>
<charset>0</charset> <EditStyle style="ddlb">
</font> <limit>0</limit>
<background> <allowedit>no</allowedit>
<mode>2</mode> <case>upper</case>
<color>16777215</color> <imemode>0</imemode>
</background> </EditStyle>
</ColumnObject> <font>
<ColumnObject> <face>Times New Roman</face>
<band>Detail</band> <height>-10</height>
<id>19</id> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<tabsequence>190</tabsequence> <pitch>2</pitch>
<border>5</border> <charset>0</charset>
<color>0</color> </font>
<x>1998</x> <background>
<y>2</y> <mode>2</mode>
<height>17</height> <color>16777215</color>
<width>70</width> </background>
<format>[general]</format> </ColumnObject>
<html> <ColumnObject>
<valueishtml>0</valueishtml> <band>Detail</band>
</html> <id>18</id>
<name>approved</name> <alignment>0</alignment>
<visible>1</visible> <tabsequence>180</tabsequence>
<EditStyle style="edit"> <border>5</border>
<limit>0</limit> <color>0</color>
<case>any</case> <x>1904</x>
<focusrectangle>no</focusrectangle> <y>2</y>
<autoselect>no</autoselect> <height>17</height>
<imemode>0</imemode> <width>92</width>
</EditStyle> <format>[general]</format>
<font> <html>
<face>Times New Roman</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>report_to__admin</name>
<family>1</family> <visible>1</visible>
<pitch>2</pitch> <EditStyle style="edit">
<charset>0</charset> <limit>0</limit>
</font> <case>any</case>
<background> <focusrectangle>no</focusrectangle>
<mode>2</mode> <autoselect>no</autoselect>
<color>16777215</color> <imemode>0</imemode>
</background> </EditStyle>
</ColumnObject> <font>
<ColumnObject> <face>Times New Roman</face>
<band>Detail</band> <height>-10</height>
<id>18</id> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<tabsequence>180</tabsequence> <pitch>2</pitch>
<border>5</border> <charset>0</charset>
<color>0</color> </font>
<x>1904</x> <background>
<y>2</y> <mode>2</mode>
<height>17</height> <color>16777215</color>
<width>92</width> </background>
<format>[general]</format> </ColumnObject>
<html> <ColumnObject>
<valueishtml>0</valueishtml> <band>Detail</band>
</html> <id>19</id>
<name>report_to__admin</name> <alignment>0</alignment>
<visible>1</visible> <tabsequence>190</tabsequence>
<EditStyle style="edit"> <border>5</border>
<limit>0</limit> <color>0</color>
<case>any</case> <x>1998</x>
<focusrectangle>no</focusrectangle> <y>2</y>
<autoselect>no</autoselect> <height>17</height>
<imemode>0</imemode> <width>70</width>
</EditStyle> <format>[general]</format>
<font> <html>
<face>Times New Roman</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>approved</name>
<family>1</family> <visible>1</visible>
<pitch>2</pitch> <EditStyle style="edit">
<charset>0</charset> <limit>0</limit>
</font> <case>any</case>
<background> <focusrectangle>no</focusrectangle>
<mode>2</mode> <autoselect>no</autoselect>
<color>16777215</color> <imemode>0</imemode>
</background> </EditStyle>
</ColumnObject> <font>
<ColumnObject> <face>Times New Roman</face>
<band>Detail</band> <height>-10</height>
<id>17</id> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<tabsequence>170</tabsequence> <pitch>2</pitch>
<border>5</border> <charset>0</charset>
<color>0</color> </font>
<x>1765</x> <background>
<y>2</y> <mode>2</mode>
<height>17</height> <color>16777215</color>
<width>137</width> </background>
<format>[general]</format> </ColumnObject>
<html> <ColumnObject>
<valueishtml>0</valueishtml> <band>Detail</band>
</html> <id>20</id>
<name>reas_code_vac</name> <alignment>0</alignment>
<visible>1</visible> <tabsequence>200</tabsequence>
<EditStyle style="ddlb"> <border>5</border>
<limit>0</limit> <color>0</color>
<allowedit>no</allowedit> <x>2070</x>
<case>upper</case> <y>1</y>
<imemode>0</imemode> <height>17</height>
</EditStyle> <width>86</width>
<font> <format>[shortdate] [time]</format>
<face>Times New Roman</face> <html>
<height>-10</height> <valueishtml>0</valueishtml>
<weight>400</weight> </html>
<family>1</family> <name>apprv_date</name>
<pitch>2</pitch> <visible>1</visible>
<charset>0</charset> <EditStyle style="editmask">
</font> <mask>dd/mm/yy</mask>
<background> <imemode>0</imemode>
<mode>2</mode> <focusrectangle>no</focusrectangle>
<color>16777215</color> </EditStyle>
</background> <font>
</ColumnObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>21</id> <family>1</family>
<alignment>0</alignment> <pitch>2</pitch>
<tabsequence>210</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>0</color> <background>
<x>2158</x> <mode>2</mode>
<y>2</y> <color>16777215</color>
<height>17</height> </background>
<width>92</width> </ColumnObject>
<format>[general]</format> <ColumnObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <id>21</id>
</html> <alignment>0</alignment>
<name>emp_code__apprv</name> <tabsequence>210</tabsequence>
<visible>1</visible> <border>5</border>
<EditStyle style="edit"> <color>0</color>
<limit>0</limit> <x>2158</x>
<case>any</case> <y>2</y>
<focusrectangle>no</focusrectangle> <height>17</height>
<autoselect>no</autoselect> <width>92</width>
<imemode>0</imemode> <format>[general]</format>
</EditStyle> <html>
<font> <valueishtml>0</valueishtml>
<face>Times New Roman</face> </html>
<height>-10</height> <name>emp_code__apprv</name>
<weight>400</weight> <visible>1</visible>
<family>1</family> <EditStyle style="edit">
<pitch>2</pitch> <limit>0</limit>
<charset>0</charset> <case>any</case>
</font> <focusrectangle>no</focusrectangle>
<background> <autoselect>no</autoselect>
<mode>2</mode> <imemode>0</imemode>
<color>16777215</color> </EditStyle>
</background> <font>
</ColumnObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>22</id> <family>1</family>
<alignment>0</alignment> <pitch>2</pitch>
<tabsequence>220</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>0</color> <background>
<x>2252</x> <mode>2</mode>
<y>2</y> <color>16777215</color>
<height>17</height> </background>
<width>94</width> </ColumnObject>
<format>[general]</format> <ColumnObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <id>22</id>
</html> <alignment>0</alignment>
<name>no_cv_recd</name> <tabsequence>220</tabsequence>
<visible>1</visible> <border>5</border>
<EditStyle style="edit"> <color>0</color>
<limit>0</limit> <x>2252</x>
<case>any</case> <y>2</y>
<focusrectangle>no</focusrectangle> <height>17</height>
<autoselect>no</autoselect> <width>94</width>
<imemode>0</imemode> <format>[general]</format>
</EditStyle> <html>
<font> <valueishtml>0</valueishtml>
<face>Times New Roman</face> </html>
<height>-10</height> <name>no_cv_recd</name>
<weight>400</weight> <visible>1</visible>
<family>1</family> <EditStyle style="edit">
<pitch>2</pitch> <limit>0</limit>
<charset>0</charset> <case>any</case>
</font> <focusrectangle>no</focusrectangle>
<background> <autoselect>no</autoselect>
<mode>2</mode> <imemode>0</imemode>
<color>16777215</color> </EditStyle>
</background> <font>
</ColumnObject> <face>Times New Roman</face>
<HtmlTable> <height>-10</height>
<border>1</border> <weight>400</weight>
</HtmlTable> <family>1</family>
<HtmlGen> <pitch>2</pitch>
<clientevents>1</clientevents> <charset>0</charset>
<clientvalidation>1</clientvalidation> </font>
<clientcomputedfields>1</clientcomputedfields> <background>
<clientformatting>0</clientformatting> <mode>2</mode>
<clientscriptable>0</clientscriptable> <color>16777215</color>
<generatejavascript>1</generatejavascript> </background>
<encodeselflinkargs>1</encodeselflinkargs> </ColumnObject>
<netscapelayers>0</netscapelayers> <HtmlTable>
</HtmlGen> <border>1</border>
<Export.XML> </HtmlTable>
<headgroups>1</headgroups> <HtmlGen>
<includewhitespace>0</includewhitespace> <clientevents>1</clientevents>
<metadatatype>0</metadatatype> <clientvalidation>1</clientvalidation>
<savemetadata>0</savemetadata> <clientcomputedfields>1</clientcomputedfields>
</Export.XML> <clientformatting>0</clientformatting>
<Import.XML> <clientscriptable>0</clientscriptable>
</Import.XML> <generatejavascript>1</generatejavascript>
<Export.PDF> <encodeselflinkargs>1</encodeselflinkargs>
<method>0</method> <netscapelayers>0</netscapelayers>
<distill.custompostscript>0</distill.custompostscript> </HtmlGen>
<xslfop.print>0</xslfop.print> <Export.XML>
</Export.PDF> <headgroups>1</headgroups>
</Sybase_eDataWindow> <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>79741120</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>19</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>vac_no</name>
<dbname>mpreqdet.vac_no</dbname>
</table_column>
<table_column>
<type>long</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name>
<dbname>mpreqdet.line_no</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>candidate_name</name>
<dbname>mpreqdet.candidate_name</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>int_ext</name>
<dbname>mpreqdet.int_ext</dbname>
</table_column>
<table_column>
<type size="100">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>background</name>
<dbname>mpreqdet.background</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>address_tel</name>
<dbname>mpreqdet.address_tel</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;mpreqdet&quot; ) COLUMN(NAME=&quot;mpreqdet.vac_no&quot;) COLUMN(NAME=&quot;mpreqdet.line_no&quot;) COLUMN(NAME=&quot;mpreqdet.candidate_name&quot;) COLUMN(NAME=&quot;mpreqdet.int_ext&quot;) COLUMN(NAME=&quot;mpreqdet.background&quot;) COLUMN(NAME=&quot;mpreqdet.address_tel&quot;)WHERE( EXP1 =&quot;~&quot;mpreqdet~&quot;.~&quot;vac_no~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:mvac_no&quot; ) ) ARG(NAME = &quot;mvac_no&quot; TYPE = string) </retrieve>
<update>mpreqdet</update>
<updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>mvac_no</name>
<type>string</type>
</argument>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Line No</text>
<border>6</border>
<color>0</color>
<x>2</x>
<y>2</y>
<height>16</height>
<width>47</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no_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>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Internal/External</text>
<border>6</border>
<color>0</color>
<x>255</x>
<y>2</y>
<height>16</height>
<width>115</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>int_ext_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>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Background</text>
<border>6</border>
<color>0</color>
<x>372</x>
<y>2</y>
<height>16</height>
<width>272</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>background_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>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Address / Tel.</text>
<border>6</border>
<color>0</color>
<x>646</x>
<y>2</y>
<height>16</height>
<width>228</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>address_tel_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>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Vacancy No</text>
<border>6</border>
<color>0</color>
<x>876</x>
<y>2</y>
<height>16</height>
<width>94</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>vac_no_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>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Candidate Name</text>
<border>6</border>
<color>0</color>
<x>51</x>
<y>2</y>
<height>16</height>
<width>202</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>candidate_name_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>79741120</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>2</x>
<y>2</y>
<height>16</height>
<width>47</width>
<format>0</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>51</x>
<y>2</y>
<height>16</height>
<width>202</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>candidate_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>255</x>
<y>2</y>
<height>16</height>
<width>115</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>int_ext</name>
<tag>Internal / External</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>372</x>
<y>2</y>
<height>16</height>
<width>272</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>background</name>
<tag>Background of the candidate</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>100</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>646</x>
<y>2</y>
<height>16</height>
<width>228</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>address_tel</name>
<tag>Contact address / telephone no.</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>876</x>
<y>2</y>
<height>16</height>
<width>94</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>vac_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>16777215</color>
</background>
</ColumnObject>
<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>
This source diff could not be displayed because it is too large. You can view the blob instead.
<?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>79741120</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>200</height>
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>vac_no</name>
<dbname>mpreqdet.vac_no</dbname>
</table_column>
<table_column>
<type>long</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name>
<dbname>mpreqdet.line_no</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>candidate_name</name>
<dbname>mpreqdet.candidate_name</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>int_ext</name>
<dbname>mpreqdet.int_ext</dbname>
<initial>E</initial>
<values>
<item display="Internal" data="I"/>
<item display="External" data="E"/>
</values>
</table_column>
<table_column>
<type size="100">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>background</name>
<dbname>mpreqdet.background</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>address_tel</name>
<dbname>mpreqdet.address_tel</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;mpreqdet&quot; ) COLUMN(NAME=&quot;mpreqdet.vac_no&quot;) COLUMN(NAME=&quot;mpreqdet.line_no&quot;) COLUMN(NAME=&quot;mpreqdet.candidate_name&quot;) COLUMN(NAME=&quot;mpreqdet.int_ext&quot;) COLUMN(NAME=&quot;mpreqdet.background&quot;) COLUMN(NAME=&quot;mpreqdet.address_tel&quot;)) </retrieve>
<update>mpreqdet</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
</TableDefinition>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Line No :</text>
<border>0</border>
<color>0</color>
<x>381</x>
<y>34</y>
<height>16</height>
<width>103</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no_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>79741120</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>489</x>
<y>34</y>
<height>16</height>
<width>43</width>
<format>0</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</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>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Vacancy No:</text>
<border>0</border>
<color>0</color>
<x>52</x>
<y>34</y>
<height>16</height>
<width>90</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>vac_no_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>Candidate Name :</text>
<border>0</border>
<color>0</color>
<x>39</x>
<y>58</y>
<height>17</height>
<width>103</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>candidate_name_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>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Background :</text>
<border>0</border>
<color>0</color>
<x>39</x>
<y>106</y>
<height>17</height>
<width>103</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>background_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>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Address / Tel. :</text>
<border>0</border>
<color>0</color>
<x>39</x>
<y>156</y>
<height>16</height>
<width>103</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>address_tel_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>79741120</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>148</x>
<y>34</y>
<height>16</height>
<width>99</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>vac_no</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>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>148</x>
<y>106</y>
<height>42</height>
<width>384</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>background</name>
<tag>Background of the candidate</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>100</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<autovscroll>yes</autovscroll>
<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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>148</x>
<y>82</y>
<height>16</height>
<width>124</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>int_ext</name>
<tag>Internal / External</tag>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<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>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Internal/External :</text>
<border>0</border>
<color>0</color>
<x>38</x>
<y>82</y>
<height>16</height>
<width>104</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>int_ext_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>79741120</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>148</x>
<y>156</y>
<height>16</height>
<width>384</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>address_tel</name>
<tag>Contact address / telephone no.</tag>
<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>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>148</x>
<y>58</y>
<height>16</height>
<width>384</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>candidate_name</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>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<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>
$PBExportHeader$d_mprequire_brow.srd
release 9;
datawindow(units=1 timer_interval=0 color=79741120 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=19 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=21 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=vac_no dbname="mpreq.vac_no" )
column=(type=datetime update=yes updatewhereclause=yes name=vac_date dbname="mpreq.vac_date" )
column=(type=char(25) update=yes updatewhereclause=yes name=designation dbname="mpreq.designation" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=no_post dbname="mpreq.no_post" )
column=(type=datetime update=yes updatewhereclause=yes name=req_date dbname="mpreq.req_date" )
column=(type=char(5) update=yes updatewhereclause=yes name=dept_code dbname="mpreq.dept_code" )
column=(type=decimal(2) update=yes updatewhereclause=yes name=pass_perc dbname="mpreq.pass_perc" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=min_exp dbname="mpreq.min_exp" )
column=(type=char(1500) update=yes updatewhereclause=yes name=exp_det dbname="mpreq.exp_det" )
column=(type=char(5) update=yes updatewhereclause=yes name=qlf_code__min dbname="mpreq.qlf_code__min" )
column=(type=char(40) updatewhereclause=yes name=department_descr dbname="department.descr" )
column=(type=char(40) updatewhereclause=yes name=qualification_descr dbname="qualification.descr" )
column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="mpreq.status" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="mpreq.site_code" )
column=(type=char(20) update=yes updatewhereclause=yes name=location dbname="mpreq.location" )
column=(type=char(5) update=yes updatewhereclause=yes name=design_code dbname="mpreq.design_code" )
column=(type=char(1) update=yes updatewhereclause=yes name=reas_code_vac dbname="mpreq.reas_code_vac" values="Resignation S/Promotion P/Transfer T/Termination X/Retirement R/Death D/" )
column=(type=char(10) update=yes updatewhereclause=yes name=report_to__admin dbname="mpreq.report_to__admin" )
column=(type=char(1) update=yes updatewhereclause=yes name=approved dbname="mpreq.approved" )
column=(type=datetime update=yes updatewhereclause=yes name=apprv_date dbname="mpreq.apprv_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__apprv dbname="mpreq.emp_code__apprv" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=no_cv_recd dbname="mpreq.no_cv_recd" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"mpreq~" ) TABLE(NAME=~"department~" ) TABLE(NAME=~"qualification~" ) COLUMN(NAME=~"mpreq.vac_no~") COLUMN(NAME=~"mpreq.vac_date~") COLUMN(NAME=~"mpreq.designation~") COLUMN(NAME=~"mpreq.no_post~") COLUMN(NAME=~"mpreq.req_date~") COLUMN(NAME=~"mpreq.dept_code~") COLUMN(NAME=~"mpreq.pass_perc~") COLUMN(NAME=~"mpreq.min_exp~") COLUMN(NAME=~"mpreq.exp_det~") COLUMN(NAME=~"mpreq.qlf_code__min~") COLUMN(NAME=~"department.descr~") COLUMN(NAME=~"qualification.descr~") COLUMN(NAME=~"mpreq.status~") COLUMN(NAME=~"mpreq.site_code~") COLUMN(NAME=~"mpreq.location~") COLUMN(NAME=~"mpreq.design_code~") COLUMN(NAME=~"mpreq.reas_code_vac~") COLUMN(NAME=~"mpreq.report_to__admin~") COLUMN(NAME=~"mpreq.approved~") COLUMN(NAME=~"mpreq.apprv_date~") COLUMN(NAME=~"mpreq.emp_code__apprv~") COLUMN(NAME=~"mpreq.no_cv_recd~") JOIN (LEFT=~"mpreq.qlf_code__min~" OP =~"=~"RIGHT=~"qualification.qlf_code~" OUTER1 =~"mpreq.qlf_code__min~" ) JOIN (LEFT=~"mpreq.dept_code~" OP =~"=~"RIGHT=~"department.dept_code~" OUTER1 =~"mpreq.dept_code~" )WHERE( EXP1 =~"mpreq.vac_date~" OP =~">=~" EXP2 =~":date_fr ~" LOGIC =~"and~" ) WHERE( EXP1 =~"mpreq.vac_date~" OP =~"<=~" EXP2 =~":date_to~" ) ) ARG(NAME = ~"date_fr~" TYPE = datetime) ARG(NAME = ~"date_to~" TYPE = datetime) " update="MPREQ" updatewhere=1 updatekeyinplace=no arguments=(("date_fr", datetime),("date_to", datetime)) )
text(band=header alignment="0" text="Vacancy No" border="6" color="0" x="2" y="2" height="16" width="76" html.valueishtml="0" name=vac_no_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="79741120" )
text(band=header alignment="0" text="Vacancy Date" border="6" color="0" x="80" y="2" height="16" width="76" html.valueishtml="0" name=vac_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="2" background.color="79741120" )
text(band=header alignment="0" text="Designation" border="6" color="0" x="262" y="2" height="16" width="127" html.valueishtml="0" name=designation_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="79741120" )
text(band=header alignment="1" text="No of Post" border="6" color="0" x="391" y="2" height="16" width="68" html.valueishtml="0" name=no_post_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="79741120" )
text(band=header alignment="0" text="Desired Qualification Description" border="6" color="0" x="940" y="2" height="16" width="239" html.valueishtml="0" name=qualification_descr_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="79741120" )
text(band=header alignment="2" text="Pass %" border="6" color="0" x="1181" y="2" height="16" width="40" html.valueishtml="0" name=pass_perc_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="79741120" )
text(band=header alignment="1" text="Minimum Experience" border="6" color="0" x="1223" y="2" height="16" width="124" html.valueishtml="0" name=min_exp_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="79741120" )
text(band=header alignment="0" text="Experience Detail" border="6" color="0" x="1349" y="2" height="16" width="229" html.valueishtml="0" name=exp_det_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="79741120" )
text(band=header alignment="0" text="Status" border="6" color="0" x="1580" y="2" height="16" width="41" html.valueishtml="0" name=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="2" background.color="79741120" )
text(band=header alignment="0" text="Requirement Date" border="6" color="0" x="461" y="2" height="16" width="100" html.valueishtml="0" name=req_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="2" background.color="79741120" )
text(band=header alignment="0" text="Department Code" border="6" color="0" x="563" y="2" height="16" width="101" html.valueishtml="0" name=dept_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="79741120" )
text(band=header alignment="0" text="Department of Vacancy" border="6" color="0" x="666" y="2" height="16" width="142" html.valueishtml="0" name=department_descr_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="79741120" )
text(band=header alignment="0" text="Qualification Desired" border="6" color="0" x="810" y="2" height="16" width="128" html.valueishtml="0" name=qlf_code__min_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="79741120" )
text(band=header alignment="0" text="Site Code" border="6" color="0" x="1623" y="2" height="16" width="62" html.valueishtml="0" name=site_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="79741120" )
text(band=header alignment="0" text="Designation Code" border="6" color="0" x="158" y="2" height="16" width="102" html.valueishtml="0" name=design_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="79741120" )
text(band=header alignment="0" text="Location" border="6" color="33554432" x="1687" y="2" height="16" width="76" html.valueishtml="0" name=location_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="Reason" border="6" color="33554432" x="1765" y="2" height="16" width="137" html.valueishtml="0" name=reas_code_vac_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="Report To Admin" border="6" color="33554432" x="1904" y="2" height="16" width="92" html.valueishtml="0" name=report_to__admin_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="Approved" border="6" color="33554432" x="1998" y="2" height="16" width="70" html.valueishtml="0" name=approved_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="Approved on" border="6" color="33554432" x="2070" y="2" height="16" width="86" html.valueishtml="0" name=apprv_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="2" background.color="67108864" )
text(band=header alignment="0" text="Approver Code" border="6" color="33554432" x="2158" y="2" height="16" width="92" html.valueishtml="0" name=emp_code__apprv_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="No CV Received" border="6" color="33554432" x="2252" y="2" height="16" width="94" html.valueishtml="0" name=no_cv_recd_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=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="2" height="17" width="76" format="[general]" html.valueishtml="0" name=vac_no tag="Vacancy number, must be unique." visible="1" edit.limit=10 edit.case=any edit.autoselect=yes 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="16777215" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="80" y="2" height="17" width="76" format="[shortdate] [time]" html.valueishtml="0" name=vac_date tag="Vacancy 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=40 border="5" color="0" x="262" y="2" height="17" width="127" format="[general]" html.valueishtml="0" name=designation tag="Designation for which reqired." visible="1" edit.limit=25 edit.case=any edit.autoselect=yes edit.autohscroll=yes 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="16777215" )
column(band=detail id=4 alignment="1" tabsequence=50 border="5" color="0" x="391" y="2" height="17" width="68" format="[general]" html.valueishtml="0" name=no_post tag="No of post vacant." visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes 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="16777215" )
column(band=detail id=5 alignment="0" tabsequence=60 border="5" color="0" x="461" y="2" height="17" width="100" format="[shortdate] [time]" html.valueishtml="0" name=req_date tag="Reqired 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=70 border="5" color="0" x="563" y="2" height="17" width="101" format="[general]" html.valueishtml="0" name=dept_code tag="Vacant in which department." visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes 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="16777215" )
column(band=detail id=7 alignment="1" tabsequence=110 border="5" color="0" x="1181" y="2" height="17" width="40" format="[general]" html.valueishtml="0" name=pass_perc tag="Minimum passing percentage" visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes 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="16777215" )
column(band=detail id=8 alignment="1" tabsequence=120 border="5" color="0" x="1223" y="2" height="17" width="124" format="[general]" html.valueishtml="0" name=min_exp tag="Minimum experience." visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes 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="16777215" )
column(band=detail id=9 alignment="0" tabsequence=130 border="5" color="0" x="1349" y="2" height="17" width="229" format="[general]" html.valueishtml="0" name=exp_det tag="Experience details." visible="1" edit.limit=100 edit.case=any edit.autoselect=yes edit.autohscroll=yes 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="16777215" )
column(band=detail id=10 alignment="0" tabsequence=90 border="5" color="0" x="810" y="2" height="17" width="128" format="[general]" html.valueishtml="0" name=qlf_code__min 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=80 border="5" color="0" x="666" y="2" height="17" width="142" format="[general]" html.valueishtml="0" name=department_descr 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="0" tabsequence=100 border="5" color="0" x="940" y="2" height="17" width="239" format="[general]" html.valueishtml="0" name=qualification_descr 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=140 border="5" color="0" x="1580" y="2" height="17" width="41" format="[general]" html.valueishtml="0" name=status 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=150 border="5" color="0" x="1623" y="2" height="17" width="62" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=5 edit.case=upper edit.autoselect=yes 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="16777215" )
column(band=detail id=15 alignment="0" tabsequence=160 border="5" color="0" x="1687" y="2" height="17" width="76" format="[general]" html.valueishtml="0" name=location visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes 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="16777215" )
column(band=detail id=16 alignment="0" tabsequence=30 border="5" color="0" x="158" y="2" height="17" width="102" format="[general]" html.valueishtml="0" name=design_code visible="1" edit.limit=0 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=170 border="5" color="0" x="1765" y="2" height="17" width="137" format="[general]" html.valueishtml="0" name=reas_code_vac visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.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="16777215" )
column(band=detail id=18 alignment="0" tabsequence=180 border="5" color="0" x="1904" y="2" height="17" width="92" format="[general]" html.valueishtml="0" name=report_to__admin 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="16777215" )
column(band=detail id=19 alignment="0" tabsequence=190 border="5" color="0" x="1998" y="2" height="17" width="70" format="[general]" html.valueishtml="0" name=approved 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="16777215" )
column(band=detail id=20 alignment="0" tabsequence=200 border="5" color="0" x="2070" y="1" height="17" width="86" format="[shortdate] [time]" html.valueishtml="0" name=apprv_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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=210 border="5" color="0" x="2158" y="2" height="17" width="92" format="[general]" html.valueishtml="0" name=emp_code__apprv 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="16777215" )
column(band=detail id=22 alignment="0" tabsequence=220 border="5" color="0" x="2252" y="2" height="17" width="94" format="[general]" html.valueishtml="0" name=no_cv_recd 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="16777215" )
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_mprequiredet_brow.srd
release 9;
datawindow(units=1 timer_interval=0 color=79741120 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=19 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=vac_no dbname="mpreqdet.vac_no" )
column=(type=long update=yes updatewhereclause=yes key=yes name=line_no dbname="mpreqdet.line_no" )
column=(type=char(40) update=yes updatewhereclause=yes name=candidate_name dbname="mpreqdet.candidate_name" )
column=(type=char(1) update=yes updatewhereclause=yes name=int_ext dbname="mpreqdet.int_ext" )
column=(type=char(100) update=yes updatewhereclause=yes name=background dbname="mpreqdet.background" )
column=(type=char(40) update=yes updatewhereclause=yes name=address_tel dbname="mpreqdet.address_tel" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"mpreqdet~" ) COLUMN(NAME=~"mpreqdet.vac_no~") COLUMN(NAME=~"mpreqdet.line_no~") COLUMN(NAME=~"mpreqdet.candidate_name~") COLUMN(NAME=~"mpreqdet.int_ext~") COLUMN(NAME=~"mpreqdet.background~") COLUMN(NAME=~"mpreqdet.address_tel~")WHERE( EXP1 =~"~~~"mpreqdet~~~".~~~"vac_no~~~"~" OP =~"=~" EXP2 =~":mvac_no~" ) ) ARG(NAME = ~"mvac_no~" TYPE = string) " update="mpreqdet" updatewhere=1 updatekeyinplace=no arguments=(("mvac_no", string)) )
text(band=header alignment="0" text="Line No" border="6" color="0" x="2" y="2" height="16" width="47" html.valueishtml="0" name=line_no_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="79741120" )
text(band=header alignment="2" text="Internal/External" border="6" color="0" x="255" y="2" height="16" width="115" html.valueishtml="0" name=int_ext_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="79741120" )
text(band=header alignment="2" text="Background" border="6" color="0" x="372" y="2" height="16" width="272" html.valueishtml="0" name=background_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="79741120" )
text(band=header alignment="2" text="Address / Tel." border="6" color="0" x="646" y="2" height="16" width="228" html.valueishtml="0" name=address_tel_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="79741120" )
text(band=header alignment="2" text="Vacancy No" border="6" color="0" x="876" y="2" height="16" width="94" html.valueishtml="0" name=vac_no_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="79741120" )
text(band=header alignment="2" text="Candidate Name" border="6" color="0" x="51" y="2" height="16" width="202" html.valueishtml="0" name=candidate_name_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="79741120" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="2" height="16" width="47" format="0" html.valueishtml="0" name=line_no visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes 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="16777215" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="51" y="2" height="16" width="202" format="[general]" html.valueishtml="0" name=candidate_name visible="1" edit.limit=40 edit.case=any edit.autoselect=yes edit.autohscroll=yes 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="16777215" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="0" x="255" y="2" height="16" width="115" format="[general]" html.valueishtml="0" name=int_ext tag="Internal / External" visible="1" edit.limit=1 edit.case=any edit.autoselect=yes edit.autohscroll=yes 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="16777215" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="0" x="372" y="2" height="16" width="272" format="[general]" html.valueishtml="0" name=background tag="Background of the candidate" visible="1" edit.limit=100 edit.case=any edit.autoselect=yes edit.autohscroll=yes 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="16777215" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="0" x="646" y="2" height="16" width="228" format="[general]" html.valueishtml="0" name=address_tel tag="Contact address / telephone no." visible="1" edit.limit=40 edit.case=any edit.autoselect=yes edit.autohscroll=yes 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="16777215" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="876" y="2" height="16" width="94" format="[general]" html.valueishtml="0" name=vac_no visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.autohscroll=yes 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="16777215" )
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_mprequire_edit.srd
release 9;
datawindow(units=1 timer_interval=0 color=79741120 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=1288 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=vac_no dbname="mpreq.vac_no" )
column=(type=datetime update=yes updatewhereclause=yes name=vac_date dbname="mpreq.vac_date" initial="today" )
column=(type=char(25) update=yes updatewhereclause=yes name=designation dbname="mpreq.designation" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=no_post dbname="mpreq.no_post" initial="1" )
column=(type=datetime update=yes updatewhereclause=yes name=req_date dbname="mpreq.req_date" initial="today" )
column=(type=char(5) update=yes updatewhereclause=yes name=grade_code dbname="mpreq.grade_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=cadre_code dbname="mpreq.cadre_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="mpreq.site_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__prev dbname="mpreq.emp_code__prev" )
column=(type=char(5) update=yes updatewhereclause=yes name=dept_code dbname="mpreq.dept_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=qlf_code__min dbname="mpreq.qlf_code__min" )
column=(type=char(5) update=yes updatewhereclause=yes name=qlf_code__alt1 dbname="mpreq.qlf_code__alt1" )
column=(type=char(5) update=yes updatewhereclause=yes name=qlf_code__alt2 dbname="mpreq.qlf_code__alt2" )
column=(type=char(5) update=yes updatewhereclause=yes name=qlf_code__alt3 dbname="mpreq.qlf_code__alt3" )
column=(type=char(5) update=yes updatewhereclause=yes name=qlf_code__alt4 dbname="mpreq.qlf_code__alt4" )
column=(type=char(5) update=yes updatewhereclause=yes name=qlf_code__alt5 dbname="mpreq.qlf_code__alt5" )
column=(type=decimal(2) update=yes updatewhereclause=yes name=pass_perc dbname="mpreq.pass_perc" initial="0" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=min_exp dbname="mpreq.min_exp" initial="0" )
column=(type=char(1500) update=yes updatewhereclause=yes name=exp_det dbname="mpreq.exp_det" )
column=(type=char(250) update=yes updatewhereclause=yes name=per_det dbname="mpreq.per_det" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__rep dbname="mpreq.emp_code__rep" )
column=(type=char(1500) update=yes updatewhereclause=yes name=responsibilty dbname="mpreq.responsibilty" )
column=(type=char(10) update=yes updatewhereclause=yes name=proj_code dbname="mpreq.proj_code" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=basic dbname="mpreq.basic" initial="0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=gross dbname="mpreq.gross" initial="0" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="mpreq.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="mpreq.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="mpreq.chg_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="mpreq.status" initial="U" )
column=(type=datetime update=yes updatewhereclause=yes name=status_date dbname="mpreq.status_date" )
column=(type=char(40) updatewhereclause=yes name=cadre_descr dbname="cadre.descr" )
column=(type=char(40) updatewhereclause=yes name=department_descr dbname="department.descr" )
column=(type=char(15) updatewhereclause=yes name=emp_fname__rep dbname="employee.emp_fname_long" )
column=(type=char(15) updatewhereclause=yes name=emp_lname__rep dbname="employee.emp_lname_long" )
column=(type=char(40) updatewhereclause=yes name=qualification_descr dbname="qualification.descr" )
column=(type=char(40) updatewhereclause=yes name=grade_descr dbname="grade.descr" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=age_min dbname="mpreq.age_min" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=age_max dbname="mpreq.age_max" )
column=(type=char(10) update=yes updatewhereclause=yes name=budget_id dbname="mpreq.budget_id" )
column=(type=char(1) update=yes updatewhereclause=yes name=new_vacancy dbname="mpreq.new_vacancy" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=sex dbname="mpreq.sex" initial="N" values="Male M/Female F/No Preferences N/" )
column=(type=char(1500) update=yes updatewhereclause=yes name=justification dbname="mpreq.justification" )
column=(type=char(1500) update=yes updatewhereclause=yes name=alternative dbname="mpreq.alternative" )
column=(type=char(1500) update=yes updatewhereclause=yes name=critical_issues dbname="mpreq.critical_issues" )
column=(type=char(60) updatewhereclause=yes name=site_descr dbname="site.descr" )
column=(type=char(15) updatewhereclause=yes name=emp_fname__prev dbname="employee.emp_fname_long" )
column=(type=char(15) updatewhereclause=yes name=emp_lname__prev dbname="employee.emp_lname_long" )
column=(type=char(20) update=yes updatewhereclause=yes name=location dbname="mpreq.location" )
column=(type=char(5) update=yes updatewhereclause=yes name=design_code dbname="mpreq.design_code" )
column=(type=char(1) update=yes updatewhereclause=yes name=reas_code_vac dbname="mpreq.reas_code_vac" values="Resignation S/Promotion P/Transfer T/Termination X/Retirement R/Death D/" )
column=(type=char(10) update=yes updatewhereclause=yes name=report_to__admin dbname="mpreq.report_to__admin" )
column=(type=char(1) update=yes updatewhereclause=yes name=approved dbname="mpreq.approved" )
column=(type=datetime update=yes updatewhereclause=yes name=apprv_date dbname="mpreq.apprv_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__apprv dbname="mpreq.emp_code__apprv" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=no_cv_recd dbname="mpreq.no_cv_recd" )
column=(type=char(1500) update=yes updatewhereclause=yes name=expr_detail dbname="mpreq.expr_detail" )
column=(type=char(15) updatewhereclause=yes name=emp_fname__reportadmin dbname="employee.emp_fname_long" )
column=(type=char(15) updatewhereclause=yes name=emp_lname__reportadmin dbname="employee.emp_lname_long" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=noof_vac_filled dbname="mpreq.noof_vac_filled" initial="0" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__hod dbname="mpreq.emp_code__hod" )
column=(type=char(15) updatewhereclause=yes name=employee_emp_fname dbname="employee.emp_fname_long" )
column=(type=char(15) updatewhereclause=yes name=employee_emp_mname dbname="employee.emp_mname_long" )
column=(type=char(15) updatewhereclause=yes name=employee_emp_lname dbname="employee.emp_lname_long" )
column=(type=char(10) updatewhereclause=yes name=tran_id__ref dbname="mpreq.tran_id__ref" )
column=(type=char(1) updatewhereclause=yes name=tran_type__ref dbname="mpreq.tran_type__ref" values="Promotion P/Transfer T/Deputation D/Demotion E/Promotion with Transfer O/Redesign with Transfer S/Separation X/Redisgnation R/Increament I/" )
column=(type=char(10) updatewhereclause=yes name=tran_ser__ref dbname="mpreq.tran_ser__ref" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"mpreq~" ) TABLE(NAME=~"cadre~" ) TABLE(NAME=~"grade~" ) TABLE(NAME=~"department~" ) TABLE(NAME=~"qualification~" ) TABLE(NAME=~"employee~" ALIAS=~"employee_a~" ) TABLE(NAME=~"site~" ) TABLE(NAME=~"employee~" ALIAS=~"employee_b~" ) TABLE(NAME=~"employee~" ALIAS=~"employee_c~" ) TABLE(NAME=~"employee~" ALIAS=~"employee_d~" ) COLUMN(NAME=~"mpreq.vac_no~") COLUMN(NAME=~"mpreq.vac_date~") COLUMN(NAME=~"mpreq.designation~") COLUMN(NAME=~"mpreq.no_post~") COLUMN(NAME=~"mpreq.req_date~") COLUMN(NAME=~"mpreq.grade_code~") COLUMN(NAME=~"mpreq.cadre_code~") COLUMN(NAME=~"mpreq.site_code~") COLUMN(NAME=~"mpreq.emp_code__prev~") COLUMN(NAME=~"mpreq.dept_code~") COLUMN(NAME=~"mpreq.qlf_code__min~") COLUMN(NAME=~"mpreq.qlf_code__alt1~") COLUMN(NAME=~"mpreq.qlf_code__alt2~") COLUMN(NAME=~"mpreq.qlf_code__alt3~") COLUMN(NAME=~"mpreq.qlf_code__alt4~") COLUMN(NAME=~"mpreq.qlf_code__alt5~") COLUMN(NAME=~"mpreq.pass_perc~") COLUMN(NAME=~"mpreq.min_exp~") COLUMN(NAME=~"mpreq.exp_det~") COLUMN(NAME=~"mpreq.per_det~") COLUMN(NAME=~"mpreq.emp_code__rep~") COLUMN(NAME=~"mpreq.responsibilty~") COLUMN(NAME=~"mpreq.proj_code~") COLUMN(NAME=~"mpreq.basic~") COLUMN(NAME=~"mpreq.gross~") COLUMN(NAME=~"mpreq.chg_date~") COLUMN(NAME=~"mpreq.chg_user~") COLUMN(NAME=~"mpreq.chg_term~") COLUMN(NAME=~"mpreq.status~") COLUMN(NAME=~"mpreq.status_date~") COLUMN(NAME=~"cadre.descr~") COLUMN(NAME=~"department.descr~") COLUMN(NAME=~"employee_a.emp_fname_long~") COLUMN(NAME=~"employee_a.emp_lname_long~") COLUMN(NAME=~"qualification.descr~") COLUMN(NAME=~"grade.descr~") COLUMN(NAME=~"mpreq.age_min~") COLUMN(NAME=~"mpreq.age_max~") COLUMN(NAME=~"mpreq.budget_id~") COLUMN(NAME=~"mpreq.new_vacancy~") COLUMN(NAME=~"mpreq.sex~") COLUMN(NAME=~"mpreq.justification~") COLUMN(NAME=~"mpreq.alternative~") COLUMN(NAME=~"mpreq.critical_issues~") COLUMN(NAME=~"site.descr~") COLUMN(NAME=~"employee_b.emp_fname_long~") COLUMN(NAME=~"employee_b.emp_lname_long~") COLUMN(NAME=~"mpreq.location~") COLUMN(NAME=~"mpreq.design_code~") COLUMN(NAME=~"mpreq.reas_code_vac~") COLUMN(NAME=~"mpreq.report_to__admin~") COLUMN(NAME=~"mpreq.approved~") COLUMN(NAME=~"mpreq.apprv_date~") COLUMN(NAME=~"mpreq.emp_code__apprv~") COLUMN(NAME=~"mpreq.no_cv_recd~") COLUMN(NAME=~"mpreq.expr_detail~") COLUMN(NAME=~"employee_c.emp_fname_long~") COLUMN(NAME=~"employee_c.emp_lname_long~") COLUMN(NAME=~"mpreq.noof_vac_filled~") COLUMN(NAME=~"mpreq.emp_code__hod~") COLUMN(NAME=~"employee_d.emp_fname_long~") COLUMN(NAME=~"employee_d.emp_mname_long~") COLUMN(NAME=~"employee_d.emp_lname_long~") COLUMN(NAME=~"mpreq.tran_id__ref~") COLUMN(NAME=~"mpreq.tran_type__ref~") COLUMN(NAME=~"mpreq.tran_ser__ref~") JOIN (LEFT=~"mpreq.cadre_code~" OP =~"=~"RIGHT=~"cadre.cadre_code~" OUTER1 =~"mpreq.cadre_code~" ) JOIN (LEFT=~"mpreq.grade_code~" OP =~"=~"RIGHT=~"grade.grade_code~" OUTER1 =~"mpreq.grade_code~" ) JOIN (LEFT=~"mpreq.dept_code~" OP =~"=~"RIGHT=~"department.dept_code~" OUTER1 =~"mpreq.dept_code~" ) JOIN (LEFT=~"mpreq.qlf_code__min~" OP =~"=~"RIGHT=~"qualification.qlf_code~" OUTER1 =~"mpreq.qlf_code__min~" ) JOIN (LEFT=~"mpreq.emp_code__rep~" OP =~"=~"RIGHT=~"employee_a.emp_code~" OUTER1 =~"mpreq.emp_code__rep~" ) JOIN (LEFT=~"mpreq.emp_code__prev~" OP =~"=~"RIGHT=~"employee_b.emp_code~" OUTER1 =~"mpreq.emp_code__prev~" ) JOIN (LEFT=~"mpreq.report_to__admin~" OP =~"=~"RIGHT=~"employee_c.emp_code~" OUTER1 =~"mpreq.report_to__admin~" ) JOIN (LEFT=~"mpreq.emp_code__hod~" OP =~"=~"RIGHT=~"employee_d.emp_code~" OUTER1 =~"mpreq.emp_code__hod~" ) JOIN (LEFT=~"mpreq.site_code~" OP =~"=~"RIGHT=~"site.site_code~" )WHERE( EXP1 =~"mpreq.vac_no~" OP =~"=~" EXP2 =~":mVacNo~" ) ) ARG(NAME = ~"mVacNo~" TYPE = string) " update="mpreq" updatewhere=0 updatekeyinplace=no arguments=(("mVacNo", string)) )
groupbox(band=detail text="Basic"border="2" color="0" x="6" y="7" height="434" width="577" name=gb_1 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="Vacancy No :" border="0" color="0" x="21" y="31" height="16" width="139" html.valueishtml="0" name=vac_no_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="79741120" )
text(band=detail alignment="1" text="New Vacancy ? :" border="0" color="0" x="21" y="55" height="16" width="139" html.valueishtml="0" name=t_3 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="79741120" )
text(band=detail alignment="1" text="Department :" border="0" color="0" x="21" y="104" height="16" width="139" html.valueishtml="0" name=dept_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="79741120" )
text(band=detail alignment="1" text="Location :" border="0" color="0" x="21" y="152" height="16" width="139" html.valueishtml="0" name=t_1 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="79741120" )
text(band=detail alignment="1" text="Site :" border="0" color="0" x="21" y="130" height="16" width="139" html.valueishtml="0" name=site_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="79741120" )
text(band=detail alignment="1" text="Budget ID :" border="0" color="0" x="21" y="225" height="16" width="139" html.valueishtml="0" name=t_2 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="79741120" )
text(band=detail alignment="1" text="Grade :" border="0" color="0" x="21" y="249" height="16" width="139" html.valueishtml="0" name=grade_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="79741120" )
text(band=detail alignment="1" text="Previous Job Holder :" border="0" color="0" x="21" y="80" height="16" width="139" html.valueishtml="0" name=emp_code__prev_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="79741120" )
text(band=detail alignment="1" text="Designation :" border="0" color="0" x="21" y="176" height="16" width="139" html.valueishtml="0" name=designation_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="79741120" )
text(band=detail alignment="1" text="No. of Vacancy :" border="0" color="0" x="21" y="201" height="16" width="139" html.valueishtml="0" name=no_post_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="79741120" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="164" y="31" height="16" width="84" format="[general]" html.valueishtml="0" name=vac_no tag="Vacancy number, must be unique." visible="1" edit.limit=10 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=10 alignment="0" tabsequence=40 border="5" color="0" x="164" y="105" height="16" width="53" format="[general]" html.valueishtml="0" name=dept_code tag="Vacant in which department." visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=48 alignment="0" tabsequence=60 border="5" color="0" x="164" y="153" height="16" width="378" format="[general]" html.valueishtml="0" name=location visible="1" edit.limit=15 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="1" tabsequence=80 border="5" color="0" x="164" y="201" height="16" width="61" format="[general]" html.valueishtml="0" name=no_post tag="No of post vacant." visible="1" editmask.mask="##" editmask.imemode=0 editmask.focusrectangle=no 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="16777215" )
column(band=detail id=39 alignment="0" tabsequence=90 border="5" color="0" x="164" y="225" height="16" width="61" format="[general]" html.valueishtml="0" name=budget_id visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes 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="16777215" )
text(band=detail alignment="1" text="Cadre :" border="0" color="0" x="21" y="275" height="16" width="139" html.valueishtml="0" name=cadre_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="79741120" )
column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="0" x="458" y="31" height="16" width="84" format="dd/mm/yy" html.valueishtml="0" name=vac_date tag="Vacancy 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Vacancy Date :" border="0" color="0" x="368" y="31" height="16" width="86" html.valueishtml="0" name=vac_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="2" background.color="79741120" )
text(band=detail alignment="1" text="Reason :" border="0" color="0" x="309" y="55" height="16" width="82" html.valueishtml="0" name=reas_code_vac_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=50 alignment="0" tabsequence=32766 border="5" color="0" x="395" y="55" height="16" width="147" format="[general]" html.valueishtml="0" name=reas_code_vac visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.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="16777215" )
column(band=detail id=36 alignment="0" tabsequence=32766 border="5" color="255" x="223" y="249" height="16" width="319" format="[general]" html.valueishtml="0" name=grade_descr 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=49 alignment="0" tabsequence=70 border="5" color="0" x="164" y="177" height="16" width="53" format="[general]" html.valueishtml="0" name=design_code visible="1" edit.limit=5 edit.case=upper 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="16777215" )
column(band=detail id=45 alignment="0" tabsequence=32766 border="5" color="255" x="223" y="130" height="16" width="319" format="[general]" html.valueishtml="0" name=site_descr 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="255" x="223" y="177" height="16" width="319" format="[general]" html.valueishtml="0" name=designation tag="Designation for which reqired." visible="1" edit.limit=25 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=59 alignment="0" tabsequence=32766 border="5" color="255" x="481" y="201" height="16" width="61" format="[general]" html.valueishtml="0" name=noof_vac_filled visible="1" edit.limit=2 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="79741120" )
text(band=detail alignment="1" text="No. Of Vacancy Filled :" border="0" color="0" x="345" y="201" height="16" width="131" html.valueishtml="0" name=noof_vac_filled_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="Required Date :" border="0" color="0" x="369" y="225" height="16" width="87" html.valueishtml="0" name=req_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="2" background.color="79741120" )
column(band=detail id=8 alignment="0" tabsequence=50 border="5" color="0" x="164" y="130" height="16" width="53" format="[general]" html.valueishtml="0" name=site_code tag="Site code of vacancy." visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=110 border="5" color="0" x="164" y="249" height="16" width="53" format="[general]" html.valueishtml="0" name=grade_code visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=120 border="5" color="0" x="164" y="275" height="16" width="53" format="[general]" html.valueishtml="0" name=cadre_code visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Report to :" border="0" color="0" x="21" y="301" height="16" width="139" html.valueishtml="0" name=emp_code__rep_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="79741120" )
text(band=detail alignment="1" text="Report to Admin :" border="0" color="0" x="21" y="327" height="16" width="139" html.valueishtml="0" name=report_to__admin_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="79741120" )
text(band=detail alignment="1" text="Department Head :" border="0" color="0" x="21" y="353" height="16" width="139" html.valueishtml="0" name=emp_code__hod_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="79741120" )
column(band=detail id=40 alignment="0" tabsequence=20 border="5" color="0" x="164" y="55" height="16" width="67" format="" html.valueishtml="0" name=new_vacancy visible="1" edit.name="Yesno" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.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="16777215" )
column(band=detail id=32 alignment="0" tabsequence=32766 border="5" color="255" x="223" y="105" height="16" width="319" format="[general]" html.valueishtml="0" name=department_descr 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=46 alignment="0" tabsequence=32766 border="5" color="255" x="236" y="80" height="16" width="152" format="[general]" html.valueishtml="0" name=emp_fname__prev visible="1" edit.limit=30 edit.case=any edit.autoselect=yes 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="79741120" )
column(band=detail id=33 alignment="0" tabsequence=32766 border="5" color="255" x="236" y="301" height="16" width="152" format="[general]" html.valueishtml="0" name=emp_fname__rep visible="1" edit.limit=30 edit.case=any edit.autoselect=yes 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="79741120" )
column(band=detail id=57 alignment="0" tabsequence=32766 border="5" color="255" x="236" y="327" height="16" width="152" format="[general]" html.valueishtml="0" name=emp_fname__reportadmin visible="1" edit.limit=30 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="67108864" )
column(band=detail id=61 alignment="0" tabsequence=32766 border="5" color="255" x="236" y="353" height="16" width="152" format="[general]" html.valueishtml="0" name=employee_emp_fname visible="1" edit.limit=30 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="79741120" )
column(band=detail id=31 alignment="0" tabsequence=32766 border="5" color="255" x="223" y="275" height="16" width="319" format="[general]" html.valueishtml="0" name=cadre_descr 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=47 alignment="0" tabsequence=32766 border="5" color="255" x="392" y="80" height="16" width="150" format="[general]" html.valueishtml="0" name=emp_lname__prev visible="1" edit.limit=30 edit.case=any edit.autoselect=yes 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="79741120" )
column(band=detail id=34 alignment="0" tabsequence=32766 border="5" color="255" x="392" y="301" height="16" width="150" format="[general]" html.valueishtml="0" name=emp_lname__rep visible="1" edit.limit=30 edit.case=any edit.autoselect=yes 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="79741120" )
column(band=detail id=58 alignment="0" tabsequence=32766 border="5" color="255" x="392" y="327" height="16" width="150" format="[general]" html.valueishtml="0" name=emp_lname__reportadmin visible="1" edit.limit=30 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="67108864" )
column(band=detail id=9 alignment="0" tabsequence=30 border="5" color="0" x="164" y="80" height="16" width="67" format="[general]" html.valueishtml="0" name=emp_code__prev visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes 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="16777215" )
column(band=detail id=21 alignment="0" tabsequence=130 border="5" color="0" x="164" y="301" height="16" width="67" format="[general]" html.valueishtml="0" name=emp_code__rep tag="Employee code to whom to report." visible="1" edit.limit=10 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=51 alignment="0" tabsequence=140 border="5" color="0" x="164" y="327" height="16" width="67" format="[general]" html.valueishtml="0" name=report_to__admin visible="1" edit.limit=0 edit.case=upper 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="16777215" )
groupbox(band=detail text="Others"border="2" color="0" x="6" y="1065" height="179" width="577" name=gb_3 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="Requirements"border="2" color="0" x="6" y="474" height="579" width="577" name=gb_2 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="Responsibilty :" border="0" color="0" x="21" y="593" height="16" width="139" html.valueishtml="0" name=responsibilty_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="79741120" )
text(band=detail alignment="1" text="Area of Expertise :" border="0" color="0" x="21" y="656" height="16" width="139" html.valueishtml="0" name=exp_det_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="79741120" )
column(band=detail id=56 alignment="0" tabsequence=290 border="5" color="0" x="164" y="719" height="56" width="378" format="[general]" html.valueishtml="0" name=expr_detail visible="1" edit.limit=1500 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.autovscroll=yes edit.imemode=0 edit.vscrollbar=yes 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="16777215" )
text(band=detail alignment="1" text="Experience Detail :" border="0" color="0" x="21" y="719" height="16" width="139" html.valueishtml="0" name=expr_detail_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="Justification :" border="0" color="0" x="21" y="782" height="16" width="139" html.valueishtml="0" name=t_7 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="79741120" )
text(band=detail alignment="1" text="Alternative :" border="0" color="0" x="21" y="845" height="16" width="139" html.valueishtml="0" name=t_8 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="79741120" )
column(band=detail id=42 alignment="0" tabsequence=300 border="5" color="0" x="164" y="782" height="56" width="378" format="[general]" html.valueishtml="0" name=justification visible="1" edit.limit=1500 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.autovscroll=yes edit.imemode=0 edit.vscrollbar=yes 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="16777215" )
text(band=detail alignment="1" text="Critical Issues :" border="0" color="0" x="21" y="908" height="16" width="139" html.valueishtml="0" name=t_9 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="79741120" )
column(band=detail id=43 alignment="0" tabsequence=310 border="5" color="0" x="164" y="845" height="56" width="378" format="[general]" html.valueishtml="0" name=alternative visible="1" edit.limit=1500 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.autovscroll=yes edit.imemode=0 edit.vscrollbar=yes 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="16777215" )
column(band=detail id=44 alignment="0" tabsequence=320 border="5" color="0" x="164" y="908" height="56" width="378" format="[general]" html.valueishtml="0" name=critical_issues visible="1" edit.limit=1500 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.autovscroll=yes edit.imemode=0 edit.vscrollbar=yes 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="16777215" )
column(band=detail id=20 alignment="0" tabsequence=330 border="5" color="0" x="164" y="971" height="56" width="378" format="[general]" html.valueishtml="0" name=per_det tag="Personal details." visible="1" edit.limit=250 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.autovscroll=yes edit.imemode=0 edit.vscrollbar=yes 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="16777215" )
text(band=detail alignment="1" text="Personal Detail :" border="0" color="0" x="21" y="971" height="16" width="139" html.valueishtml="0" name=per_det_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="79741120" )
column(band=detail id=19 alignment="0" tabsequence=280 border="5" color="0" x="164" y="656" height="56" width="378" format="[general]" html.valueishtml="0" name=exp_det tag="Experience details." visible="1" edit.limit=1500 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.autovscroll=yes edit.imemode=0 edit.vscrollbar=yes 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="16777215" )
text(band=detail alignment="1" text="Alternate Qualification :" border="0" color="0" x="21" y="569" height="16" width="139" html.valueishtml="0" name=qlf_code__alt1_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="79741120" )
column(band=detail id=13 alignment="0" tabsequence=230 border="5" color="0" x="246" y="569" height="18" width="60" format="[general]" html.valueishtml="0" name=qlf_code__alt2 tag="Alternate qualification required." visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=240 border="5" color="0" x="326" y="569" height="18" width="59" format="[general]" html.valueishtml="0" name=qlf_code__alt3 tag="Alternate qualification required." visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=250 border="5" color="0" x="402" y="569" height="18" width="60" format="[general]" html.valueishtml="0" name=qlf_code__alt4 tag="Alternate qualification required." visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=260 border="5" color="0" x="482" y="569" height="18" width="60" format="[general]" html.valueishtml="0" name=qlf_code__alt5 tag="Alternate qualification required." visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=22 alignment="0" tabsequence=270 border="5" color="0" x="164" y="593" height="56" width="378" format="[general]" html.valueishtml="0" name=responsibilty tag="Responsibilty" visible="1" edit.limit=1500 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.autovscroll=yes edit.imemode=0 edit.vscrollbar=yes 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="16777215" )
text(band=detail alignment="1" text="Pass % :" border="0" color="0" x="21" y="545" height="16" width="139" html.valueishtml="0" name=pass_perc_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="79741120" )
text(band=detail alignment="1" text="Minimum Experience (Months) :" border="0" color="0" x="309" y="545" height="16" width="182" html.valueishtml="0" name=min_exp_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="79741120" )
column(band=detail id=18 alignment="1" tabsequence=210 border="5" color="0" x="496" y="545" height="16" width="46" format="##0" html.valueishtml="0" name=min_exp tag="Minimum experience." visible="1" editmask.mask="##0" editmask.imemode=0 editmask.focusrectangle=no 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="16777215" )
column(band=detail id=12 alignment="0" tabsequence=220 border="5" color="0" x="164" y="569" height="18" width="60" format="[general]" html.valueishtml="0" name=qlf_code__alt1 tag="Alternate qualification required." visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="1" tabsequence=200 border="5" color="0" x="164" y="545" height="18" width="60" format="##" html.valueishtml="0" name=pass_perc tag="Minimum passing percentage" visible="1" editmask.mask="##" editmask.imemode=0 editmask.focusrectangle=no 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="16777215" )
column(band=detail id=11 alignment="0" tabsequence=190 border="5" color="0" x="164" y="522" height="16" width="53" format="[general]" html.valueishtml="0" name=qlf_code__min tag="Minimum qualification required." visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Desired Qualification :" border="0" color="0" x="21" y="522" height="16" width="139" html.valueishtml="0" name=qlf_code__min_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="79741120" )
column(band=detail id=35 alignment="0" tabsequence=32766 border="5" color="255" x="223" y="522" height="16" width="319" format="[general]" html.valueishtml="0" name=qualification_descr 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=37 alignment="0" tabsequence=160 border="5" color="0" x="164" y="499" height="16" width="35" format="##" html.valueishtml="0" name=age_min visible="1" editmask.mask="##" editmask.imemode=0 editmask.focusrectangle=no 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="16777215" )
text(band=detail alignment="1" text="Age Between :" border="0" color="0" x="21" y="499" height="16" width="139" html.valueishtml="0" name=age_min_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="79741120" )
text(band=detail alignment="1" text="To :" border="0" color="0" x="216" y="499" height="16" width="21" html.valueishtml="0" name=age_max_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="79741120" )
column(band=detail id=38 alignment="0" tabsequence=170 border="5" color="0" x="242" y="499" height="16" width="33" format="##" html.valueishtml="0" name=age_max visible="1" editmask.mask="##" editmask.imemode=0 editmask.focusrectangle=no 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="16777215" )
text(band=detail alignment="1" text="Sex :" border="0" color="0" x="369" y="499" height="16" width="33" html.valueishtml="0" name=t_6 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="79741120" )
column(band=detail id=41 alignment="0" tabsequence=180 border="5" color="0" x="407" y="499" height="16" width="128" format="[general]" html.valueishtml="0" name=sex visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.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="16777215" )
text(band=detail alignment="1" text="Approved on :" border="0" color="0" x="236" y="1124" height="16" width="85" html.valueishtml="0" name=apprv_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=53 alignment="0" tabsequence=32766 border="5" color="255" x="326" y="1124" height="16" width="73" format="dd/mm/yy" html.valueishtml="0" name=apprv_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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Approver :" border="0" color="0" x="412" y="1124" height="16" width="64" html.valueishtml="0" name=emp_code__apprv_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="Change User :" border="0" color="0" x="351" y="1147" height="16" width="90" 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=detail alignment="1" text="Change Date :" border="0" color="0" x="21" y="1147" height="16" width="139" 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=26 alignment="0" tabsequence=32766 border="5" color="255" x="164" y="1147" height="16" width="85" format="[shortdate] [time]" html.valueishtml="0" name=chg_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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=52 alignment="0" tabsequence=32766 border="5" color="255" x="164" y="1124" height="16" width="62" format="[general]" html.valueishtml="0" name=approved 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="67108864" )
text(band=detail alignment="1" text="Approved :" border="0" color="0" x="21" y="1124" height="16" width="139" html.valueishtml="0" name=approved_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=54 alignment="0" tabsequence=32766 border="5" color="255" x="480" y="1124" height="16" width="62" format="[general]" html.valueishtml="0" name=emp_code__apprv 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="67108864" )
text(band=detail alignment="1" text="Status :" border="0" color="0" x="21" y="1101" height="16" width="139" html.valueishtml="0" name=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" )
column(band=detail id=29 alignment="0" tabsequence=32766 border="5" color="255" x="164" y="1101" height="16" width="80" format="[general]" html.valueishtml="0" name=status tag="Status of vacancy." visible="1" edit.limit=1 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Status Date :" border="0" color="0" x="360" y="1101" height="16" width="93" html.valueishtml="0" name=status_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=30 alignment="0" tabsequence=32766 border="5" color="255" x="457" y="1101" height="18" width="85" format="dd/mm/yy" html.valueishtml="0" name=status_date tag="Status date of vacancy" visible="1" edit.name="DD/MM/YY" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no 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="Basic :" border="0" color="0" x="268" y="1202" height="17" width="39" html.valueishtml="0" name=basic_t visible="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="79741120" )
column(band=detail id=24 alignment="1" tabsequence=32766 border="5" color="0" x="311" y="1202" height="17" width="58" format="0.00" html.valueishtml="0" name=basic tag="Basic salary to offer." visible="0" edit.limit=0 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Gross :" border="0" color="0" x="403" y="1202" height="17" width="53" html.valueishtml="0" name=gross_t visible="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="79741120" )
column(band=detail id=28 alignment="0" tabsequence=32766 border="5" color="255" x="164" y="1170" height="16" width="138" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="0" x="164" y="1202" height="17" width="52" format="[general]" html.valueishtml="0" name=proj_code tag="If taken for specific project, " visible="0" edit.limit=10 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Change Term :" border="0" color="0" x="21" y="1170" height="16" width="139" 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=detail alignment="1" text="Project Code :" border="0" color="0" x="21" y="1202" height="16" width="139" html.valueishtml="0" name=proj_code_t visible="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="79741120" )
column(band=detail id=27 alignment="0" tabsequence=32766 border="5" color="255" x="446" y="1147" height="18" width="96" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=25 alignment="1" tabsequence=32766 border="5" color="0" x="460" y="1202" height="16" width="82" format="0.00" html.valueishtml="0" name=gross tag="Gross salary to be offered." visible="0" edit.limit=0 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=63 alignment="0" tabsequence=32766 border="5" color="255" x="392" y="353" height="16" width="150" format="[general]" html.valueishtml="0" name=employee_emp_lname visible="1" edit.limit=30 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="79741120" )
text(band=detail alignment="1" text="Reference Series :" border="0" color="0" x="333" y="379" height="16" width="139" html.valueishtml="0" name=tran_ser__ref_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="79741120" )
column(band=detail id=66 alignment="0" tabsequence=32766 border="5" color="255" x="477" y="379" height="16" width="65" format="[general]" html.valueishtml="0" name=tran_ser__ref 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="67108864" )
column(band=detail id=60 alignment="0" tabsequence=150 border="5" color="33554432" x="164" y="353" height="16" width="67" format="[general]" html.valueishtml="0" name=emp_code__hod 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=55 alignment="1" tabsequence=32766 border="5" color="255" x="164" y="379" height="16" width="62" format="[general]" html.valueishtml="0" name=no_cv_recd visible="1" edit.limit=5 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="67108864" )
text(band=detail alignment="1" text="Total No. Of CV Received :" border="0" color="0" x="13" y="379" height="16" width="147" html.valueishtml="0" name=no_cv_recd_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=5 alignment="0" tabsequence=100 border="5" color="0" x="460" y="225" height="16" width="82" format="dd/mm/yy" html.valueishtml="0" name=req_date tag="Reqired 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=65 alignment="0" tabsequence=32766 border="5" color="255" x="164" y="405" height="16" width="193" format="[general]" html.valueishtml="0" name=tran_type__ref visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.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="67108864" )
text(band=detail alignment="1" text="Reference Type :" border="0" color="0" x="21" y="405" height="16" width="139" html.valueishtml="0" name=tran_type__ref_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="79741120" )
text(band=detail alignment="1" text="Reference ID :" border="0" color="0" x="364" y="405" height="16" width="92" html.valueishtml="0" name=tran_id__ref_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="79741120" )
column(band=detail id=64 alignment="0" tabsequence=32766 border="5" color="255" x="460" y="405" height="16" width="82" format="[general]" html.valueishtml="0" name=tran_id__ref 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="67108864" )
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_mprequiredet_edit.srd
release 9;
datawindow(units=1 timer_interval=0 color=79741120 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=200 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=vac_no dbname="mpreqdet.vac_no" )
column=(type=long update=yes updatewhereclause=yes key=yes name=line_no dbname="mpreqdet.line_no" )
column=(type=char(40) update=yes updatewhereclause=yes name=candidate_name dbname="mpreqdet.candidate_name" )
column=(type=char(1) update=yes updatewhereclause=yes name=int_ext dbname="mpreqdet.int_ext" initial="E" values="Internal I/External E/" )
column=(type=char(100) update=yes updatewhereclause=yes name=background dbname="mpreqdet.background" )
column=(type=char(40) update=yes updatewhereclause=yes name=address_tel dbname="mpreqdet.address_tel" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"mpreqdet~" ) COLUMN(NAME=~"mpreqdet.vac_no~") COLUMN(NAME=~"mpreqdet.line_no~") COLUMN(NAME=~"mpreqdet.candidate_name~") COLUMN(NAME=~"mpreqdet.int_ext~") COLUMN(NAME=~"mpreqdet.background~") COLUMN(NAME=~"mpreqdet.address_tel~")) " update="mpreqdet" updatewhere=0 updatekeyinplace=no )
text(band=detail alignment="1" text="Line No :" border="0" color="0" x="381" y="34" height="16" width="103" html.valueishtml="0" name=line_no_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="79741120" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="255" x="489" y="34" height="16" width="43" format="0" html.valueishtml="0" name=line_no visible="1" edit.limit=0 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Vacancy No:" border="0" color="0" x="52" y="34" height="16" width="90" html.valueishtml="0" name=vac_no_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="Candidate Name :" border="0" color="0" x="39" y="58" height="17" width="103" html.valueishtml="0" name=candidate_name_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="79741120" )
text(band=detail alignment="1" text="Background :" border="0" color="0" x="39" y="106" height="17" width="103" html.valueishtml="0" name=background_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="79741120" )
text(band=detail alignment="1" text="Address / Tel. :" border="0" color="0" x="39" y="156" height="16" width="103" html.valueishtml="0" name=address_tel_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="79741120" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="148" y="34" height="16" width="99" format="[general]" html.valueishtml="0" name=vac_no 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="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=30 border="5" color="0" x="148" y="106" height="42" width="384" format="[general]" html.valueishtml="0" name=background tag="Background of the candidate" visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.autovscroll=yes 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="16777215" )
column(band=detail id=4 alignment="0" tabsequence=20 border="5" color="0" x="148" y="82" height="16" width="124" format="[general]" html.valueishtml="0" name=int_ext tag="Internal / External" visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.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="16777215" )
text(band=detail alignment="1" text="Internal/External :" border="0" color="0" x="38" y="82" height="16" width="104" html.valueishtml="0" name=int_ext_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="79741120" )
column(band=detail id=6 alignment="0" tabsequence=40 border="5" color="0" x="148" y="156" height="16" width="384" format="[general]" html.valueishtml="0" name=address_tel tag="Contact address / telephone no." 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=10 border="5" color="0" x="148" y="58" height="16" width="384" format="[general]" html.valueishtml="0" name=candidate_name 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
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
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