Commit 4f34ddb7 authored by arawankar's avatar arawankar

Master component of appraisal specification and appraisal specification tbl

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@172070 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 86513108
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>webitm-appraisal</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8
/**
*
*/
package ibase.webitm.bean.appraisal;
import java.util.ArrayList;
import java.util.Properties;
import javax.naming.InitialContext;
import org.w3c.dom.Document;
import ibase.system.config.AppConnectParm;
import ibase.utility.E12GenericUtility;
import ibase.utility.UserInfoBean;
import ibase.webitm.ejb.PopUpDataAccessLocal;
import ibase.webitm.utility.PopUpProperties;
/**
* @author base
*
*/
public class AppraisalSpecBean
{
private String apprSpec, apprSpecDetails, apprSpecDescr, autoCalc, calcMethod, methodType, methodInput, sql, sqlInput,
formula, calcPattern, specCategory, specType, denominator, valueType, apprSpecParent, ratingType, ratingValues, trackingType, detailXml;
private UserInfoBean userInfoBean;
private E12GenericUtility genericUtility = new E12GenericUtility();
/**
*
*/
public AppraisalSpecBean()
{
}
/**
* @return the apprSpec
*/
public String getApprSpec() {
return apprSpec;
}
/**
* @param apprSpec the apprSpec to set
*/
public void setApprSpec(String apprSpec) {
this.apprSpec = apprSpec;
}
/**
* @return the apprSpecDetails
*/
public String getApprSpecDetails() {
return apprSpecDetails;
}
/**
* @param apprSpecDetails the apprSpecDetails to set
*/
public void setApprSpecDetails(String apprSpecDetails) {
this.apprSpecDetails = apprSpecDetails;
}
/**
* @return the apprSpecDescr
*/
public String getApprSpecDescr() {
return apprSpecDescr;
}
/**
* @param apprSpecDescr the apprSpecDescr to set
*/
public void setApprSpecDescr(String apprSpecDescr) {
this.apprSpecDescr = apprSpecDescr;
}
/**
* @return the autoCalc
*/
public String getAutoCalc() {
return autoCalc;
}
/**
* @param autoCalc the autoCalc to set
*/
public void setAutoCalc(String autoCalc) {
this.autoCalc = autoCalc;
}
/**
* @return the calcMethod
*/
public String getCalcMethod() {
return calcMethod;
}
/**
* @param calcMethod the calcMethod to set
*/
public void setCalcMethod(String calcMethod) {
this.calcMethod = calcMethod;
}
/**
* @return the methodType
*/
public String getMethodType() {
return methodType;
}
/**
* @param methodType the methodType to set
*/
public void setMethodType(String methodType) {
this.methodType = methodType;
}
/**
* @return the methodInput
*/
public String getMethodInput() {
return methodInput;
}
/**
* @param methodInput the methodInput to set
*/
public void setMethodInput(String methodInput) {
this.methodInput = methodInput;
}
/**
* @return the sql
*/
public String getSql() {
return sql;
}
/**
* @param sql the sql to set
*/
public void setSql(String sql) {
this.sql = sql;
}
/**
* @return the sqlInput
*/
public String getSqlInput() {
return sqlInput;
}
/**
* @param sqlInput the sqlInput to set
*/
public void setSqlInput(String sqlInput) {
this.sqlInput = sqlInput;
}
/**
* @return the formula
*/
public String getFormula() {
return formula;
}
/**
* @param formula the formula to set
*/
public void setFormula(String formula) {
this.formula = formula;
}
/**
* @return the calcPattern
*/
public String getCalcPattern() {
return calcPattern;
}
/**
* @param calcPattern the calcPattern to set
*/
public void setCalcPattern(String calcPattern) {
this.calcPattern = calcPattern;
}
/**
* @return the specCategory
*/
public String getSpecCategory() {
return specCategory;
}
/**
* @param specCategory the specCategory to set
*/
public void setSpecCategory(String specCategory) {
this.specCategory = specCategory;
}
/**
* @return the specType
*/
public String getSpecType() {
return specType;
}
/**
* @param specType the specType to set
*/
public void setSpecType(String specType) {
this.specType = specType;
}
/**
* @return the denominator
*/
public String getDenominator() {
return denominator;
}
/**
* @param denominator the denominator to set
*/
public void setDenominator(String denominator) {
this.denominator = denominator;
}
/**
* @return the valueType
*/
public String getValueType() {
return valueType;
}
/**
* @param valueType the valueType to set
*/
public void setValueType(String valueType) {
this.valueType = valueType;
}
/**
* @return the apprSpecParent
*/
public String getApprSpecParent() {
return apprSpecParent;
}
/**
* @param apprSpecParent the apprSpecParent to set
*/
public void setApprSpecParent(String apprSpecParent) {
this.apprSpecParent = apprSpecParent;
}
/**
* @return the ratingType
*/
public String getRatingType() {
return ratingType;
}
/**
* @param ratingType the ratingType to set
*/
public void setRatingType(String ratingType) {
this.ratingType = ratingType;
}
/**
* @return the ratingValues
*/
public String getRatingValues() {
return ratingValues;
}
/**
* @param ratingValues the ratingValues to set
*/
public void setRatingValues(String ratingValues) {
this.ratingValues = ratingValues;
}
/**
* @return the trackingType
*/
public String getTrackingType() {
return trackingType;
}
/**
* @param trackingType the trackingType to set
*/
public void setTrackingType(String trackingType) {
this.trackingType = trackingType;
}
/**
* @return the detailXml
*/
public String getDetailXml() {
return detailXml;
}
/**
* @param detailXml the detailXml to set
*/
public void setDetailXml(String detailXml) {
this.detailXml = detailXml;
}
/**
* @return the userInfoBean
*/
public UserInfoBean getUserInfoBean() {
return userInfoBean;
}
/**
* @param userInfoBean the userInfoBean to set
*/
public void setUserInfoBean(UserInfoBean userInfoBean) {
this.userInfoBean = userInfoBean;
}
public String toString()
{
String result = "";
if ( getSql().length() > 0 && getMethodType().equals("S"))
{
System.out.println("Inside ( getSql().length() > 0 && getMethodType().equals(S))");
result = getSQLData();
}
return result;
}
private String getSQLData()
{
String[] parameters = null;
String pophelpData = "";
try
{
PopUpProperties popUpProperties = new PopUpProperties();
String userinfoStr = getUserInfoBean().toString();
ArrayList<String> inputList = genericUtility.getTokenList( sqlInput, "," );
Document detailDom = null;
detailXml = genericUtility.checkNull( detailXml );
if ( detailXml.length() > 0 )
{
System.out.println( "detailXml - ["+ detailXml +"]" );
detailDom = genericUtility.parseString( detailXml );
}
int paramSize = inputList.size();
parameters = new String[ paramSize ];
for ( int i = 0; i < inputList.size(); i++ )
{
System.out.println( "inputList.get("+ i +") - ["+ inputList.get( i ) +"]" );
String inputName = inputList.get( i );
String objContext = "0";
if ( inputName.indexOf( "." ) != -1 )
{
objContext = genericUtility.checkNull( inputName.substring( inputName.indexOf(":") + 1, inputName.indexOf(".") ) );
}
if( objContext.equals("0") )
{
objContext = "1";
}
System.out.println("objContext - ["+objContext+"]");
inputName = ( inputName.indexOf( "." ) != -1 ) ? inputName.substring( inputName.indexOf( "." ) + 1 ) : inputName;
inputName = ( inputName.indexOf( ":" ) != -1 ) ? inputName.substring( inputName.indexOf( ":" ) + 1 ) : inputName;
System.out.println("inputName ["+inputName+"]");
String inputValue = genericUtility.getColumnValue( inputName, detailDom, objContext, "" );
inputValue = genericUtility.checkNull( inputValue );
System.out.println( "inputName - ["+ inputName +"], inputValue - ["+ inputValue +"]" );
if ( inputName.indexOf( "date" ) != -1 )
{
try
{
inputValue = genericUtility.getValidDateTimeString( inputValue, genericUtility.getApplDateFormat(), genericUtility.getDBDateTimeFormat() );
}
catch( Exception e )
{
inputValue = inputValue;
}
System.out.println( "For Date - inputName - ["+ inputName +"], inputValue - ["+ inputValue +"]" );
}
parameters[ i ] = inputValue;
}
AppConnectParm appConnect = new AppConnectParm();
Properties props = appConnect.getProperty();
InitialContext ctx = new InitialContext(props);
PopUpDataAccessLocal popUpDataAccess = (PopUpDataAccessLocal)ctx.lookup("ibase/PopUpDataAccessEJB/local");
popUpProperties.setDEFAULT_COL("1");
popUpProperties.setTHUMB_ALT_COL("");
popUpProperties.setTHUMB_IMAGE_COL("");
popUpProperties.setTHUMB_OBJ("");
pophelpData = popUpDataAccess.getPopUpData( sql, parameters, popUpProperties, userinfoStr );
pophelpData = genericUtility.checkNull( pophelpData );
System.out.println( "executeSQL :==>" + pophelpData +"]" );
}
catch(Exception e)
{
e.printStackTrace();
System.out.println( "Exception in getPophelpData()"+ e.getMessage() );
pophelpData = null;
}
return pophelpData;
}
}
\ No newline at end of file
package ibase.webitm.ejb.appraisal;
import java.rmi.RemoteException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import org.w3c.dom.Document;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import ibase.utility.E12GenericUtility;
import ibase.webitm.ejb.ValidatorEJB;
import ibase.webitm.utility.ITMException;
@javax.ejb.Stateless
public class ApprSpecTbl extends ValidatorEJB implements ApprSpecTblRemote,ApprSpecTblLocal
{
public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException
{
Document dom = null;
Document dom1 = null;
Document dom2 = null;
String errString = null;
E12GenericUtility genericUtility = new E12GenericUtility();
try
{
if(xmlString != null && xmlString.trim().length()!=0)
{
dom = genericUtility.parseString(xmlString);
}
if(xmlString1 != null && xmlString1.trim().length()!=0)
{
dom1 = genericUtility.parseString(xmlString1);
}
if(xmlString2 != null && xmlString2.trim().length()!=0)
{
dom2 = genericUtility.parseString(xmlString2);
}
errString = wfValData( dom, dom1, dom2, objContext, editFlag, xtraParams );
System.out.println("[WsfaEffCovgEJB][wfValData][ErrString:] " + errString);
}
catch(Exception e)
{
System.out.println("Exception: WsfaEffCovgEJB: wfValData(String xmlString): " + e.getMessage() + ":");
errString = genericUtility.createErrorString(e);
e.printStackTrace();
}
System.out.println("Returning from WsfaEffCovgEJB wfValData");
return errString;
}
public String wfValData(Document dom, Document dom1,Document dom2, String objContext, String editFlag, String xtraParams) throws RemoteException,ITMException
{
NodeList parentNodeList = null;
NodeList childNodeList = null;
Node parentNode = null;
Node childNode = null;
int ctr = 0, currentFormNo = 0, childNodeListLength = 0, cnt = 0;
String loginSite = "", userId = "";
String childNodeName = null, childNodeValue = null;
String errString = "";
String errCode = "";
Connection conn = null;
PreparedStatement pstmt = null;
ResultSet rs = null;
String sql = "";
try
{
conn = getConnection();
userId = getValueFromXTRA_PARAMS( xtraParams, "loginCode" );
loginSite = getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode");
E12GenericUtility genericUtility = new E12GenericUtility();
if(objContext != null && objContext.trim().length()>0)
{
currentFormNo = Integer.parseInt(objContext);
}
switch(currentFormNo)
{
case 1 :
parentNodeList = dom.getElementsByTagName("Detail1");
parentNode = parentNodeList.item(0);
childNodeList = parentNode.getChildNodes();
childNodeListLength = childNodeList.getLength();
for(ctr = 0; ctr < childNodeListLength; ctr++)
{
childNode = childNodeList.item(ctr);
childNodeName = childNode.getNodeName();
if(childNode.getFirstChild() != null)
{
childNodeValue = childNode.getFirstChild().getNodeValue();
}
if( "appr_tblno".equalsIgnoreCase( childNodeName ) )
{
if( childNode.getFirstChild() == null )
{
errString = getErrorString( "appr_tblno", "NLAPRTBLNO", userId );
break ;
}
}
else if( "appr_spec".equalsIgnoreCase( childNodeName ) )
{
if( childNode.getFirstChild() == null )
{
errString = getErrorString( "appr_spec", "NULAPPRSPC", userId );
break ;
}
else
{
String apprSpec = checkNull(genericUtility.getColumnValue("appr_spec", dom));
sql = " SELECT APPR_SPEC FROM APPRAISAL_SPEC WHERE APPR_SPEC = ? ";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, apprSpec);
rs = pstmt.executeQuery();
if( ! rs.next() )
{
errString = getErrorString("appr_spec","NTFMLSTAPS",userId);
break ;
}
if(editFlag != null && editFlag.equalsIgnoreCase("A"))
{
String apprTblNo = checkNull(genericUtility.getColumnValue("appr_tblno", dom));
sql = " SELECT APPR_SPEC FROM APPRAISAL_SPEC_TABLE WHERE APPR_SPEC = ? AND APPR_TBLNO = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, apprSpec);
pstmt.setString(2, apprTblNo);
rs = pstmt.executeQuery();
if( rs.next() )
{
errString = getErrorString("appr_tblno","APRTBLNONL",userId);
break ;
}
}
}
}
}
break;
}
}
catch(Exception e)
{
System.out.println("Exception : ApprSpecTbl : wfValData :");
e.printStackTrace();
errString=e.getMessage();
}
finally
{
try
{
if(conn!=null)
{
conn.close();
}
conn = null;
}
catch(Exception d)
{
d.printStackTrace();
}
}
System.out.println("ErrString ::"+errString);
return errString;
}
public String itemChanged(String xmlString, String xmlString1,String xmlString2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException
{
Document dom = null;
Document dom1 = null;
Document dom2 = null;
String valueXmlString = "";
try
{
dom = parseString(xmlString);
System.out.println("xmlString" + xmlString);
dom1 = parseString(xmlString1);
if(xmlString2.trim().length() > 0 )
{
dom2 = parseString(xmlString2);
}
valueXmlString = itemChanged(dom,dom1,dom2,objContext,currentColumn,editFlag,xtraParams);
}
catch(Exception e)
{
System.out.println("Exception : [ApprSpecTbl][itemChanged(String,String)] :==>\n"+e.getMessage());
}
return valueXmlString;
}
public String itemChanged(Document dom, Document dom1,Document dom2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException
{
StringBuffer valueXmlString = new StringBuffer();
NodeList parentNodeList = null;
NodeList childNodeList = null;
Node parentNode = null;
Node childNode = null;
int ctr=0,k=0,childNodeListLength=0;
String columnValue = null;
String childNodeName = null;
Connection conn = null;
PreparedStatement pstmt = null;
ResultSet rs = null;
String sql = "";
String loginSite="", query ="";
E12GenericUtility genericUtility = new ibase.utility.E12GenericUtility();
try
{
conn = getConnection();
System.out.println("conn connection-'-["+conn+"]");
loginSite = getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode");
if(objContext != null && objContext.trim().length() > 0)
k = Integer.parseInt(objContext);
System.out.println("[ApprSpecTbl][itemChanged][FORM NO][" + k+"]");
valueXmlString = new StringBuffer("<?xml version=\"1.0\"?><Root><header><editFlag>");
valueXmlString.append(editFlag).append("</editFlag></header>");
switch(k)
{
case 1 :
parentNodeList = dom.getElementsByTagName("Detail1");
parentNode = parentNodeList.item(0);
childNodeList = parentNode.getChildNodes();
ctr = 0;
valueXmlString.append("<Detail1>");
childNodeListLength = childNodeList.getLength();
do
{
childNode = childNodeList.item(ctr);
System.out.println("child node in apprtbl-["+childNode+"]");
childNodeName = childNode.getNodeName();
if(childNodeName.equals(currentColumn))
{
if (childNode.getFirstChild() != null)
{
columnValue=childNode.getFirstChild().getNodeValue().trim();
}
}
ctr++;
}
while(ctr < childNodeListLength && !childNodeName.equals(currentColumn));
if(currentColumn.trim().equalsIgnoreCase("appr_spec"))
{
String apprSpec = checkNull(genericUtility.getColumnValue("appr_spec", dom));
if(apprSpec != null)
{
query = " SELECT SPEC_DETAILS FROM APPRAISAL_SPEC WHERE APPR_SPEC = ? " ;
if (conn != null)
{
pstmt = conn.prepareStatement(query);
}
pstmt.setString(1, apprSpec);
rs = pstmt.executeQuery();
if(rs.next())
{
String recCnt = rs.getString("SPEC_DETAILS");
System.out.println("reccnt ="+recCnt+" for["+query+"]");
valueXmlString.append("<spec_details>").append("<![CDATA[" + rs.getString("SPEC_DETAILS") + "]]>").append("</spec_details>");
}
else
{
valueXmlString.append("<spec_details>").append("<![CDATA[]]>").append("</spec_details>");
}
}
}
valueXmlString.append("</Detail1 >");
System.out.println("itemchange string :::" +valueXmlString);
break;
}
valueXmlString.append("</Root>");
}
catch(Exception e)
{
e.printStackTrace();
System.out.println("Exception ::" + e.getMessage());
throw new ITMException(e);
}
finally
{
try
{
if(rs != null)
{
rs.close();
rs = null;
}
if(pstmt != null)
{
pstmt.close();
pstmt = null;
}
if(conn != null)
conn.close();
conn = null;
}
catch(Exception e1)
{
e1.printStackTrace();
}
}
System.out.println("[ApprSpecTbl] Connection is Closed");
System.out.println("valueXmlString:::::" + valueXmlString.toString());
return valueXmlString.toString();
}
private String checkNull( String input )
{
if(input == null)
{
input = "";
}
return input;
}
}
package ibase.webitm.ejb.appraisal;
import java.rmi.RemoteException;
import org.w3c.dom.Document;
import ibase.webitm.ejb.ValidatorLocal;
import ibase.webitm.utility.ITMException;
@javax.ejb.Local
public interface ApprSpecTblLocal extends ValidatorLocal
{
public String wfValData(Document dom, Document dom1,Document dom2, 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;
public String itemChanged(String xmlString, String xmlString1,String xmlString2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException;
public String itemChanged(Document dom, Document dom1,Document dom2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException;
}
package ibase.webitm.ejb.appraisal;
import java.rmi.RemoteException;
import org.w3c.dom.Document;
import ibase.webitm.ejb.ValidatorRemote;
import ibase.webitm.utility.ITMException;
@javax.ejb.Remote
public interface ApprSpecTblRemote extends ValidatorRemote
{
public String wfValData(Document dom, Document dom1,Document dom2, 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;
public String itemChanged(String xmlString, String xmlString1,String xmlString2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException;
public String itemChanged(Document dom, Document dom1,Document dom2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException,ITMException;
}
package ibase.webitm.ejb.appraisal;
import java.rmi.RemoteException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import javax.ejb.Stateless;
import org.w3c.dom.Document;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import ibase.utility.E12GenericUtility;
import ibase.webitm.ejb.ValidatorEJB;
import ibase.webitm.utility.ITMException;
/**
* Session Bean implementation class AppraisalSpecEJB
* [Master component of Appraisal Specification]
*/
@Stateless
public class AppraisalSpecEJB extends ValidatorEJB implements AppraisalSpecRemote, AppraisalSpecLocal
{
public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException
{
System.out.println("Came Inside wfValData:::");
Document dom = null;
Document dom1 = null;
Document dom2 = null;
String errString = "";
System.out.println("xmlString ["+xmlString+"]");
System.out.println("xmlString1["+xmlString1+"]");
System.out.println("xmlString2["+xmlString2+"]");
try
{
if(xmlString != null && xmlString.trim().length()!=0)
{
dom = parseString(xmlString);
}
if(xmlString1 != null && xmlString1.trim().length()!=0)
{
dom1 = parseString(xmlString1);
}
if(xmlString2 != null && xmlString2.trim().length()!=0)
{
dom2 = parseString(xmlString2);
}
errString = wfValData(dom,dom1,dom2,objContext,editFlag,xtraParams);
}
catch(Exception e)
{
System.out.println("Exception : [AppraisalSpecEJB][wfValData(String xmlString)] : ==>\n"+e.getMessage());
e.printStackTrace();
}
return (errString);
}
public String wfValData(Document dom, Document dom1, Document dom2, String objContext, String editFlag, String xtraParams) throws ITMException
{
String userId = "";
String errString = "";
NodeList parentList = null;
NodeList childList = null;
Node parentNode = null;
Node childNode = null;
String childNodeName = null;
int counter;
Connection conn = null;
int noOfChilds = 0;
int currentFormNo = 0;
StringBuffer errStringXml = null;
int cnt = 0;
String sql = "";
PreparedStatement pstmt = null;
ResultSet rs = null;
String sqlString = "";
String sqlInput = "";
String apprSpec = "";
String specDetails = "";
String apprSpecParent = "";
E12GenericUtility genericUtility = new E12GenericUtility();
System.out.println("editFlag...wfValdata ["+editFlag+"]");
try
{
conn = getConnection();
conn.setAutoCommit(false);
userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginCode");
errStringXml = new StringBuffer("<?xml version=\"1.0\"?>\r\n<Root><Errors>");
if(objContext != null && objContext.trim().length()>0)
{
currentFormNo = Integer.parseInt(objContext);
}
parentList = dom.getElementsByTagName("Detail" + currentFormNo);
parentNode = parentList.item(0);
childList = parentNode.getChildNodes();
noOfChilds = childList.getLength();
for(counter = 0; counter < noOfChilds; counter++)
{
childNode = childList.item(counter);
childNodeName = childNode.getNodeName();
switch(currentFormNo)
{
case 1:
if(childNodeName.equalsIgnoreCase("APPR_SPEC"))
{
apprSpec = genericUtility.getColumnValue("appr_spec", dom);
System.out.println("apprSpec::"+apprSpec);
if(apprSpec == null || apprSpec.trim().length() == 0)
{
errString = getErrorString("APPR_SPEC", "VTAPPRSPEC", userId);
}
else if(apprSpec != null && apprSpec.trim().length()> 0 && editFlag.equalsIgnoreCase("A"))
{
cnt = 0;
sql = "Select count(*) as cnt from appraisal_spec where appr_spec = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, apprSpec);
rs = pstmt.executeQuery();
while(rs.next())
{
cnt = rs.getInt("cnt");
}
if(rs != null)
{
rs.close();
rs = null;
}
if(pstmt != null)
{
pstmt.close();
pstmt = null;
}
if(cnt > 0)
{
errString = getErrorString("APPR_SPEC", "VTINVLSPEC", userId);
}
}
}
else if(childNodeName.equalsIgnoreCase("SPEC_DETAILS"))
{
specDetails = genericUtility.getColumnValue("spec_details", dom);
System.out.println("specDetails:["+specDetails+"]");
if(specDetails == null || specDetails.trim().length() == 0)
{
errString = getErrorString("SPEC_DETAILS", "VTSPECDETS", userId);
}
}
else if(childNodeName.equalsIgnoreCase("APPR_SPEC__PARENT"))
{
apprSpecParent = genericUtility.getColumnValue("appr_spec__parent", dom);
System.out.println("apprSpecParent::["+apprSpecParent+"]");
if(apprSpecParent != null && apprSpecParent.trim().length() > 0)
{
sql = "Select count(*) as cnt from appraisal_spec where appr_spec = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, apprSpecParent);
rs = pstmt.executeQuery();
while(rs.next())
{
cnt = rs.getInt("cnt");
}
if(rs != null)
{
rs.close();
rs = null;
}
if(pstmt != null)
{
pstmt.close();
pstmt = null;
}
if(cnt == 0)
{
errString = getErrorString("APPR_SPEC__PARENT", "VTSPECPARE", userId);
}
}
}
else if(childNodeName.equalsIgnoreCase("sql_input"))
{
sqlInput = genericUtility.getColumnValue("sql_input", dom);
if(sqlInput != null && sqlInput.trim().length() > 0)
{
sqlString = genericUtility.getColumnValue("sql", dom);
if(sqlString == null || sqlString.trim().length() == 0)
{
errString = getErrorString("sql", "VTNULLSQL", userId);
}
}
}
break;
}
if(errString != null && errString.trim().length()> 0)
{
break;
}
}
errStringXml.append("</Errors></Root> \r\n");
}
catch(Exception e)
{
System.out.println( "Exception : [AppraisalSpecEJB][wfValData(String xmlString)] : ==>\n"+e.getMessage());
e.printStackTrace();
throw new ITMException(e);
}
finally
{
try
{
if(rs != null)
{
rs.close();
rs = null;
}
if(pstmt != null)
{
pstmt.close();
pstmt = null;
}
if(conn != null)
{
conn.close();
conn = null;
}
}
catch(Exception e1)
{
System.out.println( "Exception : [AppraisalSpecEJB][wfValData] : ==>\n"+e1.getMessage());
throw new ITMException(e1);
}
}
return errString;
}
}
package ibase.webitm.ejb.appraisal;
import java.rmi.RemoteException;
import javax.ejb.Local;
import org.w3c.dom.Document;
import ibase.webitm.ejb.ValidatorLocal;
import ibase.webitm.utility.ITMException;
@Local
public interface AppraisalSpecLocal extends ValidatorLocal
{
public String wfValData(Document dom, Document dom1, Document dom2, 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.appraisal;
import java.rmi.RemoteException;
import javax.ejb.Remote;
import org.w3c.dom.Document;
import ibase.webitm.ejb.ValidatorRemote;
import ibase.webitm.utility.ITMException;
@Remote
public interface AppraisalSpecRemote extends ValidatorRemote
{
public String wfValData() throws RemoteException,ITMException;
public String wfValData(Document dom, Document dom1, Document dom2, 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;
}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow>
<Release>9</Release>
<BaseDefinition>
<units>1</units>
<timer_interval>0</timer_interval>
<color>67108864</color>
<processing>1</processing>
<HTMLDW>no</HTMLDW>
<print>
<documentname></documentname>
<printername></printername>
<orientation>0</orientation>
<margin>
<left>24</left>
<right>24</right>
<top>24</top>
<bottom>24</bottom>
</margin>
<paper>
<source>0</source>
<size>0</size>
</paper>
<prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons>
<preview.buttons>no</preview.buttons>
<cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob>
</print>
<grid.lines>0</grid.lines>
</BaseDefinition>
<Header>
<height>19</height>
<color>536870912</color>
</Header>
<Summary>
<height>0</height>
<color>536870912</color>
</Summary>
<Footer>
<height>0</height>
<color>536870912</color>
</Footer>
<Detail>
<height>22</height>
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>appr_spec</name>
<dbname>appraisal_spec.appr_spec</dbname>
</table_column>
<table_column>
<type size="100">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>spec_details</name>
<dbname>appraisal_spec.spec_details</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>min_rating</name>
<dbname>appraisal_spec.min_rating</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>max_rating</name>
<dbname>appraisal_spec.max_rating</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>overall_perc</name>
<dbname>appraisal_spec.overall_perc</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>appraisal_spec.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>appraisal_spec.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>appraisal_spec.chg_term</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>auto_calc</name>
<dbname>appraisal_spec.auto_calc</dbname>
</table_column>
<table_column>
<type size="250">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>calc_method</name>
<dbname>appraisal_spec.calc_method</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>method_type</name>
<dbname>appraisal_spec.method_type</dbname>
</table_column>
<table_column>
<type size="100">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>method_input</name>
<dbname>appraisal_spec.method_input</dbname>
</table_column>
<table_column>
<type size="200">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>sql_input</name>
<dbname>appraisal_spec.sql_input</dbname>
</table_column>
<table_column>
<type size="250">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>formula</name>
<dbname>appraisal_spec.formula</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>sql</name>
<dbname>appraisal_spec.sql</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>calc_pattern</name>
<dbname>appraisal_spec.calc_pattern</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>spec_category</name>
<dbname>appraisal_spec.spec_category</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>spec_type</name>
<dbname>appraisal_spec.spec_type</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>denominator</name>
<dbname>appraisal_spec.denominator</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>value_type</name>
<dbname>appraisal_spec.value_type</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>appr_spec__parent</name>
<dbname>appraisal_spec.appr_spec__parent</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>rating_type</name>
<dbname>appraisal_spec.rating_type</dbname>
</table_column>
<table_column>
<type size="100">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>rating_values</name>
<dbname>appraisal_spec.rating_values</dbname>
</table_column>
<table_column>
<type size="60">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>appraisal_spec.descr</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>tracking_type</name>
<dbname>appraisal_spec.tracking_type</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;appraisal_spec&quot; ) COLUMN(NAME=&quot;appraisal_spec.appr_spec&quot;) COLUMN(NAME=&quot;appraisal_spec.spec_details&quot;) COLUMN(NAME=&quot;appraisal_spec.min_rating&quot;) COLUMN(NAME=&quot;appraisal_spec.max_rating&quot;) COLUMN(NAME=&quot;appraisal_spec.overall_perc&quot;) COLUMN(NAME=&quot;appraisal_spec.chg_date&quot;) COLUMN(NAME=&quot;appraisal_spec.chg_user&quot;) COLUMN(NAME=&quot;appraisal_spec.chg_term&quot;) COLUMN(NAME=&quot;appraisal_spec.auto_calc&quot;) COLUMN(NAME=&quot;appraisal_spec.calc_method&quot;) COLUMN(NAME=&quot;appraisal_spec.method_type&quot;) COLUMN(NAME=&quot;appraisal_spec.method_input&quot;) COLUMN(NAME=&quot;appraisal_spec.sql_input&quot;) COLUMN(NAME=&quot;appraisal_spec.formula&quot;) COLUMN(NAME=&quot;appraisal_spec.sql&quot;) COLUMN(NAME=&quot;appraisal_spec.calc_pattern&quot;) COLUMN(NAME=&quot;appraisal_spec.spec_category&quot;) COLUMN(NAME=&quot;appraisal_spec.spec_type&quot;) COLUMN(NAME=&quot;appraisal_spec.denominator&quot;) COLUMN(NAME=&quot;appraisal_spec.value_type&quot;) COLUMN(NAME=&quot;appraisal_spec.appr_spec__parent&quot;) COLUMN(NAME=&quot;appraisal_spec.rating_type&quot;) COLUMN(NAME=&quot;appraisal_spec.rating_values&quot;) COLUMN(NAME=&quot;appraisal_spec.descr&quot;) COLUMN(NAME=&quot;appraisal_spec.tracking_type&quot;)) </retrieve>
<update>APPRAISAL_SPEC</update>
<updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Specification</text>
<border>6</border>
<color>33554432</color>
<x>2</x>
<y>2</y>
<height>15</height>
<width>60</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appr_spec_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Details</text>
<border>6</border>
<color>33554432</color>
<x>64</x>
<y>2</y>
<height>15</height>
<width>381</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spec_details_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Min Rating</text>
<border>6</border>
<color>33554432</color>
<x>447</x>
<y>2</y>
<height>15</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>min_rating_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Max Rating</text>
<border>6</border>
<color>33554432</color>
<x>545</x>
<y>2</y>
<height>15</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>max_rating_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Overall Perc</text>
<border>6</border>
<color>33554432</color>
<x>643</x>
<y>2</y>
<height>15</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>overall_perc_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>chg_date</text>
<border>6</border>
<color>33554432</color>
<x>741</x>
<y>2</y>
<height>15</height>
<width>85</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>chg_user</text>
<border>6</border>
<color>33554432</color>
<x>828</x>
<y>2</y>
<height>15</height>
<width>79</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>chg_term</text>
<border>6</border>
<color>33554432</color>
<x>909</x>
<y>2</y>
<height>15</height>
<width>58</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Auto Calculation</text>
<border>6</border>
<color>33554432</color>
<x>969</x>
<y>2</y>
<height>15</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>auto_calc_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Calculation Method</text>
<border>6</border>
<color>33554432</color>
<x>1066</x>
<y>2</y>
<height>15</height>
<width>408</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>calc_method_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Method Type</text>
<border>6</border>
<color>33554432</color>
<x>1476</x>
<y>2</y>
<height>15</height>
<width>75</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>method_type_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Method Input</text>
<border>6</border>
<color>33554432</color>
<x>1553</x>
<y>2</y>
<height>15</height>
<width>437</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>method_input_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>SQL Input</text>
<border>6</border>
<color>33554432</color>
<x>1992</x>
<y>2</y>
<height>15</height>
<width>479</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sql_input_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Formula</text>
<border>6</border>
<color>33554432</color>
<x>2473</x>
<y>2</y>
<height>15</height>
<width>337</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>formula_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>SQL</text>
<border>6</border>
<color>33554432</color>
<x>2812</x>
<y>2</y>
<height>15</height>
<width>470</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sql_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Calculation Pattern</text>
<border>6</border>
<color>33554432</color>
<x>3284</x>
<y>2</y>
<height>15</height>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>calc_pattern_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Spcification Category</text>
<border>6</border>
<color>33554432</color>
<x>3358</x>
<y>2</y>
<height>15</height>
<width>85</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spec_category_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Specification Type</text>
<border>6</border>
<color>33554432</color>
<x>3445</x>
<y>2</y>
<height>15</height>
<width>60</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spec_type_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Denominator</text>
<border>6</border>
<color>33554432</color>
<x>3507</x>
<y>2</y>
<height>15</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>denominator_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Value Type</text>
<border>6</border>
<color>33554432</color>
<x>3605</x>
<y>2</y>
<height>15</height>
<width>65</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>value_type_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Appraisal Specification Parent</text>
<border>6</border>
<color>33554432</color>
<x>3672</x>
<y>2</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appr_spec__parent_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Rating Type</text>
<border>6</border>
<color>33554432</color>
<x>3784</x>
<y>2</y>
<height>15</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rating_type_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Rating Values</text>
<border>6</border>
<color>33554432</color>
<x>3855</x>
<y>2</y>
<height>15</height>
<width>382</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rating_values_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Description</text>
<border>6</border>
<color>33554432</color>
<x>4239</x>
<y>2</y>
<height>15</height>
<width>195</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Tracking Type</text>
<border>6</border>
<color>33554432</color>
<x>4436</x>
<y>2</y>
<height>15</height>
<width>78</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tracking_type_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>2</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2</x>
<y>2</y>
<height>18</height>
<width>60</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appr_spec</name>
<tag>Primary key for this table</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>2</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>33554432</color>
<x>64</x>
<y>2</y>
<height>18</height>
<width>381</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spec_details</name>
<tag>Sepecification details for appr_spec code</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>100</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>1</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>33554432</color>
<x>447</x>
<y>2</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>min_rating</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></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>1</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>33554432</color>
<x>545</x>
<y>2</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>max_rating</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></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>1</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>33554432</color>
<x>643</x>
<y>2</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>overall_perc</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></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>2</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>33554432</color>
<x>741</x>
<y>2</y>
<height>18</height>
<width>85</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<tag>Changed date</tag>
<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></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>2</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>33554432</color>
<x>828</x>
<y>2</y>
<height>18</height>
<width>79</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<tag>Changed user</tag>
<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></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>2</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<color>33554432</color>
<x>909</x>
<y>2</y>
<height>18</height>
<width>58</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<tag>changed from terminal</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<border>5</border>
<color>33554432</color>
<x>969</x>
<y>2</y>
<height>18</height>
<width>95</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>auto_calc</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1066</x>
<y>2</y>
<height>18</height>
<width>408</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>calc_method</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>250</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>2</alignment>
<tabsequence>110</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1476</x>
<y>2</y>
<height>18</height>
<width>75</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>method_type</name>
<tag>Contains following values 1. Fixed, 2. Formula, 3. Sql, 4. Direct</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>120</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1553</x>
<y>2</y>
<height>18</height>
<width>437</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>method_input</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>100</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>2</alignment>
<tabsequence>130</tabsequence>
<border>5</border>
<color>33554432</color>
<x>1992</x>
<y>2</y>
<height>18</height>
<width>479</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sql_input</name>
<tag>Sql input argument</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>200</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>140</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2473</x>
<y>2</y>
<height>18</height>
<width>337</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>formula</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>250</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>2</alignment>
<tabsequence>150</tabsequence>
<border>5</border>
<color>33554432</color>
<x>2812</x>
<y>2</y>
<height>18</height>
<width>470</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sql</name>
<tag>Sql query to get specification data</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>4000</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>160</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3284</x>
<y>2</y>
<height>18</height>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>calc_pattern</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<alignment>2</alignment>
<tabsequence>170</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3358</x>
<y>2</y>
<height>18</height>
<width>85</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spec_category</name>
<tag>To display category wise data</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>2</alignment>
<tabsequence>180</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3445</x>
<y>2</y>
<height>18</height>
<width>60</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spec_type</name>
<tag>To display view purpose (input/box)</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<alignment>1</alignment>
<tabsequence>190</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3507</x>
<y>2</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>denominator</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></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<alignment>0</alignment>
<tabsequence>200</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3605</x>
<y>2</y>
<height>18</height>
<width>65</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>value_type</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>2</alignment>
<tabsequence>210</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3672</x>
<y>2</y>
<height>18</height>
<width>110</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appr_spec__parent</name>
<tag>Parent appraisal spec code</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>22</id>
<alignment>0</alignment>
<tabsequence>220</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3784</x>
<y>2</y>
<height>18</height>
<width>69</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rating_type</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<alignment>0</alignment>
<tabsequence>230</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3855</x>
<y>2</y>
<height>18</height>
<width>382</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rating_values</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>100</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>24</id>
<alignment>2</alignment>
<tabsequence>240</tabsequence>
<border>5</border>
<color>33554432</color>
<x>4239</x>
<y>2</y>
<height>18</height>
<width>195</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr</name>
<tag>Specification description</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>60</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>25</id>
<alignment>2</alignment>
<tabsequence>250</tabsequence>
<border>5</border>
<color>33554432</color>
<x>4436</x>
<y>2</y>
<height>18</height>
<width>78</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tracking_type</name>
<tag>Tracking type for specifiaction, A-Auto, M-Manual, Blank</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</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>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow>
<Release>9</Release>
<BaseDefinition>
<units>1</units>
<timer_interval>0</timer_interval>
<color>67108864</color>
<processing>0</processing>
<HTMLDW>no</HTMLDW>
<print>
<documentname></documentname>
<printername></printername>
<orientation>0</orientation>
<margin>
<left>24</left>
<right>24</right>
<top>24</top>
<bottom>24</bottom>
</margin>
<paper>
<source>0</source>
<size>0</size>
</paper>
<prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons>
<preview.buttons>no</preview.buttons>
<cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob>
</print>
</BaseDefinition>
<Summary>
<height>0</height>
<color>536870912</color>
</Summary>
<Footer>
<height>0</height>
<color>536870912</color>
</Footer>
<Detail>
<height>1006</height>
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>appr_spec</name>
<dbname>appraisal_spec.appr_spec</dbname>
</table_column>
<table_column>
<type size="100">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>spec_details</name>
<dbname>appraisal_spec.spec_details</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>min_rating</name>
<dbname>appraisal_spec.min_rating</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>max_rating</name>
<dbname>appraisal_spec.max_rating</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>overall_perc</name>
<dbname>appraisal_spec.overall_perc</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>appraisal_spec.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>appraisal_spec.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>appraisal_spec.chg_term</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>auto_calc</name>
<dbname>appraisal_spec.auto_calc</dbname>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column>
<table_column>
<type size="250">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>calc_method</name>
<dbname>appraisal_spec.calc_method</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>method_type</name>
<dbname>appraisal_spec.method_type</dbname>
<values>
<item display="SQL" data="S"/>
</values>
</table_column>
<table_column>
<type size="100">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>method_input</name>
<dbname>appraisal_spec.method_input</dbname>
</table_column>
<table_column>
<type size="200">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>sql_input</name>
<dbname>appraisal_spec.sql_input</dbname>
</table_column>
<table_column>
<type size="250">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>formula</name>
<dbname>appraisal_spec.formula</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>sql</name>
<dbname>appraisal_spec.sql</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>calc_pattern</name>
<dbname>appraisal_spec.calc_pattern</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>spec_category</name>
<dbname>appraisal_spec.spec_category</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>spec_type</name>
<dbname>appraisal_spec.spec_type</dbname>
<values>
<item display="String" data="S"/>
<item display="Box" data="X"/>
</values>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>denominator</name>
<dbname>appraisal_spec.denominator</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>value_type</name>
<dbname>appraisal_spec.value_type</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>appr_spec__parent</name>
<dbname>appraisal_spec.appr_spec__parent</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>rating_type</name>
<dbname>appraisal_spec.rating_type</dbname>
</table_column>
<table_column>
<type size="100">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>rating_values</name>
<dbname>appraisal_spec.rating_values</dbname>
</table_column>
<table_column>
<type size="60">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>appraisal_spec.descr</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>tracking_type</name>
<dbname>appraisal_spec.tracking_type</dbname>
<values>
<item display="Automatic" data="A"/>
<item display="Manual" data="M"/>
</values>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;appraisal_spec&quot; ) COLUMN(NAME=&quot;appraisal_spec.appr_spec&quot;) COLUMN(NAME=&quot;appraisal_spec.spec_details&quot;) COLUMN(NAME=&quot;appraisal_spec.min_rating&quot;) COLUMN(NAME=&quot;appraisal_spec.max_rating&quot;) COLUMN(NAME=&quot;appraisal_spec.overall_perc&quot;) COLUMN(NAME=&quot;appraisal_spec.chg_date&quot;) COLUMN(NAME=&quot;appraisal_spec.chg_user&quot;) COLUMN(NAME=&quot;appraisal_spec.chg_term&quot;) COLUMN(NAME=&quot;appraisal_spec.auto_calc&quot;) COLUMN(NAME=&quot;appraisal_spec.calc_method&quot;) COLUMN(NAME=&quot;appraisal_spec.method_type&quot;) COLUMN(NAME=&quot;appraisal_spec.method_input&quot;) COLUMN(NAME=&quot;appraisal_spec.sql_input&quot;) COLUMN(NAME=&quot;appraisal_spec.formula&quot;) COLUMN(NAME=&quot;appraisal_spec.sql&quot;) COLUMN(NAME=&quot;appraisal_spec.calc_pattern&quot;) COLUMN(NAME=&quot;appraisal_spec.spec_category&quot;) COLUMN(NAME=&quot;appraisal_spec.spec_type&quot;) COLUMN(NAME=&quot;appraisal_spec.denominator&quot;) COLUMN(NAME=&quot;appraisal_spec.value_type&quot;) COLUMN(NAME=&quot;appraisal_spec.appr_spec__parent&quot;) COLUMN(NAME=&quot;appraisal_spec.rating_type&quot;) COLUMN(NAME=&quot;appraisal_spec.rating_values&quot;) COLUMN(NAME=&quot;appraisal_spec.descr&quot;) COLUMN(NAME=&quot;appraisal_spec.tracking_type&quot;)WHERE( EXP1 =&quot;~&quot;APPRAISAL_SPEC~&quot;.~&quot;APPR_SPEC~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:as_appr_spec&quot; ) ) ARG(NAME = &quot;as_appr_spec&quot; TYPE = string) </retrieve>
<update>APPRAISAL_SPEC</update>
<updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>as_appr_spec</name>
<type>string</type>
</argument>
</TableDefinition>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>2</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>75</x>
<y>498</y>
<height>18</height>
<width>84</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<tag>Changed date</tag>
<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></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Date:</text>
<border>0</border>
<color>33554432</color>
<x>9</x>
<y>498</y>
<height>15</height>
<width>59</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Chg Term:</text>
<border>0</border>
<color>33554432</color>
<x>166</x>
<y>498</y>
<height>15</height>
<width>60</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>2</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>233</x>
<y>498</y>
<height>18</height>
<width>85</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<tag>changed from terminal</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg User:</text>
<border>0</border>
<color>33554432</color>
<x>325</x>
<y>498</y>
<height>15</height>
<width>59</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>2</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>389</x>
<y>498</y>
<height>18</height>
<width>88</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<tag>Changed user</tag>
<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></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>2</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>1</y>
<height>18</height>
<width>48</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appr_spec</name>
<tag>Primary key for this table</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>2</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>25</y>
<height>25</height>
<width>350</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spec_details</name>
<tag>Sepecification details for appr_spec code</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></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>24</id>
<alignment>2</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>56</y>
<height>25</height>
<width>350</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr</name>
<tag>Specification description</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>60</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>22</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>87</y>
<height>18</height>
<width>48</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rating_type</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>1</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>111</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>min_rating</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></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Max Rating:</text>
<border>0</border>
<color>33554432</color>
<x>261</x>
<y>111</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>max_rating_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>1</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>33554432</color>
<x>376</x>
<y>111</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>max_rating</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></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>135</y>
<height>18</height>
<width>350</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rating_values</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>100</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>1</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>159</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>overall_perc</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></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>183</y>
<height>18</height>
<width>48</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>auto_calc</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Calculation Pattern:</text>
<border>0</border>
<color>33554432</color>
<x>257</x>
<y>183</y>
<height>15</height>
<width>114</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>calc_pattern_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
<color>33554432</color>
<x>376</x>
<y>183</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>calc_pattern</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>110</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>207</y>
<height>22</height>
<width>350</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>calc_method</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>250</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<autovscroll>yes</autovscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Specification Category:</text>
<border>0</border>
<color>33554432</color>
<x>284</x>
<y>371</y>
<height>15</height>
<width>134</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spec_category_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<alignment>2</alignment>
<tabsequence>180</tabsequence>
<border>5</border>
<color>33554432</color>
<x>424</x>
<y>371</y>
<height>18</height>
<width>48</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spec_category</name>
<tag>To display category wise data</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>2</alignment>
<tabsequence>200</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>419</y>
<height>18</height>
<width>48</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appr_spec__parent</name>
<tag>Parent appraisal spec code</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<alignment>0</alignment>
<tabsequence>210</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>443</y>
<height>18</height>
<width>48</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>value_type</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<alignment>1</alignment>
<tabsequence>220</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>467</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>denominator</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></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Specification:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>1</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appr_spec_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Details:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>25</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spec_details_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Description:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>56</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Rating Type:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>87</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rating_type_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Min Rating:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>111</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>min_rating_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Rating Values:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>135</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>rating_values_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Overall Percentage:</text>
<border>0</border>
<color>33554432</color>
<x>4</x>
<y>159</y>
<height>15</height>
<width>113</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>overall_perc_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Auto Calculation:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>183</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>auto_calc_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Calculation Method:</text>
<border>0</border>
<color>33554432</color>
<x>2</x>
<y>207</y>
<height>15</height>
<width>115</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>calc_method_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Method Type:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>235</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>method_type_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Specification Type:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>371</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spec_type_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Tracking Type:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>395</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tracking_type_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Appr Spec Parent:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>419</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appr_spec__parent_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Value Type:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>443</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>value_type_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Denominator:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>467</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>denominator_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<alignment>2</alignment>
<tabsequence>120</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>235</y>
<height>18</height>
<width>48</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>method_type</name>
<tag>Contains following values 1. Fixed, 2. Formula, 3. Sql, 4. Direct</tag>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>130</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>259</y>
<height>22</height>
<width>350</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>method_input</name>
<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></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>160</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>343</y>
<height>22</height>
<width>350</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>formula</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>250</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<autovscroll>yes</autovscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>2</alignment>
<tabsequence>140</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>287</y>
<height>22</height>
<width>350</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sql</name>
<tag>Sql query to get specification data</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>4000</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<autovscroll>yes</autovscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>2</alignment>
<tabsequence>150</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>315</y>
<height>22</height>
<width>350</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sql_input</name>
<tag>Sql input argument</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>200</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<autovscroll>yes</autovscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Method Input:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>259</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>method_input_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>SQL</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>287</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sql_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>SQL Input:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>315</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sql_input_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Formula:</text>
<border>0</border>
<color>33554432</color>
<x>7</x>
<y>343</y>
<height>15</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>formula_t</name>
<visible>1</visible>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>2</alignment>
<tabsequence>170</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>371</y>
<height>18</height>
<width>83</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spec_type</name>
<tag>To display view purpose (input/box)</tag>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>25</id>
<alignment>2</alignment>
<tabsequence>190</tabsequence>
<border>5</border>
<color>33554432</color>
<x>122</x>
<y>395</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tracking_type</name>
<tag>Tracking type for specifiaction, A-Auto, M-Manual, Blank</tag>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face></face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</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>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow>
<Release>9</Release>
<BaseDefinition>
<units>1</units>
<timer_interval>0</timer_interval>
<color>67108864</color>
<processing>1</processing>
<HTMLDW>no</HTMLDW>
<print>
<documentname></documentname>
<printername></printername>
<orientation>0</orientation>
<margin>
<left>24</left>
<right>24</right>
<top>24</top>
<bottom>24</bottom>
</margin>
<paper>
<source>0</source>
<size>0</size>
</paper>
<prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons>
<preview.buttons>no</preview.buttons>
<cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob>
</print>
<grid.lines>0</grid.lines>
</BaseDefinition>
<Header>
<height>17</height>
<color>536870912</color>
</Header>
<Summary>
<height>0</height>
<color>536870912</color>
</Summary>
<Footer>
<height>0</height>
<color>536870912</color>
</Footer>
<Detail>
<height>22</height>
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>appraisal_spec_table_appr_tblno</name>
<dbname>appraisal_spec_table.appr_tblno</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>appraisal_spec_table_appr_spec</name>
<dbname>appraisal_spec_table.appr_spec</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>appraisal_spec_table_min_rating</name>
<dbname>appraisal_spec_table.min_rating</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>appraisal_spec_table_max_rating</name>
<dbname>appraisal_spec_table.max_rating</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>appraisal_spec_table_overall_perc</name>
<dbname>appraisal_spec_table.overall_perc</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>appraisal_spec_table_chg_date</name>
<dbname>appraisal_spec_table.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>appraisal_spec_table_chg_user</name>
<dbname>appraisal_spec_table.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>appraisal_spec_table_chg_term</name>
<dbname>appraisal_spec_table.chg_term</dbname>
</table_column>
<table_column>
<type size="100">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>appraisal_spec_spec_details</name>
<dbname>appraisal_spec.spec_details</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;appraisal_spec_table&quot; ) TABLE(NAME=&quot;appraisal_spec&quot; ) COLUMN(NAME=&quot;appraisal_spec_table.appr_tblno&quot;) COLUMN(NAME=&quot;appraisal_spec_table.appr_spec&quot;) COLUMN(NAME=&quot;appraisal_spec_table.min_rating&quot;) COLUMN(NAME=&quot;appraisal_spec_table.max_rating&quot;) COLUMN(NAME=&quot;appraisal_spec_table.overall_perc&quot;) COLUMN(NAME=&quot;appraisal_spec_table.chg_date&quot;) COLUMN(NAME=&quot;appraisal_spec_table.chg_user&quot;) COLUMN(NAME=&quot;appraisal_spec_table.chg_term&quot;) COLUMN(NAME=&quot;appraisal_spec.spec_details&quot;) JOIN (LEFT=&quot;appraisal_spec_table.appr_spec&quot; OP =&quot;=&quot;RIGHT=&quot;appraisal_spec.appr_spec&quot; )) </retrieve>
<update>APPRAISAL_SPEC_TABLE</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
</TableDefinition>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1165</x>
<y>2</y>
<height>18</height>
<width>123</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_overall_perc</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>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Max Rating</text>
<border>0</border>
<color>33554432</color>
<x>1040</x>
<y>2</y>
<height>15</height>
<width>123</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_max_rating_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Appr Tblno</text>
<border>0</border>
<color>33554432</color>
<x>2</x>
<y>2</y>
<height>15</height>
<width>123</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_appr_tblno_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Appr Specification</text>
<border>0</border>
<color>33554432</color>
<x>127</x>
<y>2</y>
<height>15</height>
<width>123</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_appr_spec_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Spec Details</text>
<border>0</border>
<color>33554432</color>
<x>252</x>
<y>2</y>
<height>15</height>
<width>661</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_spec_details_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Min Rating</text>
<border>0</border>
<color>33554432</color>
<x>915</x>
<y>2</y>
<height>15</height>
<width>123</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_min_rating_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg Date</text>
<border>0</border>
<color>33554432</color>
<x>1290</x>
<y>2</y>
<height>15</height>
<width>176</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_chg_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Overall Percentage</text>
<border>0</border>
<color>33554432</color>
<x>1165</x>
<y>2</y>
<height>15</height>
<width>123</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_overall_perc_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg Term</text>
<border>0</border>
<color>33554432</color>
<x>1593</x>
<y>2</y>
<height>15</height>
<width>128</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_chg_term_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Chg User</text>
<border>0</border>
<color>33554432</color>
<x>1468</x>
<y>2</y>
<height>15</height>
<width>123</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_chg_user_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1593</x>
<y>2</y>
<height>18</height>
<width>128</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_chg_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1468</x>
<y>2</y>
<height>18</height>
<width>123</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1290</x>
<y>2</y>
<height>18</height>
<width>176</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_chg_date</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>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>1040</x>
<y>2</y>
<height>18</height>
<width>123</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_max_rating</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>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>1</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>915</x>
<y>2</y>
<height>18</height>
<width>123</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_min_rating</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>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>252</x>
<y>2</y>
<height>18</height>
<width>661</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_spec_details</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>100</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>127</x>
<y>2</y>
<height>18</height>
<width>123</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_appr_spec</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>2</x>
<y>2</y>
<height>18</height>
<width>123</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appraisal_spec_table_appr_tblno</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</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>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow>
<Release>9</Release>
<BaseDefinition>
<units>1</units>
<timer_interval>0</timer_interval>
<color>67108864</color>
<processing>0</processing>
<HTMLDW>no</HTMLDW>
<print>
<documentname></documentname>
<printername></printername>
<orientation>0</orientation>
<margin>
<left>24</left>
<right>24</right>
<top>24</top>
<bottom>24</bottom>
</margin>
<paper>
<source>0</source>
<size>0</size>
</paper>
<prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons>
<preview.buttons>no</preview.buttons>
<cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob>
</print>
</BaseDefinition>
<Summary>
<height>0</height>
<color>536870912</color>
</Summary>
<Footer>
<height>0</height>
<color>536870912</color>
</Footer>
<Detail>
<height>156</height>
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>appr_tblno</name>
<dbname>appraisal_spec_table.appr_tblno</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>appr_spec</name>
<dbname>appraisal_spec_table.appr_spec</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>min_rating</name>
<dbname>appraisal_spec_table.min_rating</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>max_rating</name>
<dbname>appraisal_spec_table.max_rating</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>overall_perc</name>
<dbname>appraisal_spec_table.overall_perc</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>appraisal_spec_table.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>appraisal_spec_table.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>appraisal_spec_table.chg_term</dbname>
</table_column>
<table_column>
<type size="100">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>spec_details</name>
<dbname>appraisal_spec.spec_details</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;appraisal_spec_table&quot; ) TABLE(NAME=&quot;appraisal_spec&quot; ) COLUMN(NAME=&quot;appraisal_spec_table.appr_tblno&quot;) COLUMN(NAME=&quot;appraisal_spec_table.appr_spec&quot;) COLUMN(NAME=&quot;appraisal_spec_table.min_rating&quot;) COLUMN(NAME=&quot;appraisal_spec_table.max_rating&quot;) COLUMN(NAME=&quot;appraisal_spec_table.overall_perc&quot;) COLUMN(NAME=&quot;appraisal_spec_table.chg_date&quot;) COLUMN(NAME=&quot;appraisal_spec_table.chg_user&quot;) COLUMN(NAME=&quot;appraisal_spec_table.chg_term&quot;) COLUMN(NAME=&quot;appraisal_spec.spec_details&quot;) JOIN (LEFT=&quot;appraisal_spec_table.appr_spec&quot; OP =&quot;=&quot;RIGHT=&quot;appraisal_spec.appr_spec&quot; OUTER1 =&quot;appraisal_spec_table.appr_spec&quot; )WHERE( EXP1 =&quot;~&quot;APPRAISAL_SPEC_TABLE~&quot;.~&quot;APPR_TBLNO~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:as_appr_tblno&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;~&quot;APPRAISAL_SPEC_TABLE~&quot;.~&quot;APPR_SPEC~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:as_appr_spec&quot; ) ) ARG(NAME = &quot;as_appr_tblno&quot; TYPE = string) ARG(NAME = &quot;as_appr_spec&quot; TYPE = string) </retrieve>
<update>APPRAISAL_SPEC_TABLE</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>as_appr_tblno</name>
<type>string</type>
</argument>
<argument>
<name>as_appr_spec</name>
<type>string</type>
</argument>
</TableDefinition>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>33554432</color>
<x>154</x>
<y>10</y>
<height>18</height>
<width>48</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appr_tblno</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Appraisal Table no:</text>
<border>0</border>
<color>33554432</color>
<x>37</x>
<y>10</y>
<height>15</height>
<width>111</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appr_tblno_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>33554432</color>
<x>154</x>
<y>35</y>
<height>18</height>
<width>48</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appr_spec</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>134217742</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Appraisal Specification:</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>35</y>
<height>15</height>
<width>136</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>appr_spec_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>1</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>33554432</color>
<x>154</x>
<y>60</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>overall_perc</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>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>134217742</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Overall Percentage:</text>
<border>0</border>
<color>33554432</color>
<x>35</x>
<y>60</y>
<height>15</height>
<width>113</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>overall_perc_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>1</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>33554432</color>
<x>154</x>
<y>85</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>min_rating</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>134217742</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Min Rating:</text>
<border>0</border>
<color>33554432</color>
<x>74</x>
<y>85</y>
<height>15</height>
<width>74</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>min_rating_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Max Rating:</text>
<border>0</border>
<color>33554432</color>
<x>286</x>
<y>85</y>
<height>15</height>
<width>74</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>max_rating_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>210</x>
<y>35</y>
<height>16</height>
<width>252</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spec_details</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>1</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>33554432</color>
<x>366</x>
<y>85</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>max_rating</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>134217742</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>92</x>
<y>123</y>
<height>18</height>
<width>96</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</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>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>134217742</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Date:</text>
<border>0</border>
<color>33554432</color>
<x>13</x>
<y>123</y>
<height>15</height>
<width>74</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</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>Chg User:</text>
<border>0</border>
<color>33554432</color>
<x>196</x>
<y>123</y>
<height>15</height>
<width>74</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>275</x>
<y>123</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>134217742</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Term:</text>
<border>0</border>
<color>33554432</color>
<x>378</x>
<y>123</y>
<height>15</height>
<width>74</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>457</x>
<y>123</y>
<height>18</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>134217742</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>
SET DEFINE OFF;
----------------------------------[APPRAISAL_SPEC][SYSTABLE][START][17/10/2017]---------------------------------------------
Insert into ITM2MENU (APPLICATION,LEVEL_1,LEVEL_2,LEVEL_3,LEVEL_4,LEVEL_5,WIN_NAME,DESCR,COMMENTS,MENU_PATH,ICON_PATH,OBJ_TYPE,MOB_DEPLOY,CHG_USER,CHG_TERM,OPEN_ICON,CLOSE_ICON,CHG_DATE,DEFAULT_STATE,DEF_ACTION) values ('SFA',1,2,22,0,0,'w_appraisal_spec','Appraisal Specification','Appraisal Specification','SFA.1.2.22.0.0','strategicmaster.png','T',null,null,null,null,null,null,null,null);
Insert into TRANSETUP (TRAN_WINDOW,SAVE_FLAG,VAL_FLAG,KEY_FLAG,KEY_STRING,UDF_1,UDF_2,UDF_3,UDF_4,UDF_5,REPEATE_ADD,CHG_DATE,CHG_USER,CHG_TERM,EDI_OPTION,SITE_ACC_COL,CONFIRM_COL,CONFIRM_VAL,REPEAT_ADD_DET,LOAD_MODE,AUTO_CONFIRM,LEDG_POST_CONF,CHG_DATE_ON_CONF,TRAN_ID_COL,MAIL_OPTION,CONFIRM_MODE,GARBAGE_OPT,VAL_FLAG_EDI,VERIFY_PASSWORD,TABLE_NAME,APPLICATION,TABLE_DESC,TRAN_DATE_COL,SALES_PERS_ACC_COL,CUST_ACC_COL,SUPP_ACC_COL,ITEM_SER_ACC_COL,EMP_ACC_COL,WORKFLOW_OPT,TRAN_ID__FROM,TRAN_ID__TO,MULTITIRE_OPT,REF_SER,VIEW_MODE,TABLE_NAME_DET1,TABLE_NAME_DET2,TABLE_NAME_DET3,TAX_FORMS,SIGN_STATUS,USER_TRAN_WINDOW,CUSTOM_PREVIEW_OBJ,CHILDDATA_ARGOPT,IGNOREERRLIST_ONLOAD,EDIT_TMPLT,WRKFLW_INIT,FORMAL_ARGS,EDIT_OPT,AUDIT_TRAIL_OPT,CACHE_OPT,EDIT_EXPR,EDIT_EXPR_INP,RATE_COL,QTY_COL,TRAN_COMPL_MSG,EXEC_TYPE,PERIOD_OPTION,WRKFLW_PRIORITY,DISP_META_DATA,START_FORM,ISATTACHMENT,ALLOW_ATTACH,HEADER_FORM_NO,MSG_ONSAVE,WF_STATUS,CONFIRM_DATE_COL,CONFIRM_BY_COL,PROFILE_ID__RES,TRANSFER_MODE,PRINT_CONTROL,RCP_CACHE_STATUS,OPTIMIZE_MODE,EDITTAX,ITEM_SER_ACC_CODE,REPEATADDDET,ISGWTINITIATED,RESTART_FORM,BROW_DATA_DEF,VIEW_OPTS,DEF_VIEW,FUNCTION_TYPE,COMPL_ACTION,CANCEL_COL,CANCEL_VAL,IN_WF_COL,IN_WF_VAL,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,CMS_PATH,DEFAULT_DATA_ROW,DEFAULT_EDITOR,OFFLINE_OPT,MSG_NO,ATTACH_COUNT_MIN,ENABLE_EDITOR) values ('w_appraisal_spec ','2','2','M',null,null,null,null,null,null,'N',SYSDATE,'BASE','BASE','0',null,null,null,'N',null,null,'N',null,'APPR_SPEC',null,'0',null,null,null,'appraisal_spec','SFA',null,null,null,null,null,null,null,'0',null,null,null,'APPRSP','F',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_FORMS (WIN_NAME,TITLE,OBJ_BROW_NAME,OBJ_EDIT_NAME,CROSS_UPDATE_EXPR,EXPR_FLD_INFO,TARGET_FLD_INFO,EXPR_COMMENT,FORM_NO,SCR_FLAG,SCAN_FLAG,SCAN_METADATA,AUTO_ACCEPT_SCAN,PROPERTY_INFO,SCAN_DELIMITER,EXT_METADATA,EXT_SETUP,AFTER_SAVE,COLUMN_ON_SAVE,AUTO_ACCEPT_WEIGHDATA,PARENT_KEY_COL,DISP_METADATA,FORM_TYPE,ASSISTED_MODE,RATE_COL,QTY_COL,STORAGE_KEY_METADATA,DEFAULT_VIEW,SELECTION_MODE,EXT_COM,AUTO_ADDON_ENTRY,FREEZE_COL_POS,DEFAULT_ROW_CNT,IS_MANDATORY,TRAN_ID_COL,KEY_INFO,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,FORM_NAME,FORM_ICON,SELECTION_OPT,FORM_VIEW_OPTS) values ('w_appraisal_spec','Appraisal Spec',null,null,null,null,null,null,'1','F',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,RIGHTS_CHAR,INTERACTIVE,SERVICE_CODE,DESCRIPTION,TITLE,IMAGE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_USER,CHG_TERM,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,MULTI_ROW_OPT,ACTION_ID,SWIPE_POSITION,ACTION_GROUP,ACTION_ARG,DEF_NODATA) values ('appraisal_spec',1,'A','a','a','Adding New','Add','add~normal.gif','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,RIGHTS_CHAR,INTERACTIVE,SERVICE_CODE,DESCRIPTION,TITLE,IMAGE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_USER,CHG_TERM,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,MULTI_ROW_OPT,ACTION_ID,SWIPE_POSITION,ACTION_GROUP,ACTION_ARG,DEF_NODATA) values ('appraisal_spec',2,'E','a','a','Editing Existing Record','Edit','edit~normal.gif','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into SYSTEM_EVENTS (OBJ_NAME,EVENT_CODE,EVENT_CONTEXT,SERVICE_CODE,METHOD_RULE,CHG_DATE,CHG_USER,CHG_TERM,RESULT_HANDLE,OVERWRITE_CORE,COMP_TYPE,COMP_NAME,COMM_FORMAT) values ('appraisal_spec','pre_validate','1','prv_appraisal_spec',null,to_date('05-02-08','DD-MM-RR'),'BASE','BASE','2','0','EJB','AppraisalSpecEJB',null);
Insert into SYSTEM_EVENT_SERVICES (SERVICE_CODE,SERVICE_DESCR,SERVICE_URI,SERVICE_PROVIDER,METHOD_NAME,RETURN_VALUE,RETURN_TYPE,RETURN_DESCR,CHG_DATE,CHG_USER,CHG_TERM,RETURN_XFRM,RETURN_XFRM_XSL,ARG_XFRM_XSL) values ('prv_appraisal_spec','pre validate appraisal_spec','http://localhost:9090/axis/services/ValidatorService',null,'wfValData','String','S',null,to_date('03-04-04','DD-MM-RR'),'BASE','BASE',null, EMPTY_BLOB(), EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec',1,'COMPONENT_TYPE','l',null,'S',null,SYSDATE,'BASE','BASE','EJB', EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec',2,'COMPONENT_NAME','l',null,'S',null,SYSDATE,'BASE','BASE','prv_appraisal_spec', EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec',3,'XML_DATA','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec',4,'XML_DATA_1','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec',5,'XML_DATA_ALL','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec',6,'OBJ_CONTEXT','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec',7,'EDIT_FLAG','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec',8,'XTRA_PARAMS','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
----------------------------------[APPRAISAL_SPEC][SYSTABLE][END][17/10/2017]---------------------------------------------
----------------------------------[APPRAISAL_SPEC][MESSAGES][START][17/10/2017]---------------------------------------------
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION,SOLUTION) values ('VTAPPRSPEC','NULL APPRAISAL SPEC','APPRAISAL SPECIFICATION CAN NOT BE NULL','E',null,1,null,null,SYSDATE,'BASE','BASE',null,null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION,SOLUTION) values ('VTSPECDETS','NULL SPECIFICATION DETAILS','SPECIFICATION DETAILS CAN NOT BE NULL','E',null,1,null,null,SYSDATE,'BASE','BASE',null,null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION,SOLUTION) values ('VTSPECPARE','INVALID SPECIFICATION PARENT','PLEASE ENTER EXISTING APPRAISAL SPECIFICATION PARENT','E',null,1,null,null,SYSDATE,'BASE','BASE',null,null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION,SOLUTION) values ('VTINVLSPEC','INVALID APPR SPECIFICATION','PLEASE ENTER APPRAISAL SPECIFICATION WHICH DOES NOT EXIT IN MASTER','E',null,1,null,null,SYSDATE,'BASE','BASE',null,null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION,SOLUTION) values ('VTNULLSQL','NULL SQL FIELD','PLEASE ENTER SQL VALUE.','E',null,1,null,null,SYSDATE,'BASE','BASE',null,null,null);
----------------------------------[APPRAISAL_SPEC][MESSAGES][END][17/10/2017]---------------------------------------------
----------------------------------[APPRAISAL_SPEC][POPHELP][START][17/10/2017]---------------------------------------------
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,POPUP_XSL_NAME,HELP_OPTION,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_FILL_LEN) values ('APPR_SPEC__PARENT','W_APPRAISAL_SPEC','SELECT appr_spec, SPEC_DETAILS,DESCR FROM appraisal_spec WHERE APPR_SPEC like UPPER(''?%'')',null,'APPRAISAL SPEC',0,0,to_date('16-10-17','DD-MM-RR'),'BASE ','BASE ',null,null,':appr_spec__parent',1,null,null,null,null,null,null,null,'1',null,null,null,'2');
----------------------------------[APPRAISAL_SPEC][POPHELP][END][17/10/2017]---------------------------------------------
\ No newline at end of file
SET DEFINE OFF;
----------------------------------[APPRAISAL_SPEC_TBL][SYSTABLE][START][17/10/2017]---------------------------------------------
Insert into ITM2MENU (APPLICATION,LEVEL_1,LEVEL_2,LEVEL_3,LEVEL_4,LEVEL_5,WIN_NAME,DESCR,COMMENTS,MENU_PATH,ICON_PATH,OBJ_TYPE,MOB_DEPLOY,CHG_USER,CHG_TERM,OPEN_ICON,CLOSE_ICON,CHG_DATE,DEFAULT_STATE,DEF_ACTION) values ('SFA',1,2,23,0,0,'w_appraisal_spec_tbl','Appraisal Specification Table','Appraisal Specification Table','SFA.1.2.23.0.0','strategicmaster.png','T',null,null,null,null,null,null,null,null);
Insert into TRANSETUP (TRAN_WINDOW,SAVE_FLAG,VAL_FLAG,KEY_FLAG,KEY_STRING,UDF_1,UDF_2,UDF_3,UDF_4,UDF_5,REPEATE_ADD,CHG_DATE,CHG_USER,CHG_TERM,EDI_OPTION,SITE_ACC_COL,CONFIRM_COL,CONFIRM_VAL,REPEAT_ADD_DET,LOAD_MODE,AUTO_CONFIRM,LEDG_POST_CONF,CHG_DATE_ON_CONF,TRAN_ID_COL,MAIL_OPTION,CONFIRM_MODE,GARBAGE_OPT,VAL_FLAG_EDI,VERIFY_PASSWORD,TABLE_NAME,APPLICATION,TABLE_DESC,TRAN_DATE_COL,SALES_PERS_ACC_COL,CUST_ACC_COL,SUPP_ACC_COL,ITEM_SER_ACC_COL,EMP_ACC_COL,WORKFLOW_OPT,TRAN_ID__FROM,TRAN_ID__TO,MULTITIRE_OPT,REF_SER,VIEW_MODE,TABLE_NAME_DET1,TABLE_NAME_DET2,TABLE_NAME_DET3,TAX_FORMS,SIGN_STATUS,USER_TRAN_WINDOW,CUSTOM_PREVIEW_OBJ,CHILDDATA_ARGOPT,IGNOREERRLIST_ONLOAD,EDIT_TMPLT,WRKFLW_INIT,FORMAL_ARGS,EDIT_OPT,AUDIT_TRAIL_OPT,CACHE_OPT,EDIT_EXPR,EDIT_EXPR_INP,RATE_COL,QTY_COL,TRAN_COMPL_MSG,EXEC_TYPE,PERIOD_OPTION,WRKFLW_PRIORITY,DISP_META_DATA,START_FORM,ISATTACHMENT,ALLOW_ATTACH,HEADER_FORM_NO,MSG_ONSAVE,WF_STATUS,CONFIRM_DATE_COL,CONFIRM_BY_COL,PROFILE_ID__RES,TRANSFER_MODE,PRINT_CONTROL,RCP_CACHE_STATUS,OPTIMIZE_MODE,EDITTAX,ITEM_SER_ACC_CODE,REPEATADDDET,ISGWTINITIATED,RESTART_FORM,BROW_DATA_DEF,VIEW_OPTS,DEF_VIEW,FUNCTION_TYPE,COMPL_ACTION,CANCEL_COL,CANCEL_VAL,IN_WF_COL,IN_WF_VAL,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,CMS_PATH,DEFAULT_DATA_ROW,DEFAULT_EDITOR,OFFLINE_OPT,MSG_NO,ATTACH_COUNT_MIN,ENABLE_EDITOR) values ('w_appraisal_spec_tbl','2','2','M','seq10',null,null,null,null,null,'N',SYSDATE,'BASE','BASE','0',null,null,null,'N',null,null,'N',null,'appr_tblno',null,'0',null,null,null,'appraisal_spec_table','SFA',null,null,null,null,null,null,null,'0',null,null,null,'APRSPT','F',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_FORMS (WIN_NAME,TITLE,OBJ_BROW_NAME,OBJ_EDIT_NAME,CROSS_UPDATE_EXPR,EXPR_FLD_INFO,TARGET_FLD_INFO,EXPR_COMMENT,FORM_NO,SCR_FLAG,SCAN_FLAG,SCAN_METADATA,AUTO_ACCEPT_SCAN,PROPERTY_INFO,SCAN_DELIMITER,EXT_METADATA,EXT_SETUP,AFTER_SAVE,COLUMN_ON_SAVE,AUTO_ACCEPT_WEIGHDATA,PARENT_KEY_COL,DISP_METADATA,FORM_TYPE,ASSISTED_MODE,RATE_COL,QTY_COL,STORAGE_KEY_METADATA,DEFAULT_VIEW,SELECTION_MODE,EXT_COM,AUTO_ADDON_ENTRY,FREEZE_COL_POS,DEFAULT_ROW_CNT,IS_MANDATORY,TRAN_ID_COL,KEY_INFO,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,FORM_NAME,FORM_ICON,SELECTION_OPT,FORM_VIEW_OPTS) values ('w_appraisal_spec_tbl','Appraisal Table',null,null,null,null,null,null,'1',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,RIGHTS_CHAR,INTERACTIVE,SERVICE_CODE,DESCRIPTION,TITLE,IMAGE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_USER,CHG_TERM,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,MULTI_ROW_OPT,ACTION_ID,SWIPE_POSITION,ACTION_GROUP,ACTION_ARG,DEF_NODATA) values ('appraisal_spec_tbl',1,'A','a','a','Adding New','Add','add~normal.gif','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,RIGHTS_CHAR,INTERACTIVE,SERVICE_CODE,DESCRIPTION,TITLE,IMAGE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_USER,CHG_TERM,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,MULTI_ROW_OPT,ACTION_ID,SWIPE_POSITION,ACTION_GROUP,ACTION_ARG,DEF_NODATA) values ('appraisal_spec_tbl',2,'E','a','a','Editing Existing Record','Edit','edit~normal.gif','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('appraisal_spec_tbl','1','appr_spec','Y');
Insert into SYSTEM_EVENTS (OBJ_NAME,EVENT_CODE,EVENT_CONTEXT,SERVICE_CODE,METHOD_RULE,CHG_DATE,CHG_USER,CHG_TERM,RESULT_HANDLE,OVERWRITE_CORE,COMP_TYPE,COMP_NAME,COMM_FORMAT) values ('appraisal_spec_tbl','post_item_change','1','poic_appraisal_spec_tbl',null,to_date('05-FEB-08','DD-MON-RR'),'BASE','BASE','2','0','EJB','WsfaApprSpecTbl',null);
Insert into SYSTEM_EVENTS (OBJ_NAME,EVENT_CODE,EVENT_CONTEXT,SERVICE_CODE,METHOD_RULE,CHG_DATE,CHG_USER,CHG_TERM,RESULT_HANDLE,OVERWRITE_CORE,COMP_TYPE,COMP_NAME,COMM_FORMAT) values ('appraisal_spec_tbl','pre_validate','1','prv_appraisal_spec_tbl',null,to_date('05-FEB-08','DD-MON-RR'),'BASE','BASE','2','0','EJB','WsfaApprSpecTbl',null);
Insert into SYSTEM_EVENT_SERVICES (SERVICE_CODE,SERVICE_DESCR,SERVICE_URI,SERVICE_PROVIDER,METHOD_NAME,RETURN_VALUE,RETURN_TYPE,RETURN_DESCR,CHG_DATE,CHG_USER,CHG_TERM,RETURN_XFRM,RETURN_XFRM_XSL,ARG_XFRM_XSL) values ('poic_appraisal_spec_tbl','itemchanged','http://localhost:9090/axis/services/ValidatorService',null,'itemChanged','String','S',null,to_date('03-APR-04','DD-MON-RR'),'BASE','BASE',null, EMPTY_BLOB(), EMPTY_BLOB());
Insert into SYSTEM_EVENT_SERVICES (SERVICE_CODE,SERVICE_DESCR,SERVICE_URI,SERVICE_PROVIDER,METHOD_NAME,RETURN_VALUE,RETURN_TYPE,RETURN_DESCR,CHG_DATE,CHG_USER,CHG_TERM,RETURN_XFRM,RETURN_XFRM_XSL,ARG_XFRM_XSL) values ('prv_appraisal_spec_tbl','pre validate appraisal_spec_tbl','http://localhost:9090/axis/services/ValidatorService',null,'wfValData','String','S',null,to_date('03-APR-04','DD-MON-RR'),'BASE','BASE',null, EMPTY_BLOB(), EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('poic_appraisal_spec_tbl',1,'COMPONENT_TYPE','l',null,'S',null,SYSDATE,'BASE','BASE','EJB', EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('poic_appraisal_spec_tbl',2,'COMPONENT_NAME','l',null,'S',null,SYSDATE,'BASE','BASE','WsfaAppraisalSpecTbl', EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('poic_appraisal_spec_tbl',3,'XML_DATA','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('poic_appraisal_spec_tbl',4,'XML_DATA_1','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('poic_appraisal_spec_tbl',5,'XML_DATA_2','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('poic_appraisal_spec_tbl',6,'OBJ_CONTEXT','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('poic_appraisal_spec_tbl',7,'FOCUSED_COLUMN','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('poic_appraisal_spec_tbl',8,'EDIT_FLAG','I',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('poic_appraisal_spec_tbl',9,'XTRA_PARAMS','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec_tbl',1,'COMPONENT_TYPE','l',null,'S',null,SYSDATE,'BASE','BASE','EJB', EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec_tbl',2,'COMPONENT_NAME','l',null,'S',null,SYSDATE,'BASE','BASE','prv_appraisal_spec_tbl', EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec_tbl',3,'XML_DATA','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec_tbl',4,'XML_DATA_1','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec_tbl',5,'XML_DATA_2','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec_tbl',6,'OBJ_CONTEXT','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec_tbl',7,'EDIT_FLAG','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE,ARG_XFRM_XSL) values ('prv_appraisal_spec_tbl',8,'XTRA_PARAMS','l',null,'S',null,SYSDATE,'BASE','BASE',null, EMPTY_BLOB());
----------------------------------[APPRAISAL_SPEC_TBL][SYSTABLE][END][17/10/2017]---------------------------------------------
----------------------------------[APPRAISAL_SPEC_TBL][MESSAGES][START][17/10/2017]---------------------------------------------
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION,SOLUTION) values ('APRTBLNONL','Combination already exists','This appraisal specification already exists for this appraisal table no','E',null,null,null,null,null,null,null,null,null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION,SOLUTION) values ('NLAPRTBLNO','Blank Appraisal Table No','Appraisal Table No can not be blank','E',null,null,null,null,null,null,null,null,null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION,SOLUTION) values ('NTFMLSTAPS','Not From List','This Appraisal Specification does not exists in Master Entry','E',null,null,null,null,null,null,null,null,null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION,SOLUTION) values ('NULAPPRSPC','Blank Appraisal Specification','Appraisal Specification can not be blank.','E',null,null,null,null,null,null,null,null,null,null);
----------------------------------[APPRAISAL_SPEC_TBL][MESSAGES][END][17/10/2017]---------------------------------------------
----------------------------------[APPRAISAL_SPEC_TBL][POPHELP][START][17/10/2017]---------------------------------------------
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,POPUP_XSL_NAME,HELP_OPTION,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_FILL_LEN) values ('APPR_SPEC','W_APPRAISAL_SPEC_TBL','SELECT APPR_SPEC, SPEC_DETAILS FROM APPRAISAL_SPEC',null,'Appraisal Spec',null,null,to_date('19-12-12','DD-MM-RR'),'ADMIN ','192.168.0.22 ','0',null,null,0,null,null,null,null,null,null,null,null,null,null,null,null);
----------------------------------[APPRAISAL_SPEC_TBL][POPHELP][END][17/10/2017]---------------------------------------------
\ No newline at end of file
$PBExportHeader$appraisal_spec_tbl11.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=17 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=22 color="536870912" )
table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=appraisal_spec_table_appr_tblno dbname="appraisal_spec_table.appr_tblno" )
column=(type=char(5) update=yes updatewhereclause=yes key=yes name=appraisal_spec_table_appr_spec dbname="appraisal_spec_table.appr_spec" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=appraisal_spec_table_min_rating dbname="appraisal_spec_table.min_rating" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=appraisal_spec_table_max_rating dbname="appraisal_spec_table.max_rating" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=appraisal_spec_table_overall_perc dbname="appraisal_spec_table.overall_perc" )
column=(type=datetime update=yes updatewhereclause=yes name=appraisal_spec_table_chg_date dbname="appraisal_spec_table.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=appraisal_spec_table_chg_user dbname="appraisal_spec_table.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=appraisal_spec_table_chg_term dbname="appraisal_spec_table.chg_term" )
column=(type=char(100) updatewhereclause=yes name=appraisal_spec_spec_details dbname="appraisal_spec.spec_details" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"appraisal_spec_table~" ) TABLE(NAME=~"appraisal_spec~" ) COLUMN(NAME=~"appraisal_spec_table.appr_tblno~") COLUMN(NAME=~"appraisal_spec_table.appr_spec~") COLUMN(NAME=~"appraisal_spec_table.min_rating~") COLUMN(NAME=~"appraisal_spec_table.max_rating~") COLUMN(NAME=~"appraisal_spec_table.overall_perc~") COLUMN(NAME=~"appraisal_spec_table.chg_date~") COLUMN(NAME=~"appraisal_spec_table.chg_user~") COLUMN(NAME=~"appraisal_spec_table.chg_term~") COLUMN(NAME=~"appraisal_spec.spec_details~") JOIN (LEFT=~"appraisal_spec_table.appr_spec~" OP =~"=~"RIGHT=~"appraisal_spec.appr_spec~" )) " update="APPRAISAL_SPEC_TABLE" updatewhere=0 updatekeyinplace=no )
column(band=detail id=5 alignment="1" tabsequence=32766 border="0" color="33554432" x="1165" y="2" height="18" width="123" format="[general]" html.valueishtml="0" name=appraisal_spec_table_overall_perc visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Max Rating" border="0" color="33554432" x="1040" y="2" height="15" width="123" html.valueishtml="0" name=appraisal_spec_table_max_rating_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Appr Tblno" border="0" color="33554432" x="2" y="2" height="15" width="123" html.valueishtml="0" name=appraisal_spec_table_appr_tblno_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Appr Specification" border="0" color="33554432" x="127" y="2" height="15" width="123" html.valueishtml="0" name=appraisal_spec_table_appr_spec_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Spec Details" border="0" color="33554432" x="252" y="2" height="15" width="661" html.valueishtml="0" name=appraisal_spec_spec_details_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Min Rating" border="0" color="33554432" x="915" y="2" height="15" width="123" html.valueishtml="0" name=appraisal_spec_table_min_rating_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Chg Date" border="0" color="33554432" x="1290" y="2" height="15" width="176" html.valueishtml="0" name=appraisal_spec_table_chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Overall Percentage" border="0" color="33554432" x="1165" y="2" height="15" width="123" html.valueishtml="0" name=appraisal_spec_table_overall_perc_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Chg Term" border="0" color="33554432" x="1593" y="2" height="15" width="128" html.valueishtml="0" name=appraisal_spec_table_chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Chg User" border="0" color="33554432" x="1468" y="2" height="15" width="123" html.valueishtml="0" name=appraisal_spec_table_chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="1593" y="2" height="18" width="128" format="[general]" html.valueishtml="0" name=appraisal_spec_table_chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="1468" y="2" height="18" width="123" format="[general]" html.valueishtml="0" name=appraisal_spec_table_chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="1290" y="2" height="18" width="176" format="[shortdate] [time]" html.valueishtml="0" name=appraisal_spec_table_chg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="1" tabsequence=32766 border="0" color="33554432" x="1040" y="2" height="18" width="123" format="[general]" html.valueishtml="0" name=appraisal_spec_table_max_rating visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="915" y="2" height="18" width="123" format="[general]" html.valueishtml="0" name=appraisal_spec_table_min_rating visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="252" y="2" height="18" width="661" format="[general]" html.valueishtml="0" name=appraisal_spec_spec_details visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="127" y="2" height="18" width="123" format="[general]" html.valueishtml="0" name=appraisal_spec_table_appr_spec visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="18" width="123" format="[general]" html.valueishtml="0" name=appraisal_spec_table_appr_tblno visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$appraisal_spec_tbl21.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=156 color="536870912" )
table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=appr_tblno dbname="appraisal_spec_table.appr_tblno" )
column=(type=char(5) update=yes updatewhereclause=yes key=yes name=appr_spec dbname="appraisal_spec_table.appr_spec" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=min_rating dbname="appraisal_spec_table.min_rating" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=max_rating dbname="appraisal_spec_table.max_rating" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=overall_perc dbname="appraisal_spec_table.overall_perc" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="appraisal_spec_table.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="appraisal_spec_table.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="appraisal_spec_table.chg_term" )
column=(type=char(100) updatewhereclause=yes name=spec_details dbname="appraisal_spec.spec_details" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"appraisal_spec_table~" ) TABLE(NAME=~"appraisal_spec~" ) COLUMN(NAME=~"appraisal_spec_table.appr_tblno~") COLUMN(NAME=~"appraisal_spec_table.appr_spec~") COLUMN(NAME=~"appraisal_spec_table.min_rating~") COLUMN(NAME=~"appraisal_spec_table.max_rating~") COLUMN(NAME=~"appraisal_spec_table.overall_perc~") COLUMN(NAME=~"appraisal_spec_table.chg_date~") COLUMN(NAME=~"appraisal_spec_table.chg_user~") COLUMN(NAME=~"appraisal_spec_table.chg_term~") COLUMN(NAME=~"appraisal_spec.spec_details~") JOIN (LEFT=~"appraisal_spec_table.appr_spec~" OP =~"=~"RIGHT=~"appraisal_spec.appr_spec~" OUTER1 =~"appraisal_spec_table.appr_spec~" )WHERE( EXP1 =~"~~~"APPRAISAL_SPEC_TABLE~~~".~~~"APPR_TBLNO~~~"~" OP =~"=~" EXP2 =~":as_appr_tblno~" LOGIC =~"and~" ) WHERE( EXP1 =~"~~~"APPRAISAL_SPEC_TABLE~~~".~~~"APPR_SPEC~~~"~" OP =~"=~" EXP2 =~":as_appr_spec~" ) ) ARG(NAME = ~"as_appr_tblno~" TYPE = string) ARG(NAME = ~"as_appr_spec~" TYPE = string) " update="APPRAISAL_SPEC_TABLE" updatewhere=0 updatekeyinplace=no arguments=(("as_appr_tblno", string),("as_appr_spec", string)) )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="154" y="10" height="18" width="48" format="[general]" html.valueishtml="0" name=appr_tblno visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Appraisal Table no:" border="0" color="33554432" x="37" y="10" height="15" width="111" html.valueishtml="0" name=appr_tblno_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="154" y="35" height="18" width="48" format="[general]" html.valueishtml="0" name=appr_spec visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="134217742" )
text(band=detail alignment="1" text="Appraisal Specification:" border="0" color="33554432" x="12" y="35" height="15" width="136" html.valueishtml="0" name=appr_spec_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="1" tabsequence=30 border="5" color="33554432" x="154" y="60" height="18" width="96" format="[general]" html.valueishtml="0" name=overall_perc visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="134217742" )
text(band=detail alignment="1" text="Overall Percentage:" border="0" color="33554432" x="35" y="60" height="15" width="113" html.valueishtml="0" name=overall_perc_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="1" tabsequence=40 border="5" color="33554432" x="154" y="85" height="18" width="96" format="[general]" html.valueishtml="0" name=min_rating visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="134217742" )
text(band=detail alignment="1" text="Min Rating:" border="0" color="33554432" x="74" y="85" height="15" width="74" html.valueishtml="0" name=min_rating_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Max Rating:" border="0" color="33554432" x="286" y="85" height="15" width="74" html.valueishtml="0" name=max_rating_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="33554432" x="210" y="35" height="16" width="252" format="[general]" html.valueishtml="0" name=spec_details visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="1" tabsequence=50 border="5" color="33554432" x="366" y="85" height="18" width="96" format="[general]" html.valueishtml="0" name=max_rating visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="134217742" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="33554432" x="92" y="123" height="18" width="96" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="134217742" )
text(band=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="13" y="123" height="15" width="74" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg User:" border="0" color="33554432" x="196" y="123" height="15" width="74" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="33554432" x="275" y="123" 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="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="134217742" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="378" y="123" height="15" width="74" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="33554432" x="457" y="123" height="18" width="96" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="134217742" )
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_appraisal_spec_brow.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=19 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=22 color="536870912" )
table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=appr_spec dbname="appraisal_spec.appr_spec" )
column=(type=char(100) update=yes updatewhereclause=yes name=spec_details dbname="appraisal_spec.spec_details" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=min_rating dbname="appraisal_spec.min_rating" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=max_rating dbname="appraisal_spec.max_rating" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=overall_perc dbname="appraisal_spec.overall_perc" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="appraisal_spec.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="appraisal_spec.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="appraisal_spec.chg_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=auto_calc dbname="appraisal_spec.auto_calc" )
column=(type=char(250) update=yes updatewhereclause=yes name=calc_method dbname="appraisal_spec.calc_method" )
column=(type=char(1) update=yes updatewhereclause=yes name=method_type dbname="appraisal_spec.method_type" )
column=(type=char(100) update=yes updatewhereclause=yes name=method_input dbname="appraisal_spec.method_input" )
column=(type=char(200) update=yes updatewhereclause=yes name=sql_input dbname="appraisal_spec.sql_input" )
column=(type=char(250) update=yes updatewhereclause=yes name=formula dbname="appraisal_spec.formula" )
column=(type=char(4000) update=yes updatewhereclause=yes name=sql dbname="appraisal_spec.sql" )
column=(type=char(1) update=yes updatewhereclause=yes name=calc_pattern dbname="appraisal_spec.calc_pattern" )
column=(type=char(1) update=yes updatewhereclause=yes name=spec_category dbname="appraisal_spec.spec_category" )
column=(type=char(1) update=yes updatewhereclause=yes name=spec_type dbname="appraisal_spec.spec_type" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=denominator dbname="appraisal_spec.denominator" )
column=(type=char(1) update=yes updatewhereclause=yes name=value_type dbname="appraisal_spec.value_type" )
column=(type=char(5) update=yes updatewhereclause=yes name=appr_spec__parent dbname="appraisal_spec.appr_spec__parent" )
column=(type=char(1) update=yes updatewhereclause=yes name=rating_type dbname="appraisal_spec.rating_type" )
column=(type=char(100) update=yes updatewhereclause=yes name=rating_values dbname="appraisal_spec.rating_values" )
column=(type=char(60) update=yes updatewhereclause=yes name=descr dbname="appraisal_spec.descr" )
column=(type=char(1) update=yes updatewhereclause=yes name=tracking_type dbname="appraisal_spec.tracking_type" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"appraisal_spec~" ) COLUMN(NAME=~"appraisal_spec.appr_spec~") COLUMN(NAME=~"appraisal_spec.spec_details~") COLUMN(NAME=~"appraisal_spec.min_rating~") COLUMN(NAME=~"appraisal_spec.max_rating~") COLUMN(NAME=~"appraisal_spec.overall_perc~") COLUMN(NAME=~"appraisal_spec.chg_date~") COLUMN(NAME=~"appraisal_spec.chg_user~") COLUMN(NAME=~"appraisal_spec.chg_term~") COLUMN(NAME=~"appraisal_spec.auto_calc~") COLUMN(NAME=~"appraisal_spec.calc_method~") COLUMN(NAME=~"appraisal_spec.method_type~") COLUMN(NAME=~"appraisal_spec.method_input~") COLUMN(NAME=~"appraisal_spec.sql_input~") COLUMN(NAME=~"appraisal_spec.formula~") COLUMN(NAME=~"appraisal_spec.sql~") COLUMN(NAME=~"appraisal_spec.calc_pattern~") COLUMN(NAME=~"appraisal_spec.spec_category~") COLUMN(NAME=~"appraisal_spec.spec_type~") COLUMN(NAME=~"appraisal_spec.denominator~") COLUMN(NAME=~"appraisal_spec.value_type~") COLUMN(NAME=~"appraisal_spec.appr_spec__parent~") COLUMN(NAME=~"appraisal_spec.rating_type~") COLUMN(NAME=~"appraisal_spec.rating_values~") COLUMN(NAME=~"appraisal_spec.descr~") COLUMN(NAME=~"appraisal_spec.tracking_type~")) " update="APPRAISAL_SPEC" updatewhere=1 updatekeyinplace=no )
text(band=header alignment="2" text="Specification" border="6" color="33554432" x="2" y="2" height="15" width="60" html.valueishtml="0" name=appr_spec_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Details" border="6" color="33554432" x="64" y="2" height="15" width="381" html.valueishtml="0" name=spec_details_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Min Rating" border="6" color="33554432" x="447" y="2" height="15" width="96" html.valueishtml="0" name=min_rating_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Max Rating" border="6" color="33554432" x="545" y="2" height="15" width="96" html.valueishtml="0" name=max_rating_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Overall Perc" border="6" color="33554432" x="643" y="2" height="15" width="96" html.valueishtml="0" name=overall_perc_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="chg_date" border="6" color="33554432" x="741" y="2" height="15" width="85" html.valueishtml="0" name=chg_date_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="chg_user" border="6" color="33554432" x="828" y="2" height="15" width="79" html.valueishtml="0" name=chg_user_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="chg_term" border="6" color="33554432" x="909" y="2" height="15" width="58" html.valueishtml="0" name=chg_term_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Auto Calculation" border="6" color="33554432" x="969" y="2" height="15" width="95" html.valueishtml="0" name=auto_calc_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Calculation Method" border="6" color="33554432" x="1066" y="2" height="15" width="408" html.valueishtml="0" name=calc_method_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Method Type" border="6" color="33554432" x="1476" y="2" height="15" width="75" html.valueishtml="0" name=method_type_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Method Input" border="6" color="33554432" x="1553" y="2" height="15" width="437" html.valueishtml="0" name=method_input_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="SQL Input" border="6" color="33554432" x="1992" y="2" height="15" width="479" html.valueishtml="0" name=sql_input_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Formula" border="6" color="33554432" x="2473" y="2" height="15" width="337" html.valueishtml="0" name=formula_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="SQL" border="6" color="33554432" x="2812" y="2" height="15" width="470" html.valueishtml="0" name=sql_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Calculation Pattern" border="6" color="33554432" x="3284" y="2" height="15" width="72" html.valueishtml="0" name=calc_pattern_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Spcification Category" border="6" color="33554432" x="3358" y="2" height="15" width="85" html.valueishtml="0" name=spec_category_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Specification Type" border="6" color="33554432" x="3445" y="2" height="15" width="60" html.valueishtml="0" name=spec_type_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Denominator" border="6" color="33554432" x="3507" y="2" height="15" width="96" html.valueishtml="0" name=denominator_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Value Type" border="6" color="33554432" x="3605" y="2" height="15" width="65" html.valueishtml="0" name=value_type_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Appraisal Specification Parent" border="6" color="33554432" x="3672" y="2" height="15" width="110" html.valueishtml="0" name=appr_spec__parent_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Rating Type" border="6" color="33554432" x="3784" y="2" height="15" width="69" html.valueishtml="0" name=rating_type_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Rating Values" border="6" color="33554432" x="3855" y="2" height="15" width="382" html.valueishtml="0" name=rating_values_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Description" border="6" color="33554432" x="4239" y="2" height="15" width="195" html.valueishtml="0" name=descr_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Tracking Type" border="6" color="33554432" x="4436" y="2" height="15" width="78" html.valueishtml="0" name=tracking_type_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="2" tabsequence=10 border="5" color="33554432" x="2" y="2" height="18" width="60" format="[general]" html.valueishtml="0" name=appr_spec tag="Primary key for this table" visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="2" tabsequence=20 border="5" color="33554432" x="64" y="2" height="18" width="381" format="[general]" html.valueishtml="0" name=spec_details tag="Sepecification details for appr_spec code" visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="1" tabsequence=30 border="5" color="33554432" x="447" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=min_rating visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="1" tabsequence=40 border="5" color="33554432" x="545" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=max_rating visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="1" tabsequence=50 border="5" color="33554432" x="643" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=overall_perc visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="2" tabsequence=60 border="5" color="33554432" x="741" y="2" height="18" width="85" format="[shortdate] [time]" html.valueishtml="0" name=chg_date tag="Changed date" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="2" tabsequence=70 border="5" color="33554432" x="828" y="2" height="18" width="79" format="[general]" html.valueishtml="0" name=chg_user tag="Changed user" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="2" tabsequence=80 border="5" color="33554432" x="909" y="2" height="18" width="58" format="[general]" html.valueishtml="0" name=chg_term tag="changed from terminal" visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=90 border="5" color="33554432" x="969" y="2" height="18" width="95" format="[general]" html.valueishtml="0" name=auto_calc visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=100 border="5" color="33554432" x="1066" y="2" height="18" width="408" format="[general]" html.valueishtml="0" name=calc_method visible="1" edit.limit=250 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="2" tabsequence=110 border="5" color="33554432" x="1476" y="2" height="18" width="75" format="[general]" html.valueishtml="0" name=method_type tag="Contains following values 1. Fixed, 2. Formula, 3. Sql, 4. Direct" visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=120 border="5" color="33554432" x="1553" y="2" height="18" width="437" format="[general]" html.valueishtml="0" name=method_input visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="2" tabsequence=130 border="5" color="33554432" x="1992" y="2" height="18" width="479" format="[general]" html.valueishtml="0" name=sql_input tag="Sql input argument" visible="1" edit.limit=200 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=140 border="5" color="33554432" x="2473" y="2" height="18" width="337" format="[general]" html.valueishtml="0" name=formula visible="1" edit.limit=250 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="2" tabsequence=150 border="5" color="33554432" x="2812" y="2" height="18" width="470" format="[general]" html.valueishtml="0" name=sql tag="Sql query to get specification data" visible="1" edit.limit=4000 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=16 alignment="0" tabsequence=160 border="5" color="33554432" x="3284" y="2" height="18" width="72" format="[general]" html.valueishtml="0" name=calc_pattern visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=17 alignment="2" tabsequence=170 border="5" color="33554432" x="3358" y="2" height="18" width="85" format="[general]" html.valueishtml="0" name=spec_category tag="To display category wise data" visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="2" tabsequence=180 border="5" color="33554432" x="3445" y="2" height="18" width="60" format="[general]" html.valueishtml="0" name=spec_type tag="To display view purpose (input/box)" visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=19 alignment="1" tabsequence=190 border="5" color="33554432" x="3507" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=denominator visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=20 alignment="0" tabsequence=200 border="5" color="33554432" x="3605" y="2" height="18" width="65" format="[general]" html.valueishtml="0" name=value_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=21 alignment="2" tabsequence=210 border="5" color="33554432" x="3672" y="2" height="18" width="110" format="[general]" html.valueishtml="0" name=appr_spec__parent tag="Parent appraisal spec code" visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="0" tabsequence=220 border="5" color="33554432" x="3784" y="2" height="18" width="69" format="[general]" html.valueishtml="0" name=rating_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=23 alignment="0" tabsequence=230 border="5" color="33554432" x="3855" y="2" height="18" width="382" format="[general]" html.valueishtml="0" name=rating_values visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=24 alignment="2" tabsequence=240 border="5" color="33554432" x="4239" y="2" height="18" width="195" format="[general]" html.valueishtml="0" name=descr tag="Specification description" visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=25 alignment="2" tabsequence=250 border="5" color="33554432" x="4436" y="2" height="18" width="78" format="[general]" html.valueishtml="0" name=tracking_type tag="Tracking type for specifiaction, A-Auto, M-Manual, Blank" visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_appraisal_spec_edit.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=1006 color="536870912" )
table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=appr_spec dbname="appraisal_spec.appr_spec" )
column=(type=char(100) update=yes updatewhereclause=yes name=spec_details dbname="appraisal_spec.spec_details" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=min_rating dbname="appraisal_spec.min_rating" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=max_rating dbname="appraisal_spec.max_rating" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=overall_perc dbname="appraisal_spec.overall_perc" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="appraisal_spec.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="appraisal_spec.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="appraisal_spec.chg_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=auto_calc dbname="appraisal_spec.auto_calc" values="Yes Y/No N/" )
column=(type=char(250) update=yes updatewhereclause=yes name=calc_method dbname="appraisal_spec.calc_method" )
column=(type=char(1) update=yes updatewhereclause=yes name=method_type dbname="appraisal_spec.method_type" values="SQL S/" )
column=(type=char(100) update=yes updatewhereclause=yes name=method_input dbname="appraisal_spec.method_input" )
column=(type=char(200) update=yes updatewhereclause=yes name=sql_input dbname="appraisal_spec.sql_input" )
column=(type=char(250) update=yes updatewhereclause=yes name=formula dbname="appraisal_spec.formula" )
column=(type=char(4000) update=yes updatewhereclause=yes name=sql dbname="appraisal_spec.sql" )
column=(type=char(1) update=yes updatewhereclause=yes name=calc_pattern dbname="appraisal_spec.calc_pattern" )
column=(type=char(1) update=yes updatewhereclause=yes name=spec_category dbname="appraisal_spec.spec_category" )
column=(type=char(1) update=yes updatewhereclause=yes name=spec_type dbname="appraisal_spec.spec_type" values="String S/Box X/" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=denominator dbname="appraisal_spec.denominator" )
column=(type=char(1) update=yes updatewhereclause=yes name=value_type dbname="appraisal_spec.value_type" )
column=(type=char(5) update=yes updatewhereclause=yes name=appr_spec__parent dbname="appraisal_spec.appr_spec__parent" )
column=(type=char(1) update=yes updatewhereclause=yes name=rating_type dbname="appraisal_spec.rating_type" )
column=(type=char(100) update=yes updatewhereclause=yes name=rating_values dbname="appraisal_spec.rating_values" )
column=(type=char(60) update=yes updatewhereclause=yes name=descr dbname="appraisal_spec.descr" )
column=(type=char(1) update=yes updatewhereclause=yes name=tracking_type dbname="appraisal_spec.tracking_type" values="Automatic A/Manual M/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"appraisal_spec~" ) COLUMN(NAME=~"appraisal_spec.appr_spec~") COLUMN(NAME=~"appraisal_spec.spec_details~") COLUMN(NAME=~"appraisal_spec.min_rating~") COLUMN(NAME=~"appraisal_spec.max_rating~") COLUMN(NAME=~"appraisal_spec.overall_perc~") COLUMN(NAME=~"appraisal_spec.chg_date~") COLUMN(NAME=~"appraisal_spec.chg_user~") COLUMN(NAME=~"appraisal_spec.chg_term~") COLUMN(NAME=~"appraisal_spec.auto_calc~") COLUMN(NAME=~"appraisal_spec.calc_method~") COLUMN(NAME=~"appraisal_spec.method_type~") COLUMN(NAME=~"appraisal_spec.method_input~") COLUMN(NAME=~"appraisal_spec.sql_input~") COLUMN(NAME=~"appraisal_spec.formula~") COLUMN(NAME=~"appraisal_spec.sql~") COLUMN(NAME=~"appraisal_spec.calc_pattern~") COLUMN(NAME=~"appraisal_spec.spec_category~") COLUMN(NAME=~"appraisal_spec.spec_type~") COLUMN(NAME=~"appraisal_spec.denominator~") COLUMN(NAME=~"appraisal_spec.value_type~") COLUMN(NAME=~"appraisal_spec.appr_spec__parent~") COLUMN(NAME=~"appraisal_spec.rating_type~") COLUMN(NAME=~"appraisal_spec.rating_values~") COLUMN(NAME=~"appraisal_spec.descr~") COLUMN(NAME=~"appraisal_spec.tracking_type~")WHERE( EXP1 =~"~~~"APPRAISAL_SPEC~~~".~~~"APPR_SPEC~~~"~" OP =~"=~" EXP2 =~":as_appr_spec~" ) ) ARG(NAME = ~"as_appr_spec~" TYPE = string) " update="APPRAISAL_SPEC" updatewhere=1 updatekeyinplace=no arguments=(("as_appr_spec", string)) )
column(band=detail id=6 alignment="2" tabsequence=32766 border="5" color="33554432" x="75" y="498" height="18" width="84" format="[shortdate] [time]" html.valueishtml="0" name=chg_date tag="Changed date" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="9" y="498" height="15" width="59" html.valueishtml="0" name=chg_date_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="166" y="498" height="15" width="60" html.valueishtml="0" name=chg_term_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="2" tabsequence=32766 border="5" color="33554432" x="233" y="498" height="18" width="85" format="[general]" html.valueishtml="0" name=chg_term tag="changed from terminal" visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg User:" border="0" color="33554432" x="325" y="498" height="15" width="59" html.valueishtml="0" name=chg_user_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="2" tabsequence=32766 border="5" color="33554432" x="389" y="498" height="18" width="88" format="[general]" html.valueishtml="0" name=chg_user tag="Changed user" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="2" tabsequence=10 border="5" color="33554432" x="122" y="1" height="18" width="48" format="[general]" html.valueishtml="0" name=appr_spec tag="Primary key for this table" visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="2" tabsequence=20 border="5" color="33554432" x="122" y="25" height="25" width="350" format="[general]" html.valueishtml="0" name=spec_details tag="Sepecification details for appr_spec code" 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="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=24 alignment="2" tabsequence=30 border="5" color="33554432" x="122" y="56" height="25" width="350" format="[general]" html.valueishtml="0" name=descr tag="Specification description" visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="0" tabsequence=40 border="5" color="33554432" x="122" y="87" height="18" width="48" format="[general]" html.valueishtml="0" name=rating_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="1" tabsequence=50 border="5" color="33554432" x="122" y="111" height="18" width="96" format="[general]" html.valueishtml="0" name=min_rating visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Max Rating:" border="0" color="33554432" x="261" y="111" height="15" width="110" html.valueishtml="0" name=max_rating_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="1" tabsequence=60 border="5" color="33554432" x="376" y="111" height="18" width="96" format="[general]" html.valueishtml="0" name=max_rating visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=23 alignment="0" tabsequence=70 border="5" color="33554432" x="122" y="135" height="18" width="350" format="[general]" html.valueishtml="0" name=rating_values visible="1" edit.limit=100 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="1" tabsequence=80 border="5" color="33554432" x="122" y="159" height="18" width="96" format="[general]" html.valueishtml="0" name=overall_perc visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=90 border="5" color="33554432" x="122" y="183" height="18" width="48" format="[general]" html.valueishtml="0" name=auto_calc visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Calculation Pattern:" border="0" color="33554432" x="257" y="183" height="15" width="114" html.valueishtml="0" name=calc_pattern_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=16 alignment="0" tabsequence=100 border="5" color="33554432" x="376" y="183" height="18" width="96" format="[general]" html.valueishtml="0" name=calc_pattern visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=110 border="5" color="33554432" x="122" y="207" height="22" width="350" format="[general]" html.valueishtml="0" name=calc_method visible="1" edit.limit=250 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.autovscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Specification Category:" border="0" color="33554432" x="284" y="371" height="15" width="134" html.valueishtml="0" name=spec_category_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=17 alignment="2" tabsequence=180 border="5" color="33554432" x="424" y="371" height="18" width="48" format="[general]" html.valueishtml="0" name=spec_category tag="To display category wise data" visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=21 alignment="2" tabsequence=200 border="5" color="33554432" x="122" y="419" height="18" width="48" format="[general]" html.valueishtml="0" name=appr_spec__parent tag="Parent appraisal spec code" visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=20 alignment="0" tabsequence=210 border="5" color="33554432" x="122" y="443" height="18" width="48" format="[general]" html.valueishtml="0" name=value_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=19 alignment="1" tabsequence=220 border="5" color="33554432" x="122" y="467" height="18" width="96" format="[general]" html.valueishtml="0" name=denominator visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Specification:" border="0" color="33554432" x="7" y="1" height="15" width="110" html.valueishtml="0" name=appr_spec_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Details:" border="0" color="33554432" x="7" y="25" height="15" width="110" html.valueishtml="0" name=spec_details_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Description:" border="0" color="33554432" x="7" y="56" height="15" width="110" html.valueishtml="0" name=descr_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Rating Type:" border="0" color="33554432" x="7" y="87" height="15" width="110" html.valueishtml="0" name=rating_type_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Min Rating:" border="0" color="33554432" x="7" y="111" height="15" width="110" html.valueishtml="0" name=min_rating_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Rating Values:" border="0" color="33554432" x="7" y="135" height="15" width="110" html.valueishtml="0" name=rating_values_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Overall Percentage:" border="0" color="33554432" x="4" y="159" height="15" width="113" html.valueishtml="0" name=overall_perc_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Auto Calculation:" border="0" color="33554432" x="7" y="183" height="15" width="110" html.valueishtml="0" name=auto_calc_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Calculation Method:" border="0" color="33554432" x="2" y="207" height="15" width="115" html.valueishtml="0" name=calc_method_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Method Type:" border="0" color="33554432" x="7" y="235" height="15" width="110" html.valueishtml="0" name=method_type_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Specification Type:" border="0" color="33554432" x="7" y="371" height="15" width="110" html.valueishtml="0" name=spec_type_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Tracking Type:" border="0" color="33554432" x="7" y="395" height="15" width="110" html.valueishtml="0" name=tracking_type_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Appr Spec Parent:" border="0" color="33554432" x="7" y="419" height="15" width="110" html.valueishtml="0" name=appr_spec__parent_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Value Type:" border="0" color="33554432" x="7" y="443" height="15" width="110" html.valueishtml="0" name=value_type_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Denominator:" border="0" color="33554432" x="7" y="467" height="15" width="110" html.valueishtml="0" name=denominator_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="2" tabsequence=120 border="5" color="33554432" x="122" y="235" height="18" width="48" format="[general]" html.valueishtml="0" name=method_type tag="Contains following values 1. Fixed, 2. Formula, 3. Sql, 4. Direct" visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=130 border="5" color="33554432" x="122" y="259" height="22" width="350" format="[general]" html.valueishtml="0" name=method_input 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="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=160 border="5" color="33554432" x="122" y="343" height="22" width="350" format="[general]" html.valueishtml="0" name=formula visible="1" edit.limit=250 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.autovscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="2" tabsequence=140 border="5" color="33554432" x="122" y="287" height="22" width="350" format="[general]" html.valueishtml="0" name=sql tag="Sql query to get specification data" visible="1" edit.limit=4000 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.autovscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="2" tabsequence=150 border="5" color="33554432" x="122" y="315" height="22" width="350" format="[general]" html.valueishtml="0" name=sql_input tag="Sql input argument" visible="1" edit.limit=200 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.autovscroll=yes edit.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Method Input:" border="0" color="33554432" x="7" y="259" height="15" width="110" html.valueishtml="0" name=method_input_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="SQL" border="0" color="33554432" x="7" y="287" height="15" width="110" html.valueishtml="0" name=sql_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="SQL Input:" border="0" color="33554432" x="7" y="315" height="15" width="110" html.valueishtml="0" name=sql_input_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Formula:" border="0" color="33554432" x="7" y="343" height="15" width="110" html.valueishtml="0" name=formula_t visible="1" font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="2" tabsequence=170 border="5" color="33554432" x="122" y="371" height="18" width="83" format="[general]" html.valueishtml="0" name=spec_type tag="To display view purpose (input/box)" visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=25 alignment="2" tabsequence=190 border="5" color="33554432" x="122" y="395" height="18" width="96" format="[general]" html.valueishtml="0" name=tracking_type tag="Tracking type for specifiaction, A-Auto, M-Manual, Blank" visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
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