Commit 90b1cda5 authored by dpingle's avatar dpingle

* Updated XML, SRD and SQL file on [07/10/19]

empperk11.xml
empperk12.xml
empperk21.xml
empperk22.xml
w_empperk.sql
d_empperk_brow.srd
d_empperk_det_brow.srd
d_empperk_det_edit.srd
d_empperk_edit.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@209024 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 95a44b0b
...@@ -93,13 +93,22 @@ SET disp_metadata= '<html> ...@@ -93,13 +93,22 @@ SET disp_metadata= '<html>
Processed For <b>{processed_for}, </b> Next Process <b>{next_process} </b> <span style="float:right;"> <b> {chg_date} </b> </span> <br/> Processed For <b>{processed_for}, </b> Next Process <b>{next_process} </b> <span style="float:right;"> <b> {chg_date} </b> </span> <br/>
<span style="float:right;"> <b>{tran_id}<b> </span> <span style="float:right;"> <b>{tran_id}<b> </span>
</span> </span>
</html>' </html>'SELECT * FROM obj_forms WHERE WIN_NAME='w_empperk';
WHERE win_name ='w_empperk';
update OBJ_FORMS set THUMB_ALT_COL = 'emp_fname', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_empperk'; update OBJ_FORMS set THUMB_ALT_COL = 'emp_fname', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_empperk';
update TRANSETUP set THUMB_ALT_COL = 'emp_fname', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_empperk'; update TRANSETUP set THUMB_ALT_COL = 'emp_fname', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_empperk';
UPDATE obj_forms
SET diSELECT * FROM obj_forms WHERE WIN_NAME='w_empperk';
sp_metadata= '<html>
<span style="white-space: normal !important; word-break: break-word; "> Ad Code <b>{descr}</b> (<b>{ad_code}</b>) </br>
<span style="float:right;"> <b>{tran_id}<b> </span>
</span>
</html>'
WHERE win_name ='w_empperk' and FORM_NO=2;
--------------------------------------------------------[03/10/19]End --------------------------------------------------------[03/10/19]End
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow> <!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow> <Sybase_eDataWindow>
<Release>9</Release> <Release>9</Release>
<BaseDefinition> <BaseDefinition>
<units>1</units> <units>1</units>
<timer_interval>0</timer_interval> <timer_interval>0</timer_interval>
<color>79741120</color> <color>79741120</color>
<processing>1</processing> <processing>1</processing>
<HTMLDW>no</HTMLDW> <HTMLDW>no</HTMLDW>
<print> <print>
<documentname></documentname> <documentname></documentname>
<printername></printername> <printername></printername>
<orientation>0</orientation> <orientation>0</orientation>
<margin> <margin>
<left>24</left> <left>24</left>
<right>24</right> <right>24</right>
<top>24</top> <top>24</top>
<bottom>24</bottom> <bottom>24</bottom>
</margin> </margin>
<paper> <paper>
<source>0</source> <source>0</source>
<size>0</size> <size>0</size>
</paper> </paper>
<prompt>no</prompt> <prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter> <canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons> <buttons>no</buttons>
<preview.buttons>no</preview.buttons> <preview.buttons>no</preview.buttons>
<cliptext>no</cliptext> <cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob> <overrideprintjob>no</overrideprintjob>
</print> </print>
<grid.lines>0</grid.lines> <grid.lines>0</grid.lines>
</BaseDefinition> </BaseDefinition>
<Header> <Header>
<height>20</height> <height>20</height>
<color>536870912</color> <color>536870912</color>
</Header> </Header>
<Summary> <Summary>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Summary> </Summary>
<Footer> <Footer>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>23</height> <height>23</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>tran_id</name> <name>tran_id</name>
<dbname>perk_process.tran_id</dbname> <dbname>perk_process.tran_id</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_code</name> <name>emp_code</name>
<dbname>perk_process.emp_code</dbname> <dbname>perk_process.emp_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="15">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_fname</name> <name>emp_fname</name>
<dbname>employee.emp_fname</dbname> <dbname>employee.emp_fname</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="15">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_lname</name> <name>emp_lname</name>
<dbname>employee.emp_lname</dbname> <dbname>employee.emp_lname</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>ad_code</name> <name>ad_code</name>
<dbname>perk_process.ad_code</dbname> <dbname>perk_process.ad_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="40">char</type> <type size="40">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>descr</name> <name>descr</name>
<dbname>allwdedn.descr</dbname> <dbname>allwdedn.descr</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>processed_for</name> <name>processed_for</name>
<dbname>perk_process.processed_for</dbname> <dbname>perk_process.processed_for</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>amount</name> <name>amount</name>
<dbname>perk_process.amount</dbname> <dbname>perk_process.amount</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>confirmed</name> <name>confirmed</name>
<dbname>perk_process.confirmed</dbname> <dbname>perk_process.confirmed</dbname>
<values> <values>
<item display="Yes" data="Y"/> <item display="Yes" data="Y"/>
<item display="No" data="N"/> <item display="No" data="N"/>
</values> </values>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>cadre_code</name> <name>cadre_code</name>
<dbname>perk_process.cadre_code</dbname> <dbname>perk_process.cadre_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>grade_code</name> <name>grade_code</name>
<dbname>perk_process.grade_code</dbname> <dbname>perk_process.grade_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>dept_code</name> <name>dept_code</name>
<dbname>perk_process.dept_code</dbname> <dbname>perk_process.dept_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>pay_table</name> <name>pay_table</name>
<dbname>perk_process.pay_table</dbname> <dbname>perk_process.pay_table</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>site_code__pay</name> <name>site_code__pay</name>
<dbname>perk_process.site_code__pay</dbname> <dbname>perk_process.site_code__pay</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>next_process</name> <name>next_process</name>
<dbname>perk_process.next_process</dbname> <dbname>perk_process.next_process</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>proc_date</name> <name>proc_date</name>
<dbname>perk_process.proc_date</dbname> <dbname>perk_process.proc_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>calc_amt</name> <name>calc_amt</name>
<dbname>perk_process.calc_amt</dbname> <dbname>perk_process.calc_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>diff_amt</name> <name>diff_amt</name>
<dbname>perk_process.diff_amt</dbname> <dbname>perk_process.diff_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_date</name> <name>chg_date</name>
<dbname>perk_process.chg_date</dbname> <dbname>perk_process.chg_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_user</name> <name>chg_user</name>
<dbname>perk_process.chg_user</dbname> <dbname>perk_process.chg_user</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="15">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_term</name> <name>chg_term</name>
<dbname>perk_process.chg_term</dbname> <dbname>perk_process.chg_term</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;perk_process&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;perk_process.tran_id&quot;) COLUMN(NAME=&quot;perk_process.emp_code&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;perk_process.ad_code&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;perk_process.processed_for&quot;) COLUMN(NAME=&quot;perk_process.amount&quot;) COLUMN(NAME=&quot;perk_process.confirmed&quot;) COLUMN(NAME=&quot;perk_process.cadre_code&quot;) COLUMN(NAME=&quot;perk_process.grade_code&quot;) COLUMN(NAME=&quot;perk_process.dept_code&quot;) COLUMN(NAME=&quot;perk_process.pay_table&quot;) COLUMN(NAME=&quot;perk_process.site_code__pay&quot;) COLUMN(NAME=&quot;perk_process.next_process&quot;) COLUMN(NAME=&quot;perk_process.proc_date&quot;) COLUMN(NAME=&quot;perk_process.calc_amt&quot;) COLUMN(NAME=&quot;perk_process.diff_amt&quot;) COLUMN(NAME=&quot;perk_process.chg_date&quot;) COLUMN(NAME=&quot;perk_process.chg_user&quot;) COLUMN(NAME=&quot;perk_process.chg_term&quot;) JOIN (LEFT=&quot;perk_process.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; ) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;perk_process.ad_code&quot; )WHERE( EXP1 =&quot;perk_process.processed_for&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:m_fr_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;perk_process.processed_for&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:m_to_date&quot; ) ) ARG(NAME = &quot;m_fr_date&quot; TYPE = datetime) ARG(NAME = &quot;m_to_date&quot; TYPE = datetime) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;perk_process&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;perk_process.tran_id&quot;) COLUMN(NAME=&quot;perk_process.emp_code&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;perk_process.ad_code&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;perk_process.processed_for&quot;) COLUMN(NAME=&quot;perk_process.amount&quot;) COLUMN(NAME=&quot;perk_process.confirmed&quot;) COLUMN(NAME=&quot;perk_process.cadre_code&quot;) COLUMN(NAME=&quot;perk_process.grade_code&quot;) COLUMN(NAME=&quot;perk_process.dept_code&quot;) COLUMN(NAME=&quot;perk_process.pay_table&quot;) COLUMN(NAME=&quot;perk_process.site_code__pay&quot;) COLUMN(NAME=&quot;perk_process.next_process&quot;) COLUMN(NAME=&quot;perk_process.proc_date&quot;) COLUMN(NAME=&quot;perk_process.calc_amt&quot;) COLUMN(NAME=&quot;perk_process.diff_amt&quot;) COLUMN(NAME=&quot;perk_process.chg_date&quot;) COLUMN(NAME=&quot;perk_process.chg_user&quot;) COLUMN(NAME=&quot;perk_process.chg_term&quot;) JOIN (LEFT=&quot;perk_process.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; ) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;perk_process.ad_code&quot; )WHERE( EXP1 =&quot;perk_process.processed_for&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:m_fr_date&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;perk_process.processed_for&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:m_to_date&quot; ) ) ARG(NAME = &quot;m_fr_date&quot; TYPE = datetime) ARG(NAME = &quot;m_to_date&quot; TYPE = datetime) </retrieve>
<update>PERK_PROCESS</update> <update>PERK_PROCESS</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
<name>m_fr_date</name> <name>m_fr_date</name>
<type>datetime</type> <type>datetime</type>
</argument> </argument>
<argument> <argument>
<name>m_to_date</name> <name>m_to_date</name>
<type>datetime</type> <type>datetime</type>
</argument> </argument>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Tran Id</text> <text>Tran Id</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2</x> <x>2</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id_t</name> <name>tran_id_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Employee Code</text> <text>Employee Code</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>83</x> <x>83</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>90</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>First Name</text> <text>First Name</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>175</x> <x>175</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>121</width> <width>121</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname_t</name> <name>emp_fname_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Last Name</text> <text>Last Name</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>298</x> <x>298</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>115</width> <width>115</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname_t</name> <name>emp_lname_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Ad Code</text> <text>Ad Code</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>415</x> <x>415</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>59</width> <width>59</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_code_t</name> <name>ad_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Description</text> <text>Description</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>476</x> <x>476</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>204</width> <width>204</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>descr_t</name> <name>descr_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Processed For</text> <text>Processed For</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>682</x> <x>682</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>82</width> <width>82</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>processed_for_t</name> <name>processed_for_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Amount</text> <text>Amount</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>766</x> <x>766</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>67</width> <width>67</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount_t</name> <name>amount_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Confirmed</text> <text>Confirmed</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>835</x> <x>835</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed_t</name> <name>confirmed_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Cadre</text> <text>Cadre</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>903</x> <x>903</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>67</width> <width>67</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cadre_code_t</name> <name>cadre_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Grade</text> <text>Grade</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>972</x> <x>972</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>67</width> <width>67</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grade_code_t</name> <name>grade_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Department</text> <text>Department</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1041</x> <x>1041</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>67</width> <width>67</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dept_code_t</name> <name>dept_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Pay Table</text> <text>Pay Table</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1110</x> <x>1110</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>67</width> <width>67</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_table_t</name> <name>pay_table_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Site Code</text> <text>Site Code</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1179</x> <x>1179</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>76</width> <width>76</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>site_code__pay_t</name> <name>site_code__pay_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Next Process</text> <text>Next Process</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1257</x> <x>1257</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>90</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>next_process_t</name> <name>next_process_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Processed On</text> <text>Processed On</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1349</x> <x>1349</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>proc_date_t</name> <name>proc_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Calculated Amount</text> <text>Calculated Amount</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1438</x> <x>1438</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>116</width> <width>116</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>calc_amt_t</name> <name>calc_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Difference</text> <text>Difference</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1556</x> <x>1556</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>93</width> <width>93</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_amt_t</name> <name>diff_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Change Date</text> <text>Change Date</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1651</x> <x>1651</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>chg_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Change User</text> <text>Change User</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1732</x> <x>1732</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>chg_user_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Change Term</text> <text>Change Term</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1821</x> <x>1821</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>chg_term_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>10</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2</x> <x>2</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>79</width> <width>79</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id</name> <name>tran_id</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>20</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>83</x> <x>83</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>90</width> <width>90</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>30</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>175</x> <x>175</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>121</width> <width>121</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname</name> <name>emp_fname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>40</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>298</x> <x>298</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>115</width> <width>115</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname</name> <name>emp_lname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>50</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>415</x> <x>415</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>59</width> <width>59</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_code</name> <name>ad_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>60</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>476</x> <x>476</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>204</width> <width>204</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>descr</name> <name>descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>40</limit> <limit>40</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>70</tabsequence> <tabsequence>70</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>682</x> <x>682</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>82</width> <width>82</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>processed_for</name> <name>processed_for</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="editmask">
<mask>dd/mm/yyyy</mask> <mask>dd/mm/yyyy</mask>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>8</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>80</tabsequence> <tabsequence>80</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>766</x> <x>766</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>67</width> <width>67</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount</name> <name>amount</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>90</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>835</x> <x>835</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>66</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed</name> <name>confirmed</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="ddlb">
<limit>0</limit> <limit>0</limit>
<allowedit>no</allowedit> <allowedit>no</allowedit>
<case>any</case> <case>any</case>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>100</tabsequence> <tabsequence>100</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>903</x> <x>903</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>67</width> <width>67</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cadre_code</name> <name>cadre_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>110</tabsequence> <tabsequence>110</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>972</x> <x>972</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>67</width> <width>67</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grade_code</name> <name>grade_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>120</tabsequence> <tabsequence>120</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1041</x> <x>1041</x>
<y>3</y> <y>3</y>
<height>19</height> <height>19</height>
<width>67</width> <width>67</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dept_code</name> <name>dept_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>130</tabsequence> <tabsequence>130</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1110</x> <x>1110</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>67</width> <width>67</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_table</name> <name>pay_table</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>140</tabsequence> <tabsequence>140</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1179</x> <x>1179</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>76</width> <width>76</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>site_code__pay</name> <name>site_code__pay</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>150</tabsequence> <tabsequence>150</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1257</x> <x>1257</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>90</width> <width>90</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>next_process</name> <name>next_process</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="editmask">
<mask>dd/mm/yyyy</mask> <mask>dd/mm/yyyy</mask>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>160</tabsequence> <tabsequence>160</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1349</x> <x>1349</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>87</width> <width>87</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>proc_date</name> <name>proc_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="editmask">
<mask>dd/mm/yyyy</mask> <mask>dd/mm/yyyy</mask>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>17</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>170</tabsequence> <tabsequence>170</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1438</x> <x>1438</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>116</width> <width>116</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>calc_amt</name> <name>calc_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>18</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>180</tabsequence> <tabsequence>180</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1556</x> <x>1556</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>93</width> <width>93</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_amt</name> <name>diff_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>190</tabsequence> <tabsequence>190</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1651</x> <x>1651</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>79</width> <width>79</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>chg_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="editmask">
<mask>dd/mm/yyyy</mask> <mask>dd/mm/yyyy</mask>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>200</tabsequence> <tabsequence>200</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1732</x> <x>1732</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>87</width> <width>87</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>chg_user</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>21</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>210</tabsequence> <tabsequence>210</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1821</x> <x>1821</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>79</width> <width>79</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>chg_term</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
<HtmlGen> <HtmlGen>
<clientevents>1</clientevents> <clientevents>1</clientevents>
<clientvalidation>1</clientvalidation> <clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields> <clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting> <clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable> <clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript> <generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs> <encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers> <netscapelayers>0</netscapelayers>
</HtmlGen> </HtmlGen>
<Export.XML> <Export.XML>
<headgroups>1</headgroups> <headgroups>1</headgroups>
<includewhitespace>0</includewhitespace> <includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype> <metadatatype>0</metadatatype>
<savemetadata>0</savemetadata> <savemetadata>0</savemetadata>
</Export.XML> </Export.XML>
<Import.XML> <Import.XML>
</Import.XML> </Import.XML>
<Export.PDF> <Export.PDF>
<method>0</method> <method>0</method>
<distill.custompostscript>0</distill.custompostscript> <distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print> <xslfop.print>0</xslfop.print>
</Export.PDF> </Export.PDF>
</Sybase_eDataWindow> </Sybase_eDataWindow>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow> <!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow> <Sybase_eDataWindow>
<Release>9</Release> <Release>9</Release>
<BaseDefinition> <BaseDefinition>
<units>1</units> <units>1</units>
<timer_interval>0</timer_interval> <timer_interval>0</timer_interval>
<color>67108864</color> <color>67108864</color>
<processing>1</processing> <processing>1</processing>
<HTMLDW>no</HTMLDW> <HTMLDW>no</HTMLDW>
<print> <print>
<documentname></documentname> <documentname></documentname>
<printername></printername> <printername></printername>
<orientation>0</orientation> <orientation>0</orientation>
<margin> <margin>
<left>24</left> <left>24</left>
<right>24</right> <right>24</right>
<top>24</top> <top>24</top>
<bottom>24</bottom> <bottom>24</bottom>
</margin> </margin>
<paper> <paper>
<source>0</source> <source>0</source>
<size>0</size> <size>0</size>
</paper> </paper>
<prompt>no</prompt> <prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter> <canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons> <buttons>no</buttons>
<preview.buttons>no</preview.buttons> <preview.buttons>no</preview.buttons>
<cliptext>no</cliptext> <cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob> <overrideprintjob>no</overrideprintjob>
</print> </print>
<grid.lines>0</grid.lines> <grid.lines>0</grid.lines>
</BaseDefinition> </BaseDefinition>
<Header> <Header>
<height>20</height> <height>20</height>
<color>536870912</color> <color>536870912</color>
</Header> </Header>
<Summary> <Summary>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Summary> </Summary>
<Footer> <Footer>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>23</height> <height>23</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>tran_id</name> <name>tran_id</name>
<dbname>perk_process_det.tran_id</dbname> <dbname>perk_process_det.tran_id</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>ad_code</name> <name>ad_code</name>
<dbname>perk_process_det.ad_code</dbname> <dbname>perk_process_det.ad_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>base_amt</name> <name>base_amt</name>
<dbname>perk_process_det.base_amt</dbname> <dbname>perk_process_det.base_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>prev_base_amt</name> <name>prev_base_amt</name>
<dbname>perk_process_det.prev_base_amt</dbname> <dbname>perk_process_det.prev_base_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>diff_base_amt</name> <name>diff_base_amt</name>
<dbname>perk_process_det.diff_base_amt</dbname> <dbname>perk_process_det.diff_base_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>slab_amt</name> <name>slab_amt</name>
<dbname>perk_process_det.slab_amt</dbname> <dbname>perk_process_det.slab_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>prev_slab_amt</name> <name>prev_slab_amt</name>
<dbname>perk_process_det.prev_slab_amt</dbname> <dbname>perk_process_det.prev_slab_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>diff_slab_amt</name> <name>diff_slab_amt</name>
<dbname>perk_process_det.diff_slab_amt</dbname> <dbname>perk_process_det.diff_slab_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>result_amt</name> <name>result_amt</name>
<dbname>perk_process_det.result_amt</dbname> <dbname>perk_process_det.result_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>prev_result_amt</name> <name>prev_result_amt</name>
<dbname>perk_process_det.prev_result_amt</dbname> <dbname>perk_process_det.prev_result_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>diff_result_amt</name> <name>diff_result_amt</name>
<dbname>perk_process_det.diff_result_amt</dbname> <dbname>perk_process_det.diff_result_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>calc_amt</name> <name>calc_amt</name>
<dbname>perk_process_det.calc_amt</dbname> <dbname>perk_process_det.calc_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>prev_calc_amt</name> <name>prev_calc_amt</name>
<dbname>perk_process_det.prev_calc_amt</dbname> <dbname>perk_process_det.prev_calc_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>diff_calc_amt</name> <name>diff_calc_amt</name>
<dbname>perk_process_det.diff_calc_amt</dbname> <dbname>perk_process_det.diff_calc_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>amount</name> <name>amount</name>
<dbname>perk_process_det.amount</dbname> <dbname>perk_process_det.amount</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>prev_amt</name> <name>prev_amt</name>
<dbname>perk_process_det.prev_amt</dbname> <dbname>perk_process_det.prev_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>diff_amt</name> <name>diff_amt</name>
<dbname>perk_process_det.diff_amt</dbname> <dbname>perk_process_det.diff_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="3">char</type> <type size="3">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>seq_no</name> <name>seq_no</name>
<dbname>perk_process_det.seq_no</dbname> <dbname>perk_process_det.seq_no</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>rnd_off</name> <name>rnd_off</name>
<dbname>perk_process_det.rnd_off</dbname> <dbname>perk_process_det.rnd_off</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>rnd_to</name> <name>rnd_to</name>
<dbname>perk_process_det.rnd_to</dbname> <dbname>perk_process_det.rnd_to</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="40">char</type> <type size="40">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>allwdedn_descr</name> <name>allwdedn_descr</name>
<dbname>allwdedn.descr</dbname> <dbname>allwdedn.descr</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;perk_process_det&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;perk_process_det.tran_id&quot;) COLUMN(NAME=&quot;perk_process_det.ad_code&quot;) COLUMN(NAME=&quot;perk_process_det.base_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_base_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_base_amt&quot;) COLUMN(NAME=&quot;perk_process_det.slab_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_slab_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_slab_amt&quot;) COLUMN(NAME=&quot;perk_process_det.result_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_result_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_result_amt&quot;) COLUMN(NAME=&quot;perk_process_det.calc_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_calc_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_calc_amt&quot;) COLUMN(NAME=&quot;perk_process_det.amount&quot;) COLUMN(NAME=&quot;perk_process_det.prev_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_amt&quot;) COLUMN(NAME=&quot;perk_process_det.seq_no&quot;) COLUMN(NAME=&quot;perk_process_det.rnd_off&quot;) COLUMN(NAME=&quot;perk_process_det.rnd_to&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) JOIN (LEFT=&quot;perk_process_det.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; OUTER1 =&quot;perk_process_det.ad_code&quot; )WHERE( EXP1 =&quot;perk_process_det.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;perk_process_det&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;perk_process_det.tran_id&quot;) COLUMN(NAME=&quot;perk_process_det.ad_code&quot;) COLUMN(NAME=&quot;perk_process_det.base_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_base_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_base_amt&quot;) COLUMN(NAME=&quot;perk_process_det.slab_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_slab_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_slab_amt&quot;) COLUMN(NAME=&quot;perk_process_det.result_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_result_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_result_amt&quot;) COLUMN(NAME=&quot;perk_process_det.calc_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_calc_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_calc_amt&quot;) COLUMN(NAME=&quot;perk_process_det.amount&quot;) COLUMN(NAME=&quot;perk_process_det.prev_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_amt&quot;) COLUMN(NAME=&quot;perk_process_det.seq_no&quot;) COLUMN(NAME=&quot;perk_process_det.rnd_off&quot;) COLUMN(NAME=&quot;perk_process_det.rnd_to&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) JOIN (LEFT=&quot;perk_process_det.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; OUTER1 =&quot;perk_process_det.ad_code&quot; )WHERE( EXP1 =&quot;perk_process_det.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>perk_process_det</update> <update>perk_process_det</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
<name>tran_id</name> <name>tran_id</name>
<type>string</type> <type>string</type>
</argument> </argument>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Tran Id</text> <text>Tran Id</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>2</x> <x>2</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id_t</name> <name>tran_id_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Ad Code</text> <text>Ad Code</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>70</x> <x>70</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>50</width> <width>50</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_code_t</name> <name>ad_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Base Amt</text> <text>Base Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>362</x> <x>362</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>base_amt_t</name> <name>base_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Prev Base Amt</text> <text>Prev Base Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>436</x> <x>436</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prev_base_amt_t</name> <name>prev_base_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Difference</text> <text>Diff Base Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>525</x> <x>525</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>80</width> <width>80</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_base_amt_t</name> <name>diff_base_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Slab Amt</text> <text>Slab Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>607</x> <x>607</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>slab_amt_t</name> <name>slab_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Prev Slab Amt</text> <text>Prev Slab Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>681</x> <x>681</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>83</width> <width>83</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prev_slab_amt_t</name> <name>prev_slab_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Difference</text> <text>Diff Slab Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>766</x> <x>766</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>76</width> <width>76</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_slab_amt_t</name> <name>diff_slab_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Result Amt</text> <text>Result Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>844</x> <x>844</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>result_amt_t</name> <name>result_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Prev Result Amt</text> <text>Prev Result Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>918</x> <x>918</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>94</width> <width>94</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prev_result_amt_t</name> <name>prev_result_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Difference</text> <text>Diff Result Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1014</x> <x>1014</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_result_amt_t</name> <name>diff_result_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Calc Amt</text> <text>Calc Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1103</x> <x>1103</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>calc_amt_t</name> <name>calc_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Prev Calc Amt</text> <text>Prev Calc Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1177</x> <x>1177</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>83</width> <width>83</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prev_calc_amt_t</name> <name>prev_calc_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Difference</text> <text>Diff Calc Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1262</x> <x>1262</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>76</width> <width>76</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_calc_amt_t</name> <name>diff_calc_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Amount</text> <text>Amount</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1340</x> <x>1340</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount_t</name> <name>amount_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Prev Amt</text> <text>Prev Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1414</x> <x>1414</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prev_amt_t</name> <name>prev_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Difference</text> <text>Diff Amt</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1488</x> <x>1488</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_amt_t</name> <name>diff_amt_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Sequence No</text> <text>Seq No</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1562</x> <x>1562</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>83</width> <width>43</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>seq_no_t</name> <name>seq_no_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Round Off</text> <text>Rnd Off</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1647</x> <x>1607</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>72</width> <width>43</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>rnd_off_t</name> <name>rnd_off_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Round To</text> <text>Rnd To</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1721</x> <x>1652</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>rnd_to_t</name> <name>rnd_to_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Description</text> <text>Allwdedn Descr</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>122</x> <x>122</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>238</width> <width>238</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>allwdedn_descr_t</name> <name>allwdedn_descr_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>2</x> <x>2</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>66</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id</name> <name>tran_id</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>70</x> <x>70</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>50</width> <width>50</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ad_code</name> <name>ad_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>3</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>40</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>362</x> <x>362</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>base_amt</name> <name>base_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>4</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>50</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>436</x> <x>436</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>87</width> <width>87</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prev_base_amt</name> <name>prev_base_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>5</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>60</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>525</x> <x>525</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>80</width> <width>80</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_base_amt</name> <name>diff_base_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>6</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>70</tabsequence> <tabsequence>70</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>607</x> <x>607</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>slab_amt</name> <name>slab_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>7</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>80</tabsequence> <tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>681</x> <x>681</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>83</width> <width>83</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prev_slab_amt</name> <name>prev_slab_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>8</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>90</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>766</x> <x>766</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>76</width> <width>76</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_slab_amt</name> <name>diff_slab_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>9</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>100</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>844</x> <x>844</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>result_amt</name> <name>result_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>10</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>110</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>918</x> <x>918</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>94</width> <width>94</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prev_result_amt</name> <name>prev_result_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>11</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>120</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1014</x> <x>1014</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>87</width> <width>87</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_result_amt</name> <name>diff_result_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>12</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>130</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1103</x> <x>1103</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>calc_amt</name> <name>calc_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>13</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>140</tabsequence> <tabsequence>140</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1177</x> <x>1177</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>83</width> <width>83</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prev_calc_amt</name> <name>prev_calc_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>14</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>150</tabsequence> <tabsequence>150</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1262</x> <x>1262</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>76</width> <width>76</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_calc_amt</name> <name>diff_calc_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>15</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>160</tabsequence> <tabsequence>160</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1340</x> <x>1340</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount</name> <name>amount</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>16</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>170</tabsequence> <tabsequence>170</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1414</x> <x>1414</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prev_amt</name> <name>prev_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>17</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>180</tabsequence> <tabsequence>180</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1488</x> <x>1488</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_amt</name> <name>diff_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>190</tabsequence> <tabsequence>190</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1562</x> <x>1562</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>83</width> <width>43</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>seq_no</name> <name>seq_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>3</limit> <limit>3</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>200</tabsequence> <tabsequence>200</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1647</x> <x>1607</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>72</width> <width>43</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>rnd_off</name> <name>rnd_off</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>1</limit> <limit>1</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>20</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>210</tabsequence> <tabsequence>210</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>1721</x> <x>1652</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>rnd_to</name> <name>rnd_to</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>21</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>122</x> <x>122</x>
<y>2</y> <y>2</y>
<height>19</height> <height>19</height>
<width>238</width> <width>238</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>allwdedn_descr</name> <name>allwdedn_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1073741824</color> <color>1073741824</color>
</background> </background>
</ColumnObject> </ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
<HtmlGen> <HtmlGen>
<clientevents>1</clientevents> <clientevents>1</clientevents>
<clientvalidation>1</clientvalidation> <clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields> <clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting> <clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable> <clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript> <generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs> <encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers> <netscapelayers>0</netscapelayers>
</HtmlGen> </HtmlGen>
<Export.XML> <Export.XML>
<headgroups>1</headgroups> <headgroups>1</headgroups>
<includewhitespace>0</includewhitespace> <includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype> <metadatatype>0</metadatatype>
<savemetadata>0</savemetadata> <savemetadata>0</savemetadata>
</Export.XML> </Export.XML>
<Import.XML> <Import.XML>
</Import.XML> </Import.XML>
<Export.PDF> <Export.PDF>
<method>0</method> <method>0</method>
<distill.custompostscript>0</distill.custompostscript> <distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print> <xslfop.print>0</xslfop.print>
</Export.PDF> </Export.PDF>
</Sybase_eDataWindow> </Sybase_eDataWindow>
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow> <!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow> <Sybase_eDataWindow>
<Release>9</Release> <Release>9</Release>
<BaseDefinition> <BaseDefinition>
<units>1</units> <units>1</units>
<timer_interval>0</timer_interval> <timer_interval>0</timer_interval>
<color>79741120</color> <color>79741120</color>
<processing>0</processing> <processing>0</processing>
<HTMLDW>no</HTMLDW> <HTMLDW>no</HTMLDW>
<print> <print>
<documentname></documentname> <documentname></documentname>
<printername></printername> <printername></printername>
<orientation>0</orientation> <orientation>0</orientation>
<margin> <margin>
<left>24</left> <left>24</left>
<right>24</right> <right>24</right>
<top>24</top> <top>24</top>
<bottom>24</bottom> <bottom>24</bottom>
</margin> </margin>
<paper> <paper>
<source>0</source> <source>0</source>
<size>0</size> <size>0</size>
</paper> </paper>
<prompt>no</prompt> <prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter> <canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons> <buttons>no</buttons>
<preview.buttons>no</preview.buttons> <preview.buttons>no</preview.buttons>
<cliptext>no</cliptext> <cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob> <overrideprintjob>no</overrideprintjob>
</print> </print>
</BaseDefinition> </BaseDefinition>
<Summary> <Summary>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Summary> </Summary>
<Footer> <Footer>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>238</height> <height>716</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>tran_id</name> <name>tran_id</name>
<dbname>perk_process.tran_id</dbname> <dbname>perk_process.tran_id</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_code</name> <name>emp_code</name>
<dbname>perk_process.emp_code</dbname> <dbname>perk_process.emp_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="15">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_fname</name> <name>emp_fname</name>
<dbname>employee.emp_fname</dbname> <dbname>employee.emp_fname</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="15">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_lname</name> <name>emp_lname</name>
<dbname>employee.emp_lname</dbname> <dbname>employee.emp_lname</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>ad_code</name> <name>ad_code</name>
<dbname>perk_process.ad_code</dbname> <dbname>perk_process.ad_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="40">char</type> <type size="40">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>descr</name> <name>descr</name>
<dbname>allwdedn.descr</dbname> <dbname>allwdedn.descr</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>proc_date</name> <name>proc_date</name>
<dbname>perk_process.proc_date</dbname> <dbname>perk_process.proc_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>cadre_code</name> <name>cadre_code</name>
<dbname>perk_process.cadre_code</dbname> <dbname>perk_process.cadre_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>grade_code</name> <name>grade_code</name>
<dbname>perk_process.grade_code</dbname> <dbname>perk_process.grade_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>dept_code</name> <name>dept_code</name>
<dbname>perk_process.dept_code</dbname> <dbname>perk_process.dept_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>pay_table</name> <name>pay_table</name>
<dbname>perk_process.pay_table</dbname> <dbname>perk_process.pay_table</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>site_code__pay</name> <name>site_code__pay</name>
<dbname>perk_process.site_code__pay</dbname> <dbname>perk_process.site_code__pay</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>processed_for</name> <name>processed_for</name>
<dbname>perk_process.processed_for</dbname> <dbname>perk_process.processed_for</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>next_process</name> <name>next_process</name>
<dbname>perk_process.next_process</dbname> <dbname>perk_process.next_process</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>amount</name> <name>amount</name>
<dbname>perk_process.amount</dbname> <dbname>perk_process.amount</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>confirmed</name> <name>confirmed</name>
<dbname>perk_process.confirmed</dbname> <dbname>perk_process.confirmed</dbname>
<values> <initial>Y</initial>
<item display="Yes" data="Y"/> </table_column>
<item display="No" data="N"/> <table_column>
</values> <type>datetime</type>
</table_column> <update>yes</update>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type>datetime</type> <name>chg_date</name>
<update>yes</update> <dbname>perk_process.chg_date</dbname>
<updatewhereclause>yes</updatewhereclause> </table_column>
<name>chg_date</name> <table_column>
<dbname>perk_process.chg_date</dbname> <type size="10">char</type>
</table_column> <update>yes</update>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type size="10">char</type> <name>chg_user</name>
<update>yes</update> <dbname>perk_process.chg_user</dbname>
<updatewhereclause>yes</updatewhereclause> </table_column>
<name>chg_user</name> <table_column>
<dbname>perk_process.chg_user</dbname> <type size="15">char</type>
</table_column> <update>yes</update>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type size="15">char</type> <name>chg_term</name>
<update>yes</update> <dbname>perk_process.chg_term</dbname>
<updatewhereclause>yes</updatewhereclause> </table_column>
<name>chg_term</name> <table_column>
<dbname>perk_process.chg_term</dbname> <type precision="3">decimal</type>
</table_column> <update>yes</update>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type precision="3">decimal</type> <name>calc_amt</name>
<update>yes</update> <dbname>perk_process.calc_amt</dbname>
<updatewhereclause>yes</updatewhereclause> </table_column>
<name>calc_amt</name> <table_column>
<dbname>perk_process.calc_amt</dbname> <type precision="3">decimal</type>
</table_column> <update>yes</update>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type precision="3">decimal</type> <name>diff_amt</name>
<update>yes</update> <dbname>perk_process.diff_amt</dbname>
<updatewhereclause>yes</updatewhereclause> </table_column>
<name>diff_amt</name> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;perk_process&quot; ) COLUMN(NAME=&quot;perk_process.tran_id&quot;) COLUMN(NAME=&quot;perk_process.emp_code&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;perk_process.ad_code&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;perk_process.proc_date&quot;) COLUMN(NAME=&quot;perk_process.cadre_code&quot;) COLUMN(NAME=&quot;perk_process.grade_code&quot;) COLUMN(NAME=&quot;perk_process.dept_code&quot;) COLUMN(NAME=&quot;perk_process.pay_table&quot;) COLUMN(NAME=&quot;perk_process.site_code__pay&quot;) COLUMN(NAME=&quot;perk_process.processed_for&quot;) COLUMN(NAME=&quot;perk_process.next_process&quot;) COLUMN(NAME=&quot;perk_process.amount&quot;) COLUMN(NAME=&quot;perk_process.confirmed&quot;) COLUMN(NAME=&quot;perk_process.chg_date&quot;) COLUMN(NAME=&quot;perk_process.chg_user&quot;) COLUMN(NAME=&quot;perk_process.chg_term&quot;) COLUMN(NAME=&quot;perk_process.calc_amt&quot;) COLUMN(NAME=&quot;perk_process.diff_amt&quot;) JOIN (LEFT=&quot;perk_process.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; ) JOIN (LEFT=&quot;perk_process.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; )WHERE( EXP1 =&quot;( ( ~&quot;PERK_PROCESS~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:m_tranid ) )&quot; ) ) ARG(NAME = &quot;m_tranid&quot; TYPE = string) </retrieve>
<dbname>perk_process.diff_amt</dbname> <update>PERK_PROCESS</update>
</table_column> <updatewhere>0</updatewhere>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;allwdedn&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;perk_process&quot; ) COLUMN(NAME=&quot;perk_process.tran_id&quot;) COLUMN(NAME=&quot;perk_process.emp_code&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;perk_process.ad_code&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;perk_process.proc_date&quot;) COLUMN(NAME=&quot;perk_process.cadre_code&quot;) COLUMN(NAME=&quot;perk_process.grade_code&quot;) COLUMN(NAME=&quot;perk_process.dept_code&quot;) COLUMN(NAME=&quot;perk_process.pay_table&quot;) COLUMN(NAME=&quot;perk_process.site_code__pay&quot;) COLUMN(NAME=&quot;perk_process.processed_for&quot;) COLUMN(NAME=&quot;perk_process.next_process&quot;) COLUMN(NAME=&quot;perk_process.amount&quot;) COLUMN(NAME=&quot;perk_process.confirmed&quot;) COLUMN(NAME=&quot;perk_process.chg_date&quot;) COLUMN(NAME=&quot;perk_process.chg_user&quot;) COLUMN(NAME=&quot;perk_process.chg_term&quot;) COLUMN(NAME=&quot;perk_process.calc_amt&quot;) COLUMN(NAME=&quot;perk_process.diff_amt&quot;) JOIN (LEFT=&quot;perk_process.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; ) JOIN (LEFT=&quot;perk_process.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; )WHERE( EXP1 =&quot;( ( ~&quot;PERK_PROCESS~&quot;.~&quot;TRAN_ID~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:m_tranid ) )&quot; ) ) ARG(NAME = &quot;m_tranid&quot; TYPE = string) </retrieve> <updatekeyinplace>no</updatekeyinplace>
<update>PERK_PROCESS</update> <argument>
<updatewhere>0</updatewhere> <name>m_tranid</name>
<updatekeyinplace>no</updatekeyinplace> <type>string</type>
<argument> </argument>
<name>m_tranid</name> </TableDefinition>
<type>string</type> <GroupBox>
</argument> <band>Detail</band>
</TableDefinition> <text>Basic</text>
<GroupBox> <border>2</border>
<band>Detail</band> <color>0</color>
<text>Basic</text> <x>7</x>
<border>2</border> <y>6</y>
<color>0</color> <height>294</height>
<x>4</x> <width>485</width>
<y>3</y> <name>gb_1</name>
<height>229</height> <visible>1</visible>
<width>566</width> <font>
<name>gb_1</name> <face>Times New Roman</face>
<visible>1</visible> <height>-10</height>
<font> <weight>400</weight>
<face>Times New Roman</face> <family>1</family>
<height>-10</height> <pitch>2</pitch>
<weight>400</weight> <charset>0</charset>
<family>1</family> </font>
<pitch>2</pitch> <background>
<charset>0</charset> <mode>1</mode>
</font> <color>553648127</color>
<background> </background>
<mode>2</mode> </GroupBox>
<color>67108864</color> <ColumnObject>
</background> <band>Detail</band>
</GroupBox> <id>3</id>
<TextObject> <alignment>0</alignment>
<band>Detail</band> <tabsequence>32766</tabsequence>
<alignment>1</alignment> <border>5</border>
<text>Transaction Id :</text> <color>255</color>
<border>0</border> <x>191</x>
<color>0</color> <y>80</y>
<x>11</x> <height>19</height>
<y>33</y> <width>139</width>
<height>16</height> <format>[general]</format>
<width>98</width> <html>
<html> <valueishtml>0</valueishtml>
<valueishtml>0</valueishtml> </html>
</html> <name>emp_fname</name>
<name>tran_id_t</name> <visible>1</visible>
<visible>1</visible> <EditStyle style="edit">
<font> <limit>15</limit>
<face>Times New Roman</face> <case>any</case>
<height>-10</height> <focusrectangle>no</focusrectangle>
<weight>400</weight> <autoselect>yes</autoselect>
<family>1</family> <autohscroll>yes</autohscroll>
<pitch>2</pitch> <imemode>0</imemode>
<charset>0</charset> </EditStyle>
</font> <font>
<background> <face>Times New Roman</face>
<mode>1</mode> <height>-10</height>
<color>536870912</color> <weight>400</weight>
</background> <family>1</family>
</TextObject> <pitch>2</pitch>
<TextObject> <charset>0</charset>
<band>Detail</band> </font>
<alignment>1</alignment> <background>
<text>Employee :</text> <mode>2</mode>
<border>0</border> <color>12632256</color>
<color>0</color> </background>
<x>29</x> </ColumnObject>
<y>57</y> <ColumnObject>
<height>16</height> <band>Detail</band>
<width>80</width> <id>4</id>
<html> <alignment>0</alignment>
<valueishtml>0</valueishtml> <tabsequence>32766</tabsequence>
</html> <border>5</border>
<name>emp_code_t</name> <color>255</color>
<visible>1</visible> <x>335</x>
<font> <y>80</y>
<face>Times New Roman</face> <height>19</height>
<height>-10</height> <width>139</width>
<weight>400</weight> <format>[general]</format>
<family>1</family> <html>
<pitch>2</pitch> <valueishtml>0</valueishtml>
<charset>0</charset> </html>
</font> <name>emp_lname</name>
<background> <visible>1</visible>
<mode>1</mode> <EditStyle style="edit">
<color>536870912</color> <limit>15</limit>
</background> <case>any</case>
</TextObject> <focusrectangle>no</focusrectangle>
<TextObject> <autoselect>yes</autoselect>
<band>Detail</band> <autohscroll>yes</autohscroll>
<alignment>1</alignment> <imemode>0</imemode>
<text>Ad Code :</text> </EditStyle>
<border>0</border> <font>
<color>0</color> <face>Times New Roman</face>
<x>29</x> <height>-10</height>
<y>81</y> <weight>400</weight>
<height>16</height> <family>1</family>
<width>80</width> <pitch>2</pitch>
<html> <charset>0</charset>
<valueishtml>0</valueishtml> </font>
</html> <background>
<name>ad_code_t</name> <mode>2</mode>
<visible>1</visible> <color>12632256</color>
<font> </background>
<face>Times New Roman</face> </ColumnObject>
<height>-10</height> <ColumnObject>
<weight>400</weight> <band>Detail</band>
<family>1</family> <id>1</id>
<pitch>2</pitch> <alignment>0</alignment>
<charset>0</charset> <tabsequence>10</tabsequence>
</font> <border>5</border>
<background> <color>0</color>
<mode>1</mode> <x>106</x>
<color>536870912</color> <y>26</y>
</background> <height>19</height>
</TextObject> <width>110</width>
<TextObject> <format>[general]</format>
<band>Detail</band> <html>
<alignment>1</alignment> <valueishtml>0</valueishtml>
<text>Processed For :</text> </html>
<border>0</border> <name>tran_id</name>
<color>0</color> <visible>1</visible>
<x>11</x> <EditStyle style="edit">
<y>105</y> <limit>10</limit>
<height>16</height> <case>upper</case>
<width>98</width> <focusrectangle>no</focusrectangle>
<html> <autoselect>yes</autoselect>
<valueishtml>0</valueishtml> <autohscroll>yes</autohscroll>
</html> <imemode>0</imemode>
<name>processed_for_t</name> </EditStyle>
<visible>1</visible> <font>
<font> <face>Times New Roman</face>
<face>Times New Roman</face> <height>-10</height>
<height>-10</height> <weight>400</weight>
<weight>400</weight> <family>1</family>
<family>1</family> <pitch>2</pitch>
<pitch>2</pitch> <charset>0</charset>
<charset>0</charset> </font>
</font> <background>
<background> <mode>2</mode>
<mode>1</mode> <color>16777215</color>
<color>536870912</color> </background>
</background> </ColumnObject>
</TextObject> <ColumnObject>
<ColumnObject> <band>Detail</band>
<band>Detail</band> <id>2</id>
<id>5</id> <alignment>0</alignment>
<alignment>0</alignment> <tabsequence>30</tabsequence>
<tabsequence>40</tabsequence> <border>5</border>
<border>5</border> <color>0</color>
<color>0</color> <x>106</x>
<x>113</x> <y>81</y>
<y>81</y> <height>19</height>
<height>16</height> <width>79</width>
<width>61</width> <format>[general]</format>
<format>[general]</format> <html>
<html> <valueishtml>0</valueishtml>
<valueishtml>0</valueishtml> </html>
</html> <name>emp_code</name>
<name>ad_code</name> <visible>1</visible>
<visible>1</visible> <EditStyle style="edit">
<EditStyle style="edit"> <limit>10</limit>
<limit>5</limit> <case>upper</case>
<case>upper</case> <focusrectangle>no</focusrectangle>
<focusrectangle>no</focusrectangle> <autoselect>yes</autoselect>
<autoselect>yes</autoselect> <autohscroll>yes</autohscroll>
<autohscroll>yes</autohscroll> <imemode>0</imemode>
<imemode>0</imemode> </EditStyle>
</EditStyle> <font>
<font> <face>Times New Roman</face>
<face>Times New Roman</face> <height>-10</height>
<height>-10</height> <weight>400</weight>
<weight>400</weight> <family>1</family>
<family>1</family> <pitch>2</pitch>
<pitch>2</pitch> <charset>0</charset>
<charset>0</charset> </font>
</font> <background>
<background> <mode>2</mode>
<mode>2</mode> <color>16777215</color>
<color>16777215</color> </background>
</background> </ColumnObject>
</ColumnObject> <TextObject>
<ColumnObject> <band>Detail</band>
<band>Detail</band> <alignment>1</alignment>
<id>2</id> <text>Processing Date:</text>
<alignment>0</alignment> <border>0</border>
<tabsequence>30</tabsequence> <color>0</color>
<border>5</border> <x>238</x>
<color>0</color> <y>26</y>
<x>113</x> <height>16</height>
<y>57</y> <width>111</width>
<height>16</height> <html>
<width>79</width> <valueishtml>0</valueishtml>
<format>[general]</format> </html>
<html> <name>proc_date_t</name>
<valueishtml>0</valueishtml> <visible>1</visible>
</html> <font>
<name>emp_code</name> <face>Times New Roman</face>
<visible>1</visible> <height>-10</height>
<EditStyle style="edit"> <weight>400</weight>
<limit>10</limit> <family>1</family>
<case>upper</case> <pitch>2</pitch>
<focusrectangle>no</focusrectangle> <charset>0</charset>
<autoselect>yes</autoselect> </font>
<autohscroll>yes</autohscroll> <background>
<imemode>0</imemode> <mode>1</mode>
</EditStyle> <color>536870912</color>
<font> </background>
<face>Times New Roman</face> </TextObject>
<height>-10</height> <ColumnObject>
<weight>400</weight> <band>Detail</band>
<family>1</family> <id>7</id>
<pitch>2</pitch> <alignment>0</alignment>
<charset>0</charset> <tabsequence>20</tabsequence>
</font> <border>5</border>
<background> <color>0</color>
<mode>2</mode> <x>353</x>
<color>16777215</color> <y>26</y>
</background> <height>19</height>
</ColumnObject> <width>110</width>
<ColumnObject> <format>[shortdate] [time]</format>
<band>Detail</band> <html>
<id>1</id> <valueishtml>0</valueishtml>
<alignment>0</alignment> </html>
<tabsequence>10</tabsequence> <name>proc_date</name>
<border>5</border> <visible>1</visible>
<color>0</color> <EditStyle style="editmask">
<x>113</x> <mask>dd/mm/yyyy</mask>
<y>33</y> <imemode>0</imemode>
<height>16</height> <focusrectangle>no</focusrectangle>
<width>93</width> </EditStyle>
<format>[general]</format> <font>
<html> <face>Times New Roman</face>
<valueishtml>0</valueishtml> <height>-10</height>
</html> <weight>400</weight>
<name>tran_id</name> <family>1</family>
<visible>1</visible> <pitch>2</pitch>
<EditStyle style="edit"> <charset>0</charset>
<limit>10</limit> </font>
<case>upper</case> <background>
<focusrectangle>no</focusrectangle> <mode>2</mode>
<autoselect>yes</autoselect> <color>16777215</color>
<autohscroll>yes</autohscroll> </background>
<imemode>0</imemode> </ColumnObject>
</EditStyle> <TextObject>
<font> <band>Detail</band>
<face>Times New Roman</face> <alignment>1</alignment>
<height>-10</height> <text>Tran Id:</text>
<weight>400</weight> <border>0</border>
<family>1</family> <color>0</color>
<pitch>2</pitch> <x>20</x>
<charset>0</charset> <y>26</y>
</font> <height>16</height>
<background> <width>80</width>
<mode>2</mode> <html>
<color>16777215</color> <valueishtml>0</valueishtml>
</background> </html>
</ColumnObject> <name>tran_id_t</name>
<TextObject> <visible>1</visible>
<band>Detail</band> <font>
<alignment>1</alignment> <face>Times New Roman</face>
<text>Amount:</text> <height>-10</height>
<border>0</border> <weight>400</weight>
<color>0</color> <family>1</family>
<x>29</x> <pitch>2</pitch>
<y>129</y> <charset>0</charset>
<height>16</height> </font>
<width>80</width> <background>
<html> <mode>1</mode>
<valueishtml>0</valueishtml> <color>536870912</color>
</html> </background>
<name>perk_process_amount_t</name> </TextObject>
<visible>1</visible> <TextObject>
<font> <band>Detail</band>
<face>Times New Roman</face> <alignment>1</alignment>
<height>-10</height> <text>Employee:</text>
<weight>400</weight> <border>0</border>
<family>1</family> <color>0</color>
<pitch>2</pitch> <x>21</x>
<charset>0</charset> <y>81</y>
</font> <height>16</height>
<background> <width>80</width>
<mode>1</mode> <html>
<color>536870912</color> <valueishtml>0</valueishtml>
</background> </html>
</TextObject> <name>emp_code_t</name>
<ColumnObject> <visible>1</visible>
<band>Detail</band> <font>
<id>15</id> <face>Times New Roman</face>
<alignment>1</alignment> <height>-10</height>
<tabsequence>70</tabsequence> <weight>400</weight>
<border>5</border> <family>1</family>
<color>0</color> <pitch>2</pitch>
<x>113</x> <charset>0</charset>
<y>129</y> </font>
<height>16</height> <background>
<width>89</width> <mode>1</mode>
<format>[general]</format> <color>536870912</color>
<html> </background>
<valueishtml>0</valueishtml> </TextObject>
</html> <TextObject>
<name>amount</name> <band>Detail</band>
<visible>1</visible> <alignment>1</alignment>
<EditStyle style="editmask"> <text>Calculated:</text>
<mask>###,##0.00</mask> <border>0</border>
<imemode>0</imemode> <color>0</color>
<focusrectangle>no</focusrectangle> <x>25</x>
</EditStyle> <y>254</y>
<font> <height>16</height>
<face>Times New Roman</face> <width>80</width>
<height>-10</height> <html>
<weight>400</weight> <valueishtml>0</valueishtml>
<family>1</family> </html>
<pitch>2</pitch> <name>calc_amt_t</name>
<charset>0</charset> <visible>1</visible>
</font> <font>
<background> <face>Times New Roman</face>
<mode>2</mode> <height>-10</height>
<color>16777215</color> <weight>400</weight>
</background> <family>1</family>
</ColumnObject> <pitch>2</pitch>
<TextObject> <charset>0</charset>
<band>Detail</band> </font>
<alignment>1</alignment> <background>
<text>Calculated :</text> <mode>1</mode>
<border>0</border> <color>536870912</color>
<color>0</color> </background>
<x>212</x> </TextObject>
<y>129</y> <TextObject>
<height>16</height> <band>Detail</band>
<width>68</width> <alignment>1</alignment>
<html> <text>Amount:</text>
<valueishtml>0</valueishtml> <border>0</border>
</html> <color>0</color>
<name>calc_amt_t</name> <x>24</x>
<visible>1</visible> <y>226</y>
<font> <height>16</height>
<face>Times New Roman</face> <width>80</width>
<height>-10</height> <html>
<weight>400</weight> <valueishtml>0</valueishtml>
<family>1</family> </html>
<pitch>2</pitch> <name>amount_t</name>
<charset>0</charset> <visible>1</visible>
</font> <font>
<background> <face>Times New Roman</face>
<mode>1</mode> <height>-10</height>
<color>536870912</color> <weight>400</weight>
</background> <family>1</family>
</TextObject> <pitch>2</pitch>
<ColumnObject> <charset>0</charset>
<band>Detail</band> </font>
<id>20</id> <background>
<alignment>1</alignment> <mode>1</mode>
<tabsequence>32766</tabsequence> <color>536870912</color>
<border>5</border> </background>
<color>255</color> </TextObject>
<x>285</x> <ColumnObject>
<y>129</y> <band>Detail</band>
<height>16</height> <id>15</id>
<width>89</width> <alignment>1</alignment>
<format>[general]</format> <tabsequence>70</tabsequence>
<html> <border>5</border>
<valueishtml>0</valueishtml> <color>0</color>
</html> <x>108</x>
<name>calc_amt</name> <y>226</y>
<visible>1</visible> <height>19</height>
<EditStyle style="editmask"> <width>109</width>
<mask>###,##0.00</mask> <format>[general]</format>
<imemode>0</imemode> <html>
<focusrectangle>no</focusrectangle> <valueishtml>0</valueishtml>
</EditStyle> </html>
<font> <name>amount</name>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <EditStyle style="editmask">
<weight>400</weight> <mask>###,##0.00</mask>
<family>1</family> <imemode>0</imemode>
<pitch>2</pitch> <focusrectangle>no</focusrectangle>
<charset>0</charset> </EditStyle>
</font> <font>
<background> <face>Times New Roman</face>
<mode>2</mode> <height>-10</height>
<color>12632256</color> <weight>400</weight>
</background> <family>1</family>
</ColumnObject> <pitch>2</pitch>
<ColumnObject> <charset>0</charset>
<band>Detail</band> </font>
<id>21</id> <background>
<alignment>1</alignment> <mode>2</mode>
<tabsequence>32766</tabsequence> <color>16777215</color>
<border>5</border> </background>
<color>255</color> </ColumnObject>
<x>461</x> <TextObject>
<y>129</y> <band>Detail</band>
<height>16</height> <alignment>1</alignment>
<width>89</width> <text>Processed For:</text>
<format>[general]</format> <border>0</border>
<html> <color>0</color>
<valueishtml>0</valueishtml> <x>235</x>
</html> <y>169</y>
<name>diff_amt</name> <height>16</height>
<visible>1</visible> <width>111</width>
<EditStyle style="editmask"> <html>
<mask>###,##0.00</mask> <valueishtml>0</valueishtml>
<imemode>0</imemode> </html>
<focusrectangle>no</focusrectangle> <name>processed_for_t</name>
</EditStyle> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>12632256</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Differance :</text> <text>Ad Code:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>384</x> <x>22</x>
<y>129</y> <y>141</y>
<height>16</height> <height>16</height>
<width>72</width> <width>80</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_amt_t</name> <name>ad_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>5</id>
<text>Processing Date :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>40</tabsequence>
<color>0</color> <border>5</border>
<x>345</x> <color>0</color>
<y>33</y> <x>106</x>
<height>16</height> <y>140</y>
<width>111</width> <height>19</height>
<html> <width>61</width>
<valueishtml>0</valueishtml> <format>[general]</format>
</html> <html>
<name>perk_process_proc_date_t</name> <valueishtml>0</valueishtml>
<visible>1</visible> </html>
<font> <name>ad_code</name>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <EditStyle style="edit">
<weight>400</weight> <limit>5</limit>
<family>1</family> <case>upper</case>
<pitch>2</pitch> <focusrectangle>no</focusrectangle>
<charset>0</charset> <autoselect>yes</autoselect>
</font> <autohscroll>yes</autohscroll>
<background> <imemode>0</imemode>
<mode>1</mode> </EditStyle>
<color>536870912</color> <font>
</background> <face>Times New Roman</face>
</TextObject> <height>-10</height>
<ColumnObject> <weight>400</weight>
<band>Detail</band> <family>1</family>
<id>3</id> <pitch>2</pitch>
<alignment>0</alignment> <charset>0</charset>
<tabsequence>32766</tabsequence> </font>
<border>5</border> <background>
<color>255</color> <mode>2</mode>
<x>198</x> <color>16777215</color>
<y>57</y> </background>
<height>16</height> </ColumnObject>
<width>174</width> <ColumnObject>
<format>[general]</format> <band>Detail</band>
<html> <id>6</id>
<valueishtml>0</valueishtml> <alignment>0</alignment>
</html> <tabsequence>32766</tabsequence>
<name>emp_fname</name> <border>5</border>
<visible>1</visible> <color>255</color>
<EditStyle style="edit"> <x>176</x>
<limit>15</limit> <y>140</y>
<case>any</case> <height>19</height>
<focusrectangle>no</focusrectangle> <width>297</width>
<autoselect>yes</autoselect> <format>[general]</format>
<autohscroll>yes</autohscroll> <html>
<imemode>0</imemode> <valueishtml>0</valueishtml>
</EditStyle> </html>
<font> <name>descr</name>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <EditStyle style="edit">
<weight>400</weight> <limit>40</limit>
<family>1</family> <case>any</case>
<pitch>2</pitch> <focusrectangle>no</focusrectangle>
<charset>0</charset> <autoselect>yes</autoselect>
</font> <autohscroll>yes</autohscroll>
<background> <imemode>0</imemode>
<mode>2</mode> </EditStyle>
<color>12632256</color> <font>
</background> <face>Times New Roman</face>
</ColumnObject> <height>-10</height>
<ColumnObject> <weight>400</weight>
<band>Detail</band> <family>1</family>
<id>4</id> <pitch>2</pitch>
<alignment>0</alignment> <charset>0</charset>
<tabsequence>32766</tabsequence> </font>
<border>5</border> <background>
<color>255</color> <mode>2</mode>
<x>376</x> <color>12632256</color>
<y>57</y> </background>
<height>16</height> </ColumnObject>
<width>174</width> <TextObject>
<format>[general]</format> <band>Detail</band>
<html> <alignment>1</alignment>
<valueishtml>0</valueishtml> <text>Next Process:</text>
</html> <border>0</border>
<name>emp_lname</name> <color>0</color>
<visible>1</visible> <x>24</x>
<EditStyle style="edit"> <y>198</y>
<limit>15</limit> <height>16</height>
<case>any</case> <width>80</width>
<focusrectangle>no</focusrectangle> <html>
<autoselect>yes</autoselect> <valueishtml>0</valueishtml>
<autohscroll>yes</autohscroll> </html>
<imemode>0</imemode> <name>next_process_t</name>
</EditStyle> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>12632256</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Confirmed:</text>
<tabsequence>50</tabsequence> <border>0</border>
<border>5</border> <color>0</color>
<color>0</color> <x>237</x>
<x>113</x> <y>227</y>
<y>105</y> <height>16</height>
<height>16</height> <width>111</width>
<width>93</width> <html>
<format>[shortdate] [time]</format> <valueishtml>0</valueishtml>
<html> </html>
<valueishtml>0</valueishtml> <name>confirmed_t</name>
</html> <visible>1</visible>
<name>processed_for</name> <font>
<visible>1</visible> <face>Times New Roman</face>
<EditStyle style="editmask"> <height>-10</height>
<mask>dd/mm/yyyy</mask> <weight>400</weight>
<imemode>0</imemode> <family>1</family>
<focusrectangle>no</focusrectangle> <pitch>2</pitch>
</EditStyle> <charset>0</charset>
<font> </font>
<face>Times New Roman</face> <background>
<height>-10</height> <mode>1</mode>
<weight>400</weight> <color>536870912</color>
<family>1</family> </background>
<pitch>2</pitch> </TextObject>
<charset>0</charset> <TextObject>
</font> <band>Detail</band>
<background> <alignment>1</alignment>
<mode>2</mode> <text>Difference:</text>
<color>16777215</color> <border>0</border>
</background> <color>0</color>
</ColumnObject> <x>235</x>
<TextObject> <y>255</y>
<band>Detail</band> <height>16</height>
<alignment>1</alignment> <width>111</width>
<text>Next Process :</text> <html>
<border>0</border> <valueishtml>0</valueishtml>
<color>0</color> </html>
<x>220</x> <name>diff_amt_t</name>
<y>105</y> <visible>1</visible>
<height>16</height> <font>
<width>84</width> <face>Times New Roman</face>
<html> <height>-10</height>
<valueishtml>0</valueishtml> <weight>400</weight>
</html> <family>1</family>
<name>next_process_t</name> <pitch>2</pitch>
<visible>1</visible> <charset>0</charset>
<font> </font>
<face>Times New Roman</face> <background>
<height>-10</height> <mode>1</mode>
<weight>400</weight> <color>536870912</color>
<family>1</family> </background>
<pitch>2</pitch> </TextObject>
<charset>0</charset> <ColumnObject>
</font> <band>Detail</band>
<background> <id>13</id>
<mode>1</mode> <alignment>0</alignment>
<color>536870912</color> <tabsequence>50</tabsequence>
</background> <border>5</border>
</TextObject> <color>0</color>
<ColumnObject> <x>350</x>
<band>Detail</band> <y>168</y>
<id>7</id> <height>19</height>
<alignment>0</alignment> <width>110</width>
<tabsequence>20</tabsequence> <format>[shortdate] [time]</format>
<border>5</border> <html>
<color>0</color> <valueishtml>0</valueishtml>
<x>457</x> </html>
<y>33</y> <name>processed_for</name>
<height>16</height> <visible>1</visible>
<width>93</width> <EditStyle style="editmask">
<format>[shortdate] [time]</format> <mask>dd/mm/yyyy</mask>
<html> <imemode>0</imemode>
<valueishtml>0</valueishtml> <focusrectangle>no</focusrectangle>
</html> </EditStyle>
<name>proc_date</name> <font>
<visible>1</visible> <face>Times New Roman</face>
<EditStyle style="editmask"> <height>-10</height>
<mask>dd/mm/yyyy</mask> <weight>400</weight>
<imemode>0</imemode> <family>1</family>
<focusrectangle>no</focusrectangle> <pitch>2</pitch>
</EditStyle> <charset>0</charset>
<font> </font>
<face>Times New Roman</face> <background>
<height>-10</height> <mode>2</mode>
<weight>400</weight> <color>16777215</color>
<family>1</family> </background>
<pitch>2</pitch> </ColumnObject>
<charset>0</charset> <ColumnObject>
</font> <band>Detail</band>
<background> <id>14</id>
<mode>2</mode> <alignment>0</alignment>
<color>16777215</color> <tabsequence>60</tabsequence>
</background> <border>5</border>
</ColumnObject> <color>0</color>
<ColumnObject> <x>108</x>
<band>Detail</band> <y>198</y>
<id>6</id> <height>19</height>
<alignment>0</alignment> <width>110</width>
<tabsequence>32766</tabsequence> <format>[shortdate] [time]</format>
<border>5</border> <html>
<color>255</color> <valueishtml>0</valueishtml>
<x>179</x> </html>
<y>81</y> <name>next_process</name>
<height>16</height> <visible>1</visible>
<width>371</width> <EditStyle style="editmask">
<format>[general]</format> <mask>dd/mm/yyyy</mask>
<html> <imemode>0</imemode>
<valueishtml>0</valueishtml> <focusrectangle>no</focusrectangle>
</html> </EditStyle>
<name>descr</name> <font>
<visible>1</visible> <face>Times New Roman</face>
<EditStyle style="edit"> <height>-10</height>
<limit>40</limit> <weight>400</weight>
<case>any</case> <family>1</family>
<focusrectangle>no</focusrectangle> <pitch>2</pitch>
<autoselect>yes</autoselect> <charset>0</charset>
<autohscroll>yes</autohscroll> </font>
<imemode>0</imemode> <background>
</EditStyle> <mode>2</mode>
<font> <color>16777215</color>
<face>Times New Roman</face> </background>
<height>-10</height> </ColumnObject>
<weight>400</weight> <ColumnObject>
<family>1</family> <band>Detail</band>
<pitch>2</pitch> <id>16</id>
<charset>0</charset> <alignment>0</alignment>
</font> <tabsequence>32766</tabsequence>
<background> <border>5</border>
<mode>2</mode> <color>255</color>
<color>12632256</color> <x>352</x>
</background> <y>227</y>
</ColumnObject> <height>19</height>
<ColumnObject> <width>110</width>
<band>Detail</band> <format>[Yes/No]</format>
<id>14</id> <html>
<alignment>0</alignment> <valueishtml>0</valueishtml>
<tabsequence>60</tabsequence> </html>
<border>5</border> <name>confirmed</name>
<color>0</color> <visible>1</visible>
<x>308</x> <EditStyle style="edit">
<y>105</y> <limit>0</limit>
<height>16</height> <case>any</case>
<width>93</width> <focusrectangle>no</focusrectangle>
<format>[shortdate] [time]</format> <autoselect>no</autoselect>
<html> <imemode>0</imemode>
<valueishtml>0</valueishtml> </EditStyle>
</html> <font>
<name>next_process</name> <face>Times New Roman</face>
<visible>1</visible> <height>-10</height>
<EditStyle style="editmask"> <weight>400</weight>
<mask>dd/mm/yyyy</mask> <family>1</family>
<imemode>0</imemode> <pitch>2</pitch>
<focusrectangle>no</focusrectangle> <charset>0</charset>
</EditStyle> </font>
<font> <background>
<face>Times New Roman</face> <mode>2</mode>
<height>-10</height> <color>79741120</color>
<weight>400</weight> </background>
<family>1</family> </ColumnObject>
<pitch>2</pitch> <ColumnObject>
<charset>0</charset> <band>Detail</band>
</font> <id>20</id>
<background> <alignment>1</alignment>
<mode>2</mode> <tabsequence>32766</tabsequence>
<color>16777215</color> <border>5</border>
</background> <color>255</color>
</ColumnObject> <x>109</x>
<TextObject> <y>254</y>
<band>Detail</band> <height>19</height>
<alignment>1</alignment> <width>109</width>
<text>Confirmed :</text> <format>[general]</format>
<border>0</border> <html>
<color>0</color> <valueishtml>0</valueishtml>
<x>413</x> </html>
<y>105</y> <name>calc_amt</name>
<height>16</height> <visible>1</visible>
<width>79</width> <EditStyle style="editmask">
<html> <mask>###,##0.00</mask>
<valueishtml>0</valueishtml> <imemode>0</imemode>
</html> <focusrectangle>no</focusrectangle>
<name>confirmed_t</name> </EditStyle>
<visible>1</visible> <font>
<font> <face>Times New Roman</face>
<face>Times New Roman</face> <height>-10</height>
<height>-10</height> <weight>400</weight>
<weight>400</weight> <family>1</family>
<family>1</family> <pitch>2</pitch>
<pitch>2</pitch> <charset>0</charset>
<charset>0</charset> </font>
</font> <background>
<background> <mode>2</mode>
<mode>1</mode> <color>12632256</color>
<color>536870912</color> </background>
</background> </ColumnObject>
</TextObject> <ColumnObject>
<ColumnObject> <band>Detail</band>
<band>Detail</band> <id>21</id>
<id>16</id> <alignment>1</alignment>
<alignment>0</alignment> <tabsequence>32766</tabsequence>
<tabsequence>32766</tabsequence> <border>5</border>
<border>5</border> <color>255</color>
<color>255</color> <x>351</x>
<x>496</x> <y>254</y>
<y>105</y> <height>19</height>
<height>16</height> <width>110</width>
<width>54</width> <format>[general]</format>
<format>[general]</format> <html>
<html> <valueishtml>0</valueishtml>
<valueishtml>0</valueishtml> </html>
</html> <name>diff_amt</name>
<name>confirmed</name> <visible>1</visible>
<visible>1</visible> <EditStyle style="editmask">
<EditStyle style="ddlb"> <mask>###,##0.00</mask>
<limit>0</limit> <imemode>0</imemode>
<allowedit>no</allowedit> <focusrectangle>no</focusrectangle>
<case>any</case> </EditStyle>
<imemode>0</imemode> <font>
</EditStyle> <face>Times New Roman</face>
<font> <height>-10</height>
<face>Times New Roman</face> <weight>400</weight>
<height>-10</height> <family>1</family>
<weight>400</weight> <pitch>2</pitch>
<family>1</family> <charset>0</charset>
<pitch>2</pitch> </font>
<charset>0</charset> <background>
</font> <mode>2</mode>
<background> <color>12632256</color>
<mode>2</mode> </background>
<color>79741120</color> </ColumnObject>
</background> <ColumnObject>
</ColumnObject> <band>Detail</band>
<ColumnObject> <id>9</id>
<band>Detail</band> <alignment>0</alignment>
<id>9</id> <tabsequence>32766</tabsequence>
<alignment>0</alignment> <border>5</border>
<tabsequence>32766</tabsequence> <color>0</color>
<border>5</border> <x>105</x>
<color>0</color> <y>53</y>
<x>38</x> <height>19</height>
<y>163</y> <width>110</width>
<height>16</height> <format>[general]</format>
<width>30</width> <html>
<format>[general]</format> <valueishtml>0</valueishtml>
<html> </html>
<valueishtml>0</valueishtml> <name>grade_code</name>
</html> <visible expression="0">1</visible>
<name>grade_code</name> <EditStyle style="edit">
<visible expression="0">0</visible> <limit>5</limit>
<EditStyle style="edit"> <case>any</case>
<limit>5</limit> <focusrectangle>no</focusrectangle>
<case>any</case> <autoselect>yes</autoselect>
<focusrectangle>no</focusrectangle> <autohscroll>yes</autohscroll>
<autoselect>yes</autoselect> <imemode>0</imemode>
<autohscroll>yes</autohscroll> </EditStyle>
<imemode>0</imemode> <font>
</EditStyle> <face>Times New Roman</face>
<font> <height>-10</height>
<face>Times New Roman</face> <weight>400</weight>
<height>-10</height> <family>1</family>
<weight>400</weight> <pitch>2</pitch>
<family>1</family> <charset>0</charset>
<pitch>2</pitch> </font>
<charset>0</charset> <background>
</font> <mode>2</mode>
<background> <color>16777215</color>
<mode>2</mode> </background>
<color>16777215</color> </ColumnObject>
</background> <ColumnObject>
</ColumnObject> <band>Detail</band>
<ColumnObject> <id>8</id>
<band>Detail</band> <alignment>0</alignment>
<id>11</id> <tabsequence>32766</tabsequence>
<alignment>0</alignment> <border>5</border>
<tabsequence>32766</tabsequence> <color>0</color>
<border>5</border> <x>350</x>
<color>0</color> <y>196</y>
<x>120</x> <height>19</height>
<y>163</y> <width>110</width>
<height>16</height> <format>[general]</format>
<width>30</width> <html>
<format>[general]</format> <valueishtml>0</valueishtml>
<html> </html>
<valueishtml>0</valueishtml> <name>cadre_code</name>
</html> <visible expression="0">1</visible>
<name>pay_table</name> <EditStyle style="edit">
<visible expression="0">0</visible> <limit>5</limit>
<EditStyle style="edit"> <case>any</case>
<limit>5</limit> <focusrectangle>no</focusrectangle>
<case>any</case> <autoselect>yes</autoselect>
<focusrectangle>no</focusrectangle> <autohscroll>yes</autohscroll>
<autoselect>yes</autoselect> <imemode>0</imemode>
<autohscroll>yes</autohscroll> </EditStyle>
<imemode>0</imemode> <font>
</EditStyle> <face>Times New Roman</face>
<font> <height>-10</height>
<face>Times New Roman</face> <weight>400</weight>
<height>-10</height> <family>1</family>
<weight>400</weight> <pitch>2</pitch>
<family>1</family> <charset>0</charset>
<pitch>2</pitch> </font>
<charset>0</charset> <background>
</font> <mode>2</mode>
<background> <color>16777215</color>
<mode>2</mode> </background>
<color>16777215</color> </ColumnObject>
</background> <ColumnObject>
</ColumnObject> <band>Detail</band>
<ColumnObject> <id>12</id>
<band>Detail</band> <alignment>0</alignment>
<id>12</id> <tabsequence>32766</tabsequence>
<alignment>0</alignment> <border>5</border>
<tabsequence>32766</tabsequence> <color>0</color>
<border>5</border> <x>108</x>
<color>0</color> <y>168</y>
<x>162</x> <height>19</height>
<y>163</y> <width>112</width>
<height>16</height> <format>[general]</format>
<width>30</width> <html>
<format>[general]</format> <valueishtml>0</valueishtml>
<html> </html>
<valueishtml>0</valueishtml> <name>site_code__pay</name>
</html> <visible expression="0">1</visible>
<name>site_code__pay</name> <EditStyle style="edit">
<visible expression="0">0</visible> <limit>5</limit>
<EditStyle style="edit"> <case>any</case>
<limit>5</limit> <focusrectangle>no</focusrectangle>
<case>any</case> <autoselect>yes</autoselect>
<focusrectangle>no</focusrectangle> <autohscroll>yes</autohscroll>
<autoselect>yes</autoselect> <imemode>0</imemode>
<autohscroll>yes</autohscroll> </EditStyle>
<imemode>0</imemode> <font>
</EditStyle> <face>Times New Roman</face>
<font> <height>-10</height>
<face>Times New Roman</face> <weight>400</weight>
<height>-10</height> <family>1</family>
<weight>400</weight> <pitch>2</pitch>
<family>1</family> <charset>0</charset>
<pitch>2</pitch> </font>
<charset>0</charset> <background>
</font> <mode>2</mode>
<background> <color>16777215</color>
<mode>2</mode> </background>
<color>16777215</color> </ColumnObject>
</background> <ColumnObject>
</ColumnObject> <band>Detail</band>
<ColumnObject> <id>11</id>
<band>Detail</band> <alignment>0</alignment>
<id>8</id> <tabsequence>32766</tabsequence>
<alignment>0</alignment> <border>5</border>
<tabsequence>32766</tabsequence> <color>0</color>
<border>5</border> <x>107</x>
<color>0</color> <y>110</y>
<x>208</x> <height>19</height>
<y>163</y> <width>108</width>
<height>16</height> <format>[general]</format>
<width>30</width> <html>
<format>[general]</format> <valueishtml>0</valueishtml>
<html> </html>
<valueishtml>0</valueishtml> <name>pay_table</name>
</html> <visible expression="0">1</visible>
<name>cadre_code</name> <EditStyle style="edit">
<visible expression="0">0</visible> <limit>5</limit>
<EditStyle style="edit"> <case>any</case>
<limit>5</limit> <focusrectangle>no</focusrectangle>
<case>any</case> <autoselect>yes</autoselect>
<focusrectangle>no</focusrectangle> <autohscroll>yes</autohscroll>
<autoselect>yes</autoselect> <imemode>0</imemode>
<autohscroll>yes</autohscroll> </EditStyle>
<imemode>0</imemode> <font>
</EditStyle> <face>Times New Roman</face>
<font> <height>-10</height>
<face>Times New Roman</face> <weight>400</weight>
<height>-10</height> <family>1</family>
<weight>400</weight> <pitch>2</pitch>
<family>1</family> <charset>0</charset>
<pitch>2</pitch> </font>
<charset>0</charset> <background>
</font> <mode>2</mode>
<background> <color>16777215</color>
<mode>2</mode> </background>
<color>16777215</color> </ColumnObject>
</background> <ColumnObject>
</ColumnObject> <band>Detail</band>
<ColumnObject> <id>10</id>
<band>Detail</band> <alignment>0</alignment>
<id>17</id> <tabsequence>32766</tabsequence>
<alignment>0</alignment> <border>5</border>
<tabsequence>32766</tabsequence> <color>0</color>
<border>5</border> <x>352</x>
<color>0</color> <y>53</y>
<x>249</x> <height>19</height>
<y>163</y> <width>110</width>
<height>16</height> <format>[general]</format>
<width>110</width> <html>
<format>[shortdate] [time]</format> <valueishtml>0</valueishtml>
<html> </html>
<valueishtml>0</valueishtml> <name>dept_code</name>
</html> <visible expression="0">1</visible>
<name>chg_date</name> <EditStyle style="edit">
<visible expression="0">0</visible> <limit>5</limit>
<EditStyle style="edit"> <case>any</case>
<limit>0</limit> <focusrectangle>no</focusrectangle>
<case>any</case> <autoselect>yes</autoselect>
<focusrectangle>no</focusrectangle> <autohscroll>yes</autohscroll>
<autoselect>yes</autoselect> <imemode>0</imemode>
<autohscroll>yes</autohscroll> </EditStyle>
<imemode>0</imemode> <font>
</EditStyle> <face>Times New Roman</face>
<font> <height>-10</height>
<face>Times New Roman</face> <weight>400</weight>
<height>-10</height> <family>1</family>
<weight>400</weight> <pitch>2</pitch>
<family>1</family> <charset>0</charset>
<pitch>2</pitch> </font>
<charset>0</charset> <background>
</font> <mode>2</mode>
<background> <color>16777215</color>
<mode>2</mode> </background>
<color>16777215</color> </ColumnObject>
</background> <GroupBox>
</ColumnObject> <band>Detail</band>
<ColumnObject> <text>Others</text>
<band>Detail</band> <border>2</border>
<id>18</id> <color>0</color>
<alignment>0</alignment> <x>7</x>
<tabsequence>32766</tabsequence> <y>305</y>
<border>5</border> <height>77</height>
<color>0</color> <width>484</width>
<x>373</x> <name>gb_2</name>
<y>163</y> <visible>1</visible>
<height>16</height> <font>
<width>55</width> <face>Times New Roman</face>
<format>[general]</format> <height>-10</height>
<html> <weight>400</weight>
<valueishtml>0</valueishtml> <family>1</family>
</html> <pitch>2</pitch>
<name>chg_user</name> <charset>0</charset>
<visible expression="0">0</visible> </font>
<EditStyle style="edit"> <background>
<limit>10</limit> <mode>1</mode>
<case>any</case> <color>553648127</color>
<focusrectangle>no</focusrectangle> </background>
<autoselect>yes</autoselect> </GroupBox>
<autohscroll>yes</autohscroll> <TextObject>
<imemode>0</imemode> <band>Detail</band>
</EditStyle> <alignment>0</alignment>
<font> <text>Change Date</text>
<face>Times New Roman</face> <border>0</border>
<height>-10</height> <color>0</color>
<weight>400</weight> <x>15</x>
<family>1</family> <y>341</y>
<pitch>2</pitch> <height>16</height>
<charset>0</charset> <width>69</width>
</font> <html>
<background> <valueishtml>0</valueishtml>
<mode>2</mode> </html>
<color>16777215</color> <name>chg_date_t</name>
</background> <visible>1</visible>
</ColumnObject> <font>
<ColumnObject> <face>Times New Roman</face>
<band>Detail</band> <height>-10</height>
<id>19</id> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<tabsequence>32766</tabsequence> <pitch>2</pitch>
<border>5</border> <charset>0</charset>
<color>0</color> </font>
<x>449</x> <background>
<y>163</y> <mode>1</mode>
<height>16</height> <color>553648127</color>
<width>80</width> </background>
<format>[general]</format> </TextObject>
<html> <ColumnObject>
<valueishtml>0</valueishtml> <band>Detail</band>
</html> <id>17</id>
<name>chg_term</name> <alignment>0</alignment>
<visible expression="0">0</visible> <tabsequence>32766</tabsequence>
<EditStyle style="edit"> <border>5</border>
<limit>15</limit> <color>0</color>
<case>any</case> <x>88</x>
<focusrectangle>no</focusrectangle> <y>341</y>
<autoselect>yes</autoselect> <height>19</height>
<autohscroll>yes</autohscroll> <width>55</width>
<imemode>0</imemode> <format>[shortdate] [time]</format>
</EditStyle> <html>
<font> <valueishtml>0</valueishtml>
<face>Times New Roman</face> </html>
<height>-10</height> <name>chg_date</name>
<weight>400</weight> <visible expression="0">1</visible>
<family>1</family> <EditStyle style="edit">
<pitch>2</pitch> <limit>0</limit>
<charset>0</charset> <case>any</case>
</font> <focusrectangle>no</focusrectangle>
<background> <autoselect>yes</autoselect>
<mode>2</mode> <autohscroll>yes</autohscroll>
<color>16777215</color> <imemode>0</imemode>
</background> </EditStyle>
</ColumnObject> <font>
<ColumnObject> <face>Times New Roman</face>
<band>Detail</band> <height>-10</height>
<id>10</id> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<tabsequence>32766</tabsequence> <pitch>2</pitch>
<border>5</border> <charset>0</charset>
<color>0</color> </font>
<x>80</x> <background>
<y>163</y> <mode>2</mode>
<height>16</height> <color>16777215</color>
<width>30</width> </background>
<format>[general]</format> </ColumnObject>
<html> <TextObject>
<valueishtml>0</valueishtml> <band>Detail</band>
</html> <alignment>0</alignment>
<name>dept_code</name> <text>Change User</text>
<visible expression="0">0</visible> <border>0</border>
<EditStyle style="edit"> <color>0</color>
<limit>5</limit> <x>171</x>
<case>any</case> <y>341</y>
<focusrectangle>no</focusrectangle> <height>16</height>
<autoselect>yes</autoselect> <width>69</width>
<autohscroll>yes</autohscroll> <html>
<imemode>0</imemode> <valueishtml>0</valueishtml>
</EditStyle> </html>
<font> <name>chg_user_t</name>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>1</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>1</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>2</mode> </font>
<color>16777215</color> <background>
</background> <mode>1</mode>
</ColumnObject> <color>553648127</color>
<HtmlTable> </background>
<border>1</border> </TextObject>
</HtmlTable> <ColumnObject>
<HtmlGen> <band>Detail</band>
<clientevents>1</clientevents> <id>18</id>
<clientvalidation>1</clientvalidation> <alignment>0</alignment>
<clientcomputedfields>1</clientcomputedfields> <tabsequence>32766</tabsequence>
<clientformatting>0</clientformatting> <border>5</border>
<clientscriptable>0</clientscriptable> <color>0</color>
<generatejavascript>1</generatejavascript> <x>244</x>
<encodeselflinkargs>1</encodeselflinkargs> <y>341</y>
<netscapelayers>0</netscapelayers> <height>19</height>
</HtmlGen> <width>55</width>
<Export.XML> <format>[general]</format>
<headgroups>1</headgroups> <html>
<includewhitespace>0</includewhitespace> <valueishtml>0</valueishtml>
<metadatatype>0</metadatatype> </html>
<savemetadata>0</savemetadata> <name>chg_user</name>
</Export.XML> <visible expression="0">1</visible>
<Import.XML> <EditStyle style="edit">
</Import.XML> <limit>10</limit>
<Export.PDF> <case>any</case>
<method>0</method> <focusrectangle>no</focusrectangle>
<distill.custompostscript>0</distill.custompostscript> <autoselect>yes</autoselect>
<xslfop.print>0</xslfop.print> <autohscroll>yes</autohscroll>
</Export.PDF> <imemode>0</imemode>
</Sybase_eDataWindow> </EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Change Term</text>
<border>0</border>
<color>0</color>
<x>323</x>
<y>341</y>
<height>16</height>
<width>71</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>398</x>
<y>341</y>
<height>19</height>
<width>55</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<visible expression="0">1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Grade :</text>
<border>0</border>
<color>0</color>
<x>21</x>
<y>53</y>
<height>16</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>grade_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Department :</text>
<border>0</border>
<color>0</color>
<x>237</x>
<y>53</y>
<height>16</height>
<width>111</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>dept_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Pay Table :</text>
<border>0</border>
<color>0</color>
<x>22</x>
<y>111</y>
<height>16</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_table_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Site Code Pay :</text>
<border>0</border>
<color>0</color>
<x>23</x>
<y>169</y>
<height>16</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code__pay_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Cadre Code :</text>
<border>0</border>
<color>0</color>
<x>235</x>
<y>198</y>
<height>16</height>
<width>111</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_1</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
<HtmlGen>
<clientevents>1</clientevents>
<clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers>
</HtmlGen>
<Export.XML>
<headgroups>1</headgroups>
<includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype>
<savemetadata>0</savemetadata>
</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"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow> <!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow> <Sybase_eDataWindow>
<Release>9</Release> <Release>9</Release>
<BaseDefinition> <BaseDefinition>
<units>1</units> <units>1</units>
<timer_interval>0</timer_interval> <timer_interval>0</timer_interval>
<color>67108864</color> <color>67108864</color>
<processing>0</processing> <processing>0</processing>
<HTMLDW>no</HTMLDW> <HTMLDW>no</HTMLDW>
<print> <print>
<documentname></documentname> <documentname></documentname>
<printername></printername> <printername></printername>
<orientation>0</orientation> <orientation>0</orientation>
<margin> <margin>
<left>24</left> <left>24</left>
<right>24</right> <right>24</right>
<top>24</top> <top>24</top>
<bottom>24</bottom> <bottom>24</bottom>
</margin> </margin>
<paper> <paper>
<source>0</source> <source>0</source>
<size>0</size> <size>0</size>
</paper> </paper>
<prompt>no</prompt> <prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter> <canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons> <buttons>no</buttons>
<preview.buttons>no</preview.buttons> <preview.buttons>no</preview.buttons>
<cliptext>no</cliptext> <cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob> <overrideprintjob>no</overrideprintjob>
</print> </print>
</BaseDefinition> </BaseDefinition>
<Summary> <Summary>
<height>0</height> <height>97</height>
<color>536870912</color> <color>536870912</color>
</Summary> </Summary>
<Footer> <Footer>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>239</height> <height>435</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <name>tran_id</name>
<name>tran_id</name> <dbname>perk_process_det.tran_id</dbname>
<dbname>perk_process_det.tran_id</dbname> </table_column>
</table_column> <table_column>
<table_column> <type size="5">char</type>
<type size="5">char</type> <update>yes</update>
<update>yes</update> <updatewhereclause>yes</updatewhereclause>
<updatewhereclause>yes</updatewhereclause> <name>ad_code</name>
<key>yes</key> <dbname>perk_process_det.ad_code</dbname>
<name>ad_code</name> </table_column>
<dbname>perk_process_det.ad_code</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>base_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.base_amt</dbname>
<name>base_amt</name> </table_column>
<dbname>perk_process_det.base_amt</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>prev_base_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.prev_base_amt</dbname>
<name>prev_base_amt</name> </table_column>
<dbname>perk_process_det.prev_base_amt</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>diff_base_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.diff_base_amt</dbname>
<name>diff_base_amt</name> </table_column>
<dbname>perk_process_det.diff_base_amt</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>slab_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.slab_amt</dbname>
<name>slab_amt</name> </table_column>
<dbname>perk_process_det.slab_amt</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>prev_slab_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.prev_slab_amt</dbname>
<name>prev_slab_amt</name> </table_column>
<dbname>perk_process_det.prev_slab_amt</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>diff_slab_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.diff_slab_amt</dbname>
<name>diff_slab_amt</name> </table_column>
<dbname>perk_process_det.diff_slab_amt</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>result_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.result_amt</dbname>
<name>result_amt</name> </table_column>
<dbname>perk_process_det.result_amt</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>prev_result_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.prev_result_amt</dbname>
<name>prev_result_amt</name> </table_column>
<dbname>perk_process_det.prev_result_amt</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>diff_result_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.diff_result_amt</dbname>
<name>diff_result_amt</name> </table_column>
<dbname>perk_process_det.diff_result_amt</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>calc_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.calc_amt</dbname>
<name>calc_amt</name> </table_column>
<dbname>perk_process_det.calc_amt</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>prev_calc_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.prev_calc_amt</dbname>
<name>prev_calc_amt</name> </table_column>
<dbname>perk_process_det.prev_calc_amt</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>diff_calc_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.diff_calc_amt</dbname>
<name>diff_calc_amt</name> </table_column>
<dbname>perk_process_det.diff_calc_amt</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>amount</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.amount</dbname>
<name>amount</name> </table_column>
<dbname>perk_process_det.amount</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>prev_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.prev_amt</dbname>
<name>prev_amt</name> </table_column>
<dbname>perk_process_det.prev_amt</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>diff_amt</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.diff_amt</dbname>
<name>diff_amt</name> </table_column>
<dbname>perk_process_det.diff_amt</dbname> <table_column>
</table_column> <type size="3">char</type>
<table_column> <update>yes</update>
<type size="3">char</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>seq_no</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.seq_no</dbname>
<name>seq_no</name> </table_column>
<dbname>perk_process_det.seq_no</dbname> <table_column>
</table_column> <type size="1">char</type>
<table_column> <update>yes</update>
<type size="1">char</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>rnd_off</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.rnd_off</dbname>
<name>rnd_off</name> </table_column>
<dbname>perk_process_det.rnd_off</dbname> <table_column>
</table_column> <type precision="3">decimal</type>
<table_column> <update>yes</update>
<type precision="3">decimal</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>rnd_to</name>
<updatewhereclause>yes</updatewhereclause> <dbname>perk_process_det.rnd_to</dbname>
<name>rnd_to</name> </table_column>
<dbname>perk_process_det.rnd_to</dbname> <table_column>
</table_column> <type size="40">char</type>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type size="40">char</type> <name>allwdedn_descr</name>
<updatewhereclause>yes</updatewhereclause> <dbname>allwdedn.descr</dbname>
<name>allwdedn_descr</name> </table_column>
<dbname>allwdedn.descr</dbname> <table_column>
</table_column> <type>datetime</type>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;perk_process_det&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;perk_process_det.tran_id&quot;) COLUMN(NAME=&quot;perk_process_det.ad_code&quot;) COLUMN(NAME=&quot;perk_process_det.base_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_base_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_base_amt&quot;) COLUMN(NAME=&quot;perk_process_det.slab_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_slab_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_slab_amt&quot;) COLUMN(NAME=&quot;perk_process_det.result_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_result_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_result_amt&quot;) COLUMN(NAME=&quot;perk_process_det.calc_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_calc_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_calc_amt&quot;) COLUMN(NAME=&quot;perk_process_det.amount&quot;) COLUMN(NAME=&quot;perk_process_det.prev_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_amt&quot;) COLUMN(NAME=&quot;perk_process_det.seq_no&quot;) COLUMN(NAME=&quot;perk_process_det.rnd_off&quot;) COLUMN(NAME=&quot;perk_process_det.rnd_to&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) JOIN (LEFT=&quot;perk_process_det.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; OUTER1 =&quot;perk_process_det.ad_code&quot; )WHERE( EXP1 =&quot;perk_process_det.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;perk_process_det.ad_code&quot; OP =&quot;=&quot; EXP2 =&quot;:ad_code&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) ARG(NAME = &quot;ad_code&quot; TYPE = string) </retrieve> <updatewhereclause>yes</updatewhereclause>
<update>perk_process_det</update> <name>allwdedn_chg_date</name>
<updatewhere>1</updatewhere> <dbname>allwdedn.chg_date</dbname>
<updatekeyinplace>no</updatekeyinplace> </table_column>
<argument> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;perk_process_det&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;perk_process_det.tran_id&quot;) COLUMN(NAME=&quot;perk_process_det.ad_code&quot;) COLUMN(NAME=&quot;perk_process_det.base_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_base_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_base_amt&quot;) COLUMN(NAME=&quot;perk_process_det.slab_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_slab_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_slab_amt&quot;) COLUMN(NAME=&quot;perk_process_det.result_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_result_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_result_amt&quot;) COLUMN(NAME=&quot;perk_process_det.calc_amt&quot;) COLUMN(NAME=&quot;perk_process_det.prev_calc_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_calc_amt&quot;) COLUMN(NAME=&quot;perk_process_det.amount&quot;) COLUMN(NAME=&quot;perk_process_det.prev_amt&quot;) COLUMN(NAME=&quot;perk_process_det.diff_amt&quot;) COLUMN(NAME=&quot;perk_process_det.seq_no&quot;) COLUMN(NAME=&quot;perk_process_det.rnd_off&quot;) COLUMN(NAME=&quot;perk_process_det.rnd_to&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;allwdedn.chg_date&quot;) JOIN (LEFT=&quot;perk_process_det.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;allwdedn.ad_code&quot; OUTER1 =&quot;perk_process_det.ad_code&quot; )WHERE( EXP1 =&quot;perk_process_det.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;perk_process_det.ad_code&quot; OP =&quot;=&quot; EXP2 =&quot;:ad_code&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) ARG(NAME = &quot;ad_code&quot; TYPE = string) </retrieve>
<name>tran_id</name> <argument>
<type>string</type> <name>tran_id</name>
</argument> <type>string</type>
<argument> </argument>
<name>ad_code</name> <argument>
<type>string</type> <name>ad_code</name>
</argument> <type>string</type>
</TableDefinition> </argument>
<GroupBox> </TableDefinition>
<band>Detail</band> <GroupBox>
<text>Basic</text> <band>Detail</band>
<border>2</border> <text>Basic</text>
<color>33554432</color> <border>2</border>
<x>6</x> <color>33554432</color>
<y>0</y> <x>14</x>
<height>233</height> <y>11</y>
<width>530</width> <height>351</height>
<name>gb_1</name> <width>430</width>
<visible>1</visible> <name>gb_1</name>
<font> <visible>1</visible>
<face>Times New Roman</face> <font>
<height>-10</height> <face>Arial</face>
<weight>400</weight> <height>-11</height>
<family>1</family> <weight>400</weight>
<pitch>2</pitch> <family>2</family>
<charset>0</charset> <pitch>2</pitch>
</font> <charset>0</charset>
<background> </font>
<mode>2</mode> <background>
<color>67108864</color> <mode>1</mode>
</background> <color>553648127</color>
</GroupBox> </background>
<TextObject> </GroupBox>
<band>Detail</band> <ColumnObject>
<alignment>1</alignment> <band>Detail</band>
<text>Tran Id :</text> <id>1</id>
<border>0</border> <alignment>0</alignment>
<color>33554432</color> <tabsequence>32766</tabsequence>
<x>16</x> <border>5</border>
<y>29</y> <color>255</color>
<height>16</height> <x>146</x>
<width>98</width> <y>32</y>
<html> <height>15</height>
<valueishtml>0</valueishtml> <width>66</width>
</html> <format>[general]</format>
<name>tran_id_t</name> <html>
<visible>1</visible> <valueishtml>0</valueishtml>
<font> </html>
<face>Times New Roman</face> <name>tran_id</name>
<height>-10</height> <visible>1</visible>
<weight>400</weight> <EditStyle style="edit">
<family>1</family> <limit>10</limit>
<pitch>2</pitch> <case>any</case>
<charset>0</charset> <focusrectangle>no</focusrectangle>
</font> <autoselect>yes</autoselect>
<background> <autohscroll>yes</autohscroll>
<mode>1</mode> <imemode>0</imemode>
<color>536870912</color> </EditStyle>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<alignment>1</alignment> <family>2</family>
<text>Ad Code :</text> <pitch>2</pitch>
<border>0</border> <charset>0</charset>
<color>33554432</color> </font>
<x>16</x> <background>
<y>53</y> <mode>1</mode>
<height>16</height> <color>536870912</color>
<width>98</width> </background>
<html> </ColumnObject>
<valueishtml>0</valueishtml> <TextObject>
</html> <band>Detail</band>
<name>ad_code_t</name> <alignment>1</alignment>
<visible>1</visible> <text>Tran Id:</text>
<font> <border>0</border>
<face>Times New Roman</face> <color>33554432</color>
<height>-10</height> <x>44</x>
<weight>400</weight> <y>31</y>
<family>1</family> <height>16</height>
<pitch>2</pitch> <width>98</width>
<charset>0</charset> <html>
</font> <valueishtml>0</valueishtml>
<background> </html>
<mode>1</mode> <name>tran_id_t</name>
<color>536870912</color> <visible>1</visible>
</background> <font>
</TextObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>21</id> <family>1</family>
<alignment>0</alignment> <pitch>2</pitch>
<tabsequence>32766</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>255</color> <background>
<x>181</x> <mode>1</mode>
<y>53</y> <color>536870912</color>
<height>16</height> </background>
<width>323</width> </TextObject>
<format>[general]</format> <TextObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <alignment>1</alignment>
</html> <text>Ad Code:</text>
<name>allwdedn_descr</name> <border>0</border>
<visible>1</visible> <color>33554432</color>
<EditStyle style="edit"> <x>44</x>
<limit>0</limit> <y>54</y>
<case>any</case> <height>16</height>
<focusrectangle>no</focusrectangle> <width>98</width>
<autoselect>no</autoselect> <html>
<imemode>0</imemode> <valueishtml>0</valueishtml>
</EditStyle> </html>
<font> <name>ad_code_t</name>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>2</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>1</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>2</mode> </font>
<color>67108864</color> <background>
</background> <mode>1</mode>
</ColumnObject> <color>536870912</color>
<ColumnObject> </background>
<band>Detail</band> </TextObject>
<id>1</id> <TextObject>
<alignment>0</alignment> <band>Detail</band>
<tabsequence>32766</tabsequence> <alignment>1</alignment>
<border>5</border> <text>Diff Base Amt:</text>
<color>255</color> <border>0</border>
<x>119</x> <color>33554432</color>
<y>30</y> <x>45</x>
<height>16</height> <y>101</y>
<width>102</width> <height>16</height>
<format>[general]</format> <width>98</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id</name> <name>diff_base_amt_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <font>
<limit>10</limit> <face>Times New Roman</face>
<case>any</case> <height>-10</height>
<focusrectangle>no</focusrectangle> <weight>400</weight>
<autoselect>yes</autoselect> <family>1</family>
<autohscroll>yes</autohscroll> <pitch>2</pitch>
<imemode>0</imemode> <charset>0</charset>
</EditStyle> </font>
<font> <background>
<face>Times New Roman</face> <mode>1</mode>
<height>-10</height> <color>536870912</color>
<weight>400</weight> </background>
<family>2</family> </TextObject>
<pitch>2</pitch> <ColumnObject>
<charset>0</charset> <band>Detail</band>
</font> <id>5</id>
<background> <alignment>1</alignment>
<mode>1</mode> <tabsequence>32766</tabsequence>
<color>536870912</color> <border>5</border>
</background> <color>255</color>
</ColumnObject> <x>147</x>
<ColumnObject> <y>102</y>
<band>Detail</band> <height>15</height>
<id>2</id> <width>72</width>
<alignment>0</alignment> <format>[general]</format>
<tabsequence>10</tabsequence> <html>
<border>5</border> <valueishtml>0</valueishtml>
<color>33554432</color> </html>
<x>119</x> <name>diff_base_amt</name>
<y>53</y> <visible>1</visible>
<height>16</height> <EditStyle style="edit">
<width>55</width> <limit>0</limit>
<format>[general]</format> <case>any</case>
<html> <focusrectangle>no</focusrectangle>
<valueishtml>0</valueishtml> <autoselect>yes</autoselect>
</html> <autohscroll>yes</autohscroll>
<name>ad_code</name> <imemode>0</imemode>
<visible>1</visible> </EditStyle>
<EditStyle style="edit"> <font>
<limit>5</limit> <face>Times New Roman</face>
<case>any</case> <height>-10</height>
<focusrectangle>no</focusrectangle> <weight>400</weight>
<autoselect>yes</autoselect> <family>2</family>
<autohscroll>yes</autohscroll> <pitch>2</pitch>
<imemode>0</imemode> <charset>0</charset>
</EditStyle> </font>
<font> <background>
<face>Times New Roman</face> <mode>1</mode>
<height>-10</height> <color>536870912</color>
<weight>400</weight> </background>
<family>2</family> </ColumnObject>
<pitch>2</pitch> <TextObject>
<charset>0</charset> <band>Detail</band>
</font> <alignment>1</alignment>
<background> <text>Diff Slab Amt:</text>
<mode>2</mode> <border>0</border>
<color>1073741824</color> <color>33554432</color>
</background> <x>44</x>
</ColumnObject> <y>147</y>
<TextObject> <height>16</height>
<band>Detail</band> <width>98</width>
<alignment>1</alignment> <html>
<text>Prev Base Amt :</text> <valueishtml>0</valueishtml>
<border>0</border> </html>
<color>33554432</color> <name>diff_slab_amt_t</name>
<x>16</x> <visible>1</visible>
<y>76</y> <font>
<height>16</height> <face>Times New Roman</face>
<width>98</width> <height>-10</height>
<html> <weight>400</weight>
<valueishtml>0</valueishtml> <family>1</family>
</html> <pitch>2</pitch>
<name>prev_base_amt_t</name> <charset>0</charset>
<visible>1</visible> </font>
<font> <background>
<face>Times New Roman</face> <mode>1</mode>
<height>-10</height> <color>536870912</color>
<weight>400</weight> </background>
<family>1</family> </TextObject>
<pitch>2</pitch> <ColumnObject>
<charset>0</charset> <band>Detail</band>
</font> <id>8</id>
<background> <alignment>1</alignment>
<mode>1</mode> <tabsequence>32766</tabsequence>
<color>536870912</color> <border>5</border>
</background> <color>255</color>
</TextObject> <x>146</x>
<ColumnObject> <y>148</y>
<band>Detail</band> <height>15</height>
<id>5</id> <width>72</width>
<alignment>1</alignment> <format>[general]</format>
<tabsequence>32766</tabsequence> <html>
<border>5</border> <valueishtml>0</valueishtml>
<color>255</color> </html>
<x>432</x> <name>diff_slab_amt</name>
<y>76</y> <visible>1</visible>
<height>16</height> <EditStyle style="edit">
<width>72</width> <limit>0</limit>
<format>[general]</format> <case>any</case>
<html> <focusrectangle>no</focusrectangle>
<valueishtml>0</valueishtml> <autoselect>yes</autoselect>
</html> <autohscroll>yes</autohscroll>
<name>diff_base_amt</name> <imemode>0</imemode>
<visible>1</visible> </EditStyle>
<EditStyle style="edit"> <font>
<limit>0</limit> <face>Times New Roman</face>
<case>any</case> <height>-10</height>
<focusrectangle>no</focusrectangle> <weight>400</weight>
<autoselect>yes</autoselect> <family>2</family>
<autohscroll>yes</autohscroll> <pitch>2</pitch>
<imemode>0</imemode> <charset>0</charset>
</EditStyle> </font>
<font> <background>
<face>Times New Roman</face> <mode>1</mode>
<height>-10</height> <color>536870912</color>
<weight>400</weight> </background>
<family>2</family> </ColumnObject>
<pitch>2</pitch> <TextObject>
<charset>0</charset> <band>Detail</band>
</font> <alignment>1</alignment>
<background> <text>Diff Result Amt:</text>
<mode>1</mode> <border>0</border>
<color>536870912</color> <color>33554432</color>
</background> <x>44</x>
</ColumnObject> <y>195</y>
<TextObject> <height>16</height>
<band>Detail</band> <width>98</width>
<alignment>1</alignment> <html>
<text>Difference :</text> <valueishtml>0</valueishtml>
<border>0</border> </html>
<color>33554432</color> <name>diff_result_amt_t</name>
<x>356</x> <visible>1</visible>
<y>76</y> <font>
<height>16</height> <face>Times New Roman</face>
<width>72</width> <height>-10</height>
<html> <weight>400</weight>
<valueishtml>0</valueishtml> <family>1</family>
</html> <pitch>2</pitch>
<name>diff_base_amt_t</name> <charset>0</charset>
<visible>1</visible> </font>
<font> <background>
<face>Times New Roman</face> <mode>1</mode>
<height>-10</height> <color>536870912</color>
<weight>400</weight> </background>
<family>1</family> </TextObject>
<pitch>2</pitch> <ColumnObject>
<charset>0</charset> <band>Detail</band>
</font> <id>11</id>
<background> <alignment>1</alignment>
<mode>1</mode> <tabsequence>32766</tabsequence>
<color>536870912</color> <border>5</border>
</background> <color>255</color>
</TextObject> <x>146</x>
<TextObject> <y>196</y>
<band>Detail</band> <height>15</height>
<alignment>1</alignment> <width>72</width>
<text>Prev Slab Amt :</text> <format>[general]</format>
<border>0</border> <html>
<color>33554432</color> <valueishtml>0</valueishtml>
<x>16</x> </html>
<y>99</y> <name>diff_result_amt</name>
<height>16</height> <visible>1</visible>
<width>98</width> <EditStyle style="edit">
<html> <limit>0</limit>
<valueishtml>0</valueishtml> <case>any</case>
</html> <focusrectangle>no</focusrectangle>
<name>prev_slab_amt_t</name> <autoselect>yes</autoselect>
<visible>1</visible> <autohscroll>yes</autohscroll>
<font> <imemode>0</imemode>
<face>Times New Roman</face> </EditStyle>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>1</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>2</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>1</mode> </font>
<color>536870912</color> <background>
</background> <mode>1</mode>
</TextObject> <color>536870912</color>
<ColumnObject> </background>
<band>Detail</band> </ColumnObject>
<id>4</id> <TextObject>
<alignment>1</alignment> <band>Detail</band>
<tabsequence>32766</tabsequence> <alignment>1</alignment>
<border>5</border> <text>Diff Calc Amt:</text>
<color>255</color> <border>0</border>
<x>119</x> <color>33554432</color>
<y>76</y> <x>44</x>
<height>16</height> <y>243</y>
<width>72</width> <height>16</height>
<format>[general]</format> <width>98</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prev_base_amt</name> <name>diff_calc_amt_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <font>
<limit>0</limit> <face>Times New Roman</face>
<case>any</case> <height>-10</height>
<focusrectangle>no</focusrectangle> <weight>400</weight>
<autoselect>yes</autoselect> <family>1</family>
<autohscroll>yes</autohscroll> <pitch>2</pitch>
<imemode>0</imemode> <charset>0</charset>
</EditStyle> </font>
<font> <background>
<face>Times New Roman</face> <mode>1</mode>
<height>-10</height> <color>536870912</color>
<weight>400</weight> </background>
<family>2</family> </TextObject>
<pitch>2</pitch> <ColumnObject>
<charset>0</charset> <band>Detail</band>
</font> <id>14</id>
<background> <alignment>1</alignment>
<mode>1</mode> <tabsequence>32766</tabsequence>
<color>536870912</color> <border>5</border>
</background> <color>255</color>
</ColumnObject> <x>146</x>
<ColumnObject> <y>244</y>
<band>Detail</band> <height>15</height>
<id>8</id> <width>72</width>
<alignment>1</alignment> <format>[general]</format>
<tabsequence>32766</tabsequence> <html>
<border>5</border> <valueishtml>0</valueishtml>
<color>255</color> </html>
<x>432</x> <name>diff_calc_amt</name>
<y>99</y> <visible>1</visible>
<height>16</height> <EditStyle style="edit">
<width>72</width> <limit>0</limit>
<format>[general]</format> <case>any</case>
<html> <focusrectangle>no</focusrectangle>
<valueishtml>0</valueishtml> <autoselect>yes</autoselect>
</html> <autohscroll>yes</autohscroll>
<name>diff_slab_amt</name> <imemode>0</imemode>
<visible>1</visible> </EditStyle>
<EditStyle style="edit"> <font>
<limit>0</limit> <face>Times New Roman</face>
<case>any</case> <height>-10</height>
<focusrectangle>no</focusrectangle> <weight>400</weight>
<autoselect>yes</autoselect> <family>2</family>
<autohscroll>yes</autohscroll> <pitch>2</pitch>
<imemode>0</imemode> <charset>0</charset>
</EditStyle> </font>
<font> <background>
<face>Times New Roman</face> <mode>1</mode>
<height>-10</height> <color>536870912</color>
<weight>400</weight> </background>
<family>2</family> </ColumnObject>
<pitch>2</pitch> <TextObject>
<charset>0</charset> <band>Detail</band>
</font> <alignment>1</alignment>
<background> <text>Diff Amt:</text>
<mode>1</mode> <border>0</border>
<color>536870912</color> <color>33554432</color>
</background> <x>44</x>
</ColumnObject> <y>291</y>
<TextObject> <height>16</height>
<band>Detail</band> <width>98</width>
<alignment>1</alignment> <html>
<text>Difference :</text> <valueishtml>0</valueishtml>
<border>0</border> </html>
<color>33554432</color> <name>diff_amt_t</name>
<x>356</x> <visible>1</visible>
<y>99</y> <font>
<height>16</height> <face>Times New Roman</face>
<width>72</width> <height>-10</height>
<html> <weight>400</weight>
<valueishtml>0</valueishtml> <family>1</family>
</html> <pitch>2</pitch>
<name>diff_slab_amt_t</name> <charset>0</charset>
<visible>1</visible> </font>
<font> <background>
<face>Times New Roman</face> <mode>1</mode>
<height>-10</height> <color>536870912</color>
<weight>400</weight> </background>
<family>1</family> </TextObject>
<pitch>2</pitch> <ColumnObject>
<charset>0</charset> <band>Detail</band>
</font> <id>17</id>
<background> <alignment>1</alignment>
<mode>1</mode> <tabsequence>32766</tabsequence>
<color>536870912</color> <border>5</border>
</background> <color>255</color>
</TextObject> <x>146</x>
<TextObject> <y>292</y>
<band>Detail</band> <height>15</height>
<alignment>1</alignment> <width>72</width>
<text>Prev Result Amt :</text> <format>[general]</format>
<border>0</border> <html>
<color>33554432</color> <valueishtml>0</valueishtml>
<x>16</x> </html>
<y>122</y> <name>diff_amt</name>
<height>16</height> <visible>1</visible>
<width>98</width> <EditStyle style="edit">
<html> <limit>0</limit>
<valueishtml>0</valueishtml> <case>any</case>
</html> <focusrectangle>no</focusrectangle>
<name>prev_result_amt_t</name> <autoselect>yes</autoselect>
<visible>1</visible> <autohscroll>yes</autohscroll>
<font> <imemode>0</imemode>
<face>Times New Roman</face> </EditStyle>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>1</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>2</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>1</mode> </font>
<color>536870912</color> <background>
</background> <mode>1</mode>
</TextObject> <color>536870912</color>
<TextObject> </background>
<band>Detail</band> </ColumnObject>
<alignment>1</alignment> <ColumnObject>
<text>Base Amt :</text> <band>Detail</band>
<border>0</border> <id>18</id>
<color>33554432</color> <alignment>0</alignment>
<x>202</x> <tabsequence>70</tabsequence>
<y>76</y> <border>5</border>
<height>16</height> <color>33554432</color>
<width>68</width> <x>146</x>
<html> <y>316</y>
<valueishtml>0</valueishtml> <height>15</height>
</html> <width>44</width>
<name>base_amt_t</name> <format>[general]</format>
<visible>1</visible> <html>
<font> <valueishtml>0</valueishtml>
<face>Times New Roman</face> </html>
<height>-10</height> <name>seq_no</name>
<weight>400</weight> <visible>1</visible>
<family>1</family> <EditStyle style="edit">
<pitch>2</pitch> <limit>3</limit>
<charset>0</charset> <case>any</case>
</font> <focusrectangle>no</focusrectangle>
<background> <autoselect>yes</autoselect>
<mode>1</mode> <autohscroll>yes</autohscroll>
<color>536870912</color> <imemode>0</imemode>
</background> </EditStyle>
</TextObject> <font>
<ColumnObject> <face>Times New Roman</face>
<band>Detail</band> <height>-10</height>
<id>3</id> <weight>400</weight>
<alignment>1</alignment> <family>2</family>
<tabsequence>20</tabsequence> <pitch>2</pitch>
<border>5</border> <charset>0</charset>
<color>33554432</color> </font>
<x>275</x> <background>
<y>76</y> <mode>2</mode>
<height>16</height> <color>1073741824</color>
<width>72</width> </background>
<format>[general]</format> </ColumnObject>
<html> <ColumnObject>
<valueishtml>0</valueishtml> <band>Detail</band>
</html> <id>20</id>
<name>base_amt</name> <alignment>1</alignment>
<visible>1</visible> <tabsequence>90</tabsequence>
<EditStyle style="edit"> <border>5</border>
<limit>0</limit> <color>33554432</color>
<case>any</case> <x>146</x>
<focusrectangle>no</focusrectangle> <y>339</y>
<autoselect>yes</autoselect> <height>15</height>
<autohscroll>yes</autohscroll> <width>72</width>
<imemode>0</imemode> <format>[general]</format>
</EditStyle> <html>
<font> <valueishtml>0</valueishtml>
<face>Times New Roman</face> </html>
<height>-10</height> <name>rnd_to</name>
<weight>400</weight> <visible>1</visible>
<family>2</family> <EditStyle style="edit">
<pitch>2</pitch> <limit>0</limit>
<charset>0</charset> <case>any</case>
</font> <focusrectangle>no</focusrectangle>
<background> <autoselect>yes</autoselect>
<mode>2</mode> <autohscroll>yes</autohscroll>
<color>1073741824</color> <imemode>0</imemode>
</background> </EditStyle>
</ColumnObject> <font>
<ColumnObject> <face>Times New Roman</face>
<band>Detail</band> <height>-10</height>
<id>6</id> <weight>400</weight>
<alignment>1</alignment> <family>2</family>
<tabsequence>30</tabsequence> <pitch>2</pitch>
<border>5</border> <charset>0</charset>
<color>33554432</color> </font>
<x>275</x> <background>
<y>99</y> <mode>2</mode>
<height>16</height> <color>1073741824</color>
<width>72</width> </background>
<format>[general]</format> </ColumnObject>
<html> <TextObject>
<valueishtml>0</valueishtml> <band>Detail</band>
</html> <alignment>1</alignment>
<name>slab_amt</name> <text>Rnd To:</text>
<visible>1</visible> <border>0</border>
<EditStyle style="edit"> <color>33554432</color>
<limit>0</limit> <x>44</x>
<case>any</case> <y>338</y>
<focusrectangle>no</focusrectangle> <height>16</height>
<autoselect>yes</autoselect> <width>98</width>
<autohscroll>yes</autohscroll> <html>
<imemode>0</imemode> <valueishtml>0</valueishtml>
</EditStyle> </html>
<font> <name>rnd_to_t</name>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>2</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>1</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>2</mode> </font>
<color>1073741824</color> <background>
</background> <mode>1</mode>
</ColumnObject> <color>536870912</color>
<TextObject> </background>
<band>Detail</band> </TextObject>
<alignment>1</alignment> <TextObject>
<text>Slab Amt :</text> <band>Detail</band>
<border>0</border> <alignment>1</alignment>
<color>33554432</color> <text>Prev Base Amt:</text>
<x>202</x> <border>0</border>
<y>99</y> <color>33554432</color>
<height>16</height> <x>44</x>
<width>68</width> <y>78</y>
<html> <height>16</height>
<valueishtml>0</valueishtml> <width>98</width>
</html> <html>
<name>slab_amt_t</name> <valueishtml>0</valueishtml>
<visible>1</visible> </html>
<font> <name>prev_base_amt_t</name>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>1</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>1</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>1</mode> </font>
<color>536870912</color> <background>
</background> <mode>1</mode>
</TextObject> <color>536870912</color>
<ColumnObject> </background>
<band>Detail</band> </TextObject>
<id>7</id> <ColumnObject>
<alignment>1</alignment> <band>Detail</band>
<tabsequence>32766</tabsequence> <id>4</id>
<border>5</border> <alignment>1</alignment>
<color>255</color> <tabsequence>32766</tabsequence>
<x>119</x> <border>5</border>
<y>99</y> <color>255</color>
<height>16</height> <x>146</x>
<width>72</width> <y>79</y>
<format>[general]</format> <height>15</height>
<html> <width>72</width>
<valueishtml>0</valueishtml> <format>[general]</format>
</html> <html>
<name>prev_slab_amt</name> <valueishtml>0</valueishtml>
<visible>1</visible> </html>
<EditStyle style="edit"> <name>prev_base_amt</name>
<limit>0</limit> <visible>1</visible>
<case>any</case> <EditStyle style="edit">
<focusrectangle>no</focusrectangle> <limit>0</limit>
<autoselect>yes</autoselect> <case>any</case>
<autohscroll>yes</autohscroll> <focusrectangle>no</focusrectangle>
<imemode>0</imemode> <autoselect>yes</autoselect>
</EditStyle> <autohscroll>yes</autohscroll>
<font> <imemode>0</imemode>
<face>Times New Roman</face> </EditStyle>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>2</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>2</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>1</mode> </font>
<color>536870912</color> <background>
</background> <mode>1</mode>
</ColumnObject> <color>536870912</color>
<TextObject> </background>
<band>Detail</band> </ColumnObject>
<alignment>1</alignment> <TextObject>
<text>Result Amt :</text> <band>Detail</band>
<border>0</border> <alignment>1</alignment>
<color>33554432</color> <text>Prev Slab Amt:</text>
<x>200</x> <border>0</border>
<y>122</y> <color>33554432</color>
<height>16</height> <x>44</x>
<width>70</width> <y>124</y>
<html> <height>16</height>
<valueishtml>0</valueishtml> <width>98</width>
</html> <html>
<name>result_amt_t</name> <valueishtml>0</valueishtml>
<visible>1</visible> </html>
<font> <name>prev_slab_amt_t</name>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>1</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>1</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>1</mode> </font>
<color>536870912</color> <background>
</background> <mode>1</mode>
</TextObject> <color>536870912</color>
<ColumnObject> </background>
<band>Detail</band> </TextObject>
<id>9</id> <ColumnObject>
<alignment>1</alignment> <band>Detail</band>
<tabsequence>40</tabsequence> <id>7</id>
<border>5</border> <alignment>1</alignment>
<color>33554432</color> <tabsequence>32766</tabsequence>
<x>275</x> <border>5</border>
<y>122</y> <color>255</color>
<height>16</height> <x>146</x>
<width>72</width> <y>125</y>
<format>[general]</format> <height>15</height>
<html> <width>72</width>
<valueishtml>0</valueishtml> <format>[general]</format>
</html> <html>
<name>result_amt</name> <valueishtml>0</valueishtml>
<visible>1</visible> </html>
<EditStyle style="edit"> <name>prev_slab_amt</name>
<limit>0</limit> <visible>1</visible>
<case>any</case> <EditStyle style="edit">
<focusrectangle>no</focusrectangle> <limit>0</limit>
<autoselect>yes</autoselect> <case>any</case>
<autohscroll>yes</autohscroll> <focusrectangle>no</focusrectangle>
<imemode>0</imemode> <autoselect>yes</autoselect>
</EditStyle> <autohscroll>yes</autohscroll>
<font> <imemode>0</imemode>
<face>Times New Roman</face> </EditStyle>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>2</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>2</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>2</mode> </font>
<color>1073741824</color> <background>
</background> <mode>1</mode>
</ColumnObject> <color>536870912</color>
<ColumnObject> </background>
<band>Detail</band> </ColumnObject>
<id>11</id> <TextObject>
<alignment>1</alignment> <band>Detail</band>
<tabsequence>32766</tabsequence> <alignment>1</alignment>
<border>5</border> <text>Prev Result Amt:</text>
<color>255</color> <border>0</border>
<x>432</x> <color>33554432</color>
<y>122</y> <x>44</x>
<height>16</height> <y>171</y>
<width>72</width> <height>16</height>
<format>[general]</format> <width>98</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>diff_result_amt</name> <name>prev_result_amt_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <font>
<limit>0</limit> <face>Times New Roman</face>
<case>any</case> <height>-10</height>
<focusrectangle>no</focusrectangle> <weight>400</weight>
<autoselect>yes</autoselect> <family>1</family>
<autohscroll>yes</autohscroll> <pitch>2</pitch>
<imemode>0</imemode> <charset>0</charset>
</EditStyle> </font>
<font> <background>
<face>Times New Roman</face> <mode>1</mode>
<height>-10</height> <color>536870912</color>
<weight>400</weight> </background>
<family>2</family> </TextObject>
<pitch>2</pitch> <ColumnObject>
<charset>0</charset> <band>Detail</band>
</font> <id>10</id>
<background> <alignment>1</alignment>
<mode>1</mode> <tabsequence>32766</tabsequence>
<color>536870912</color> <border>5</border>
</background> <color>255</color>
</ColumnObject> <x>146</x>
<TextObject> <y>172</y>
<band>Detail</band> <height>15</height>
<alignment>1</alignment> <width>72</width>
<text>Difference :</text> <format>[general]</format>
<border>0</border> <html>
<color>33554432</color> <valueishtml>0</valueishtml>
<x>356</x> </html>
<y>122</y> <name>prev_result_amt</name>
<height>16</height> <visible>1</visible>
<width>72</width> <EditStyle style="edit">
<html> <limit>0</limit>
<valueishtml>0</valueishtml> <case>any</case>
</html> <focusrectangle>no</focusrectangle>
<name>diff_result_amt_t</name> <autoselect>yes</autoselect>
<visible>1</visible> <autohscroll>yes</autohscroll>
<font> <imemode>0</imemode>
<face>Times New Roman</face> </EditStyle>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>1</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>2</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>1</mode> </font>
<color>536870912</color> <background>
</background> <mode>1</mode>
</TextObject> <color>536870912</color>
<TextObject> </background>
<band>Detail</band> </ColumnObject>
<alignment>1</alignment> <TextObject>
<text>Prev Calc Amt :</text> <band>Detail</band>
<border>0</border> <alignment>1</alignment>
<color>33554432</color> <text>Prev Amt:</text>
<x>16</x> <border>0</border>
<y>145</y> <color>33554432</color>
<height>16</height> <x>44</x>
<width>98</width> <y>267</y>
<html> <height>16</height>
<valueishtml>0</valueishtml> <width>98</width>
</html> <html>
<name>prev_calc_amt_t</name> <valueishtml>0</valueishtml>
<visible>1</visible> </html>
<font> <name>prev_amt_t</name>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>1</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>1</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>1</mode> </font>
<color>536870912</color> <background>
</background> <mode>1</mode>
</TextObject> <color>536870912</color>
<ColumnObject> </background>
<band>Detail</band> </TextObject>
<id>10</id> <TextObject>
<alignment>1</alignment> <band>Detail</band>
<tabsequence>32766</tabsequence> <alignment>1</alignment>
<border>5</border> <text>Amount:</text>
<color>255</color> <border>0</border>
<x>119</x> <color>33554432</color>
<y>122</y> <x>251</x>
<height>16</height> <y>267</y>
<width>72</width> <height>16</height>
<format>[general]</format> <width>98</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>prev_result_amt</name> <name>amount_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <font>
<limit>0</limit> <face>Times New Roman</face>
<case>any</case> <height>-10</height>
<focusrectangle>no</focusrectangle> <weight>400</weight>
<autoselect>yes</autoselect> <family>1</family>
<autohscroll>yes</autohscroll> <pitch>2</pitch>
<imemode>0</imemode> <charset>0</charset>
</EditStyle> </font>
<font> <background>
<face>Times New Roman</face> <mode>1</mode>
<height>-10</height> <color>536870912</color>
<weight>400</weight> </background>
<family>2</family> </TextObject>
<pitch>2</pitch> <ColumnObject>
<charset>0</charset> <band>Detail</band>
</font> <id>16</id>
<background> <alignment>1</alignment>
<mode>1</mode> <tabsequence>32766</tabsequence>
<color>536870912</color> <border>5</border>
</background> <color>255</color>
</ColumnObject> <x>146</x>
<TextObject> <y>268</y>
<band>Detail</band> <height>15</height>
<alignment>1</alignment> <width>72</width>
<text>Calc Amt:</text> <format>[general]</format>
<border>0</border> <html>
<color>33554432</color> <valueishtml>0</valueishtml>
<x>200</x> </html>
<y>145</y> <name>prev_amt</name>
<height>16</height> <visible>1</visible>
<width>70</width> <EditStyle style="edit">
<html> <limit>0</limit>
<valueishtml>0</valueishtml> <case>any</case>
</html> <focusrectangle>no</focusrectangle>
<name>calc_amt_t</name> <autoselect>yes</autoselect>
<visible>1</visible> <autohscroll>yes</autohscroll>
<font> <imemode>0</imemode>
<face>Times New Roman</face> </EditStyle>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>1</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>2</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>1</mode> </font>
<color>536870912</color> <background>
</background> <mode>1</mode>
</TextObject> <color>536870912</color>
<ColumnObject> </background>
<band>Detail</band> </ColumnObject>
<id>12</id> <TextObject>
<alignment>1</alignment> <band>Detail</band>
<tabsequence>50</tabsequence> <alignment>1</alignment>
<border>5</border> <text>Seq No:</text>
<color>33554432</color> <border>0</border>
<x>275</x> <color>33554432</color>
<y>145</y> <x>44</x>
<height>16</height> <y>315</y>
<width>72</width> <height>16</height>
<format>[general]</format> <width>98</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>calc_amt</name> <name>seq_no_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <font>
<limit>0</limit> <face>Times New Roman</face>
<case>any</case> <height>-10</height>
<focusrectangle>no</focusrectangle> <weight>400</weight>
<autoselect>yes</autoselect> <family>1</family>
<autohscroll>yes</autohscroll> <pitch>2</pitch>
<imemode>0</imemode> <charset>0</charset>
</EditStyle> </font>
<font> <background>
<face>Times New Roman</face> <mode>1</mode>
<height>-10</height> <color>536870912</color>
<weight>400</weight> </background>
<family>2</family> </TextObject>
<pitch>2</pitch> <TextObject>
<charset>0</charset> <band>Detail</band>
</font> <alignment>1</alignment>
<background> <text>Rnd Off:</text>
<mode>2</mode> <border>0</border>
<color>1073741824</color> <color>33554432</color>
</background> <x>280</x>
</ColumnObject> <y>315</y>
<ColumnObject> <height>16</height>
<band>Detail</band> <width>98</width>
<id>14</id> <html>
<alignment>1</alignment> <valueishtml>0</valueishtml>
<tabsequence>32766</tabsequence> </html>
<border>5</border> <name>rnd_off_t</name>
<color>255</color> <visible>1</visible>
<x>432</x> <font>
<y>145</y> <face>Times New Roman</face>
<height>16</height> <height>-10</height>
<width>72</width> <weight>400</weight>
<format>[general]</format> <family>1</family>
<html> <pitch>2</pitch>
<valueishtml>0</valueishtml> <charset>0</charset>
</html> </font>
<name>diff_calc_amt</name> <background>
<visible>1</visible> <mode>1</mode>
<EditStyle style="edit"> <color>536870912</color>
<limit>0</limit> </background>
<case>any</case> </TextObject>
<focusrectangle>no</focusrectangle> <TextObject>
<autoselect>yes</autoselect> <band>Detail</band>
<autohscroll>yes</autohscroll> <alignment>1</alignment>
<imemode>0</imemode> <text>Result Amt:</text>
</EditStyle> <border>0</border>
<font> <color>33554432</color>
<face>Times New Roman</face> <x>251</x>
<height>-10</height> <y>171</y>
<weight>400</weight> <height>16</height>
<family>2</family> <width>98</width>
<pitch>2</pitch> <html>
<charset>0</charset> <valueishtml>0</valueishtml>
</font> </html>
<background> <name>result_amt_t</name>
<mode>1</mode> <visible>1</visible>
<color>536870912</color> <font>
</background> <face>Times New Roman</face>
</ColumnObject> <height>-10</height>
<TextObject> <weight>400</weight>
<band>Detail</band> <family>1</family>
<alignment>1</alignment> <pitch>2</pitch>
<text>Difference :</text> <charset>0</charset>
<border>0</border> </font>
<color>33554432</color> <background>
<x>356</x> <mode>1</mode>
<y>145</y> <color>536870912</color>
<height>16</height> </background>
<width>72</width> </TextObject>
<html> <ColumnObject>
<valueishtml>0</valueishtml> <band>Detail</band>
</html> <id>2</id>
<name>diff_calc_amt_t</name> <alignment>0</alignment>
<visible>1</visible> <tabsequence>10</tabsequence>
<font> <border>5</border>
<face>Times New Roman</face> <color>33554432</color>
<height>-10</height> <x>146</x>
<weight>400</weight> <y>55</y>
<family>1</family> <height>15</height>
<pitch>2</pitch> <width>43</width>
<charset>0</charset> <format>[general]</format>
</font> <html>
<background> <valueishtml>0</valueishtml>
<mode>1</mode> </html>
<color>536870912</color> <name>ad_code</name>
</background> <visible>1</visible>
</TextObject> <EditStyle style="edit">
<TextObject> <limit>5</limit>
<band>Detail</band> <case>any</case>
<alignment>1</alignment> <focusrectangle>no</focusrectangle>
<text>Prev Amt :</text> <autoselect>yes</autoselect>
<border>0</border> <autohscroll>yes</autohscroll>
<color>33554432</color> <imemode>0</imemode>
<x>16</x> </EditStyle>
<y>168</y> <font>
<height>16</height> <face>Times New Roman</face>
<width>98</width> <height>-10</height>
<html> <weight>400</weight>
<valueishtml>0</valueishtml> <family>2</family>
</html> <pitch>2</pitch>
<name>prev_amt_t</name> <charset>0</charset>
<visible>1</visible> </font>
<font> <background>
<face>Times New Roman</face> <mode>2</mode>
<height>-10</height> <color>1073741824</color>
<weight>400</weight> </background>
<family>1</family> </ColumnObject>
<pitch>2</pitch> <ColumnObject>
<charset>0</charset> <band>Detail</band>
</font> <id>21</id>
<background> <alignment>0</alignment>
<mode>1</mode> <tabsequence>32766</tabsequence>
<color>536870912</color> <border>5</border>
</background> <color>255</color>
</TextObject> <x>193</x>
<ColumnObject> <y>55</y>
<band>Detail</band> <height>15</height>
<id>13</id> <width>232</width>
<alignment>1</alignment> <format>[general]</format>
<tabsequence>32766</tabsequence> <html>
<border>5</border> <valueishtml>0</valueishtml>
<color>255</color> </html>
<x>119</x> <name>allwdedn_descr</name>
<y>145</y> <visible>1</visible>
<height>16</height> <EditStyle style="edit">
<width>72</width> <limit>0</limit>
<format>[general]</format> <case>any</case>
<html> <focusrectangle>no</focusrectangle>
<valueishtml>0</valueishtml> <autoselect>no</autoselect>
</html> <imemode>0</imemode>
<name>prev_calc_amt</name> </EditStyle>
<visible>1</visible> <font>
<EditStyle style="edit"> <face>Times New Roman</face>
<limit>0</limit> <height>-10</height>
<case>any</case> <weight>400</weight>
<focusrectangle>no</focusrectangle> <family>2</family>
<autoselect>yes</autoselect> <pitch>2</pitch>
<autohscroll>yes</autohscroll> <charset>0</charset>
<imemode>0</imemode> </font>
</EditStyle> <background>
<font> <mode>2</mode>
<face>Times New Roman</face> <color>67108864</color>
<height>-10</height> </background>
<weight>400</weight> </ColumnObject>
<family>2</family> <ColumnObject>
<pitch>2</pitch> <band>Detail</band>
<charset>0</charset> <id>3</id>
</font> <alignment>1</alignment>
<background> <tabsequence>20</tabsequence>
<mode>1</mode> <border>5</border>
<color>536870912</color> <color>33554432</color>
</background> <x>353</x>
</ColumnObject> <y>79</y>
<ColumnObject> <height>15</height>
<band>Detail</band> <width>72</width>
<id>16</id> <format>[general]</format>
<alignment>1</alignment> <html>
<tabsequence>32766</tabsequence> <valueishtml>0</valueishtml>
<border>5</border> </html>
<color>255</color> <name>base_amt</name>
<x>119</x> <visible>1</visible>
<y>168</y> <EditStyle style="edit">
<height>16</height> <limit>0</limit>
<width>72</width> <case>any</case>
<format>[general]</format> <focusrectangle>no</focusrectangle>
<html> <autoselect>yes</autoselect>
<valueishtml>0</valueishtml> <autohscroll>yes</autohscroll>
</html> <imemode>0</imemode>
<name>prev_amt</name> </EditStyle>
<visible>1</visible> <font>
<EditStyle style="edit"> <face>Times New Roman</face>
<limit>0</limit> <height>-10</height>
<case>any</case> <weight>400</weight>
<focusrectangle>no</focusrectangle> <family>2</family>
<autoselect>yes</autoselect> <pitch>2</pitch>
<autohscroll>yes</autohscroll> <charset>0</charset>
<imemode>0</imemode> </font>
</EditStyle> <background>
<font> <mode>2</mode>
<face>Times New Roman</face> <color>1073741824</color>
<height>-10</height> </background>
<weight>400</weight> </ColumnObject>
<family>2</family> <ColumnObject>
<pitch>2</pitch> <band>Detail</band>
<charset>0</charset> <id>6</id>
</font> <alignment>1</alignment>
<background> <tabsequence>30</tabsequence>
<mode>1</mode> <border>5</border>
<color>536870912</color> <color>33554432</color>
</background> <x>353</x>
</ColumnObject> <y>125</y>
<TextObject> <height>15</height>
<band>Detail</band> <width>72</width>
<alignment>1</alignment> <format>[general]</format>
<text>Amount :</text> <html>
<border>0</border> <valueishtml>0</valueishtml>
<color>33554432</color> </html>
<x>200</x> <name>slab_amt</name>
<y>168</y> <visible>1</visible>
<height>16</height> <EditStyle style="edit">
<width>70</width> <limit>0</limit>
<html> <case>any</case>
<valueishtml>0</valueishtml> <focusrectangle>no</focusrectangle>
</html> <autoselect>yes</autoselect>
<name>amount_t</name> <autohscroll>yes</autohscroll>
<visible>1</visible> <imemode>0</imemode>
<font> </EditStyle>
<face>Times New Roman</face> <font>
<height>-10</height> <face>Times New Roman</face>
<weight>400</weight> <height>-10</height>
<family>1</family> <weight>400</weight>
<pitch>2</pitch> <family>2</family>
<charset>0</charset> <pitch>2</pitch>
</font> <charset>0</charset>
<background> </font>
<mode>1</mode> <background>
<color>536870912</color> <mode>2</mode>
</background> <color>1073741824</color>
</TextObject> </background>
<ColumnObject> </ColumnObject>
<band>Detail</band> <ColumnObject>
<id>15</id> <band>Detail</band>
<alignment>1</alignment> <id>9</id>
<tabsequence>60</tabsequence> <alignment>1</alignment>
<border>5</border> <tabsequence>40</tabsequence>
<color>33554432</color> <border>5</border>
<x>275</x> <color>33554432</color>
<y>168</y> <x>353</x>
<height>16</height> <y>172</y>
<width>72</width> <height>15</height>
<format>[general]</format> <width>72</width>
<html> <format>[general]</format>
<valueishtml>0</valueishtml> <html>
</html> <valueishtml>0</valueishtml>
<name>amount</name> </html>
<visible>1</visible> <name>result_amt</name>
<EditStyle style="edit"> <visible>1</visible>
<limit>0</limit> <EditStyle style="edit">
<case>any</case> <limit>0</limit>
<focusrectangle>no</focusrectangle> <case>any</case>
<autoselect>yes</autoselect> <focusrectangle>no</focusrectangle>
<autohscroll>yes</autohscroll> <autoselect>yes</autoselect>
<imemode>0</imemode> <autohscroll>yes</autohscroll>
</EditStyle> <imemode>0</imemode>
<font> </EditStyle>
<face>Times New Roman</face> <font>
<height>-10</height> <face>Times New Roman</face>
<weight>400</weight> <height>-10</height>
<family>2</family> <weight>400</weight>
<pitch>2</pitch> <family>2</family>
<charset>0</charset> <pitch>2</pitch>
</font> <charset>0</charset>
<background> </font>
<mode>2</mode> <background>
<color>1073741824</color> <mode>2</mode>
</background> <color>1073741824</color>
</ColumnObject> </background>
<ColumnObject> </ColumnObject>
<band>Detail</band> <ColumnObject>
<id>17</id> <band>Detail</band>
<alignment>1</alignment> <id>15</id>
<tabsequence>32766</tabsequence> <alignment>1</alignment>
<border>5</border> <tabsequence>60</tabsequence>
<color>255</color> <border>5</border>
<x>432</x> <color>33554432</color>
<y>168</y> <x>353</x>
<height>16</height> <y>268</y>
<width>72</width> <height>15</height>
<format>[general]</format> <width>72</width>
<html> <format>[general]</format>
<valueishtml>0</valueishtml> <html>
</html> <valueishtml>0</valueishtml>
<name>diff_amt</name> </html>
<visible>1</visible> <name>amount</name>
<EditStyle style="edit"> <visible>1</visible>
<limit>0</limit> <EditStyle style="edit">
<case>any</case> <limit>0</limit>
<focusrectangle>no</focusrectangle> <case>any</case>
<autoselect>yes</autoselect> <focusrectangle>no</focusrectangle>
<autohscroll>yes</autohscroll> <autoselect>yes</autoselect>
<imemode>0</imemode> <autohscroll>yes</autohscroll>
</EditStyle> <imemode>0</imemode>
<font> </EditStyle>
<face>Times New Roman</face> <font>
<height>-10</height> <face>Times New Roman</face>
<weight>400</weight> <height>-10</height>
<family>2</family> <weight>400</weight>
<pitch>2</pitch> <family>2</family>
<charset>0</charset> <pitch>2</pitch>
</font> <charset>0</charset>
<background> </font>
<mode>1</mode> <background>
<color>536870912</color> <mode>2</mode>
</background> <color>1073741824</color>
</ColumnObject> </background>
<TextObject> </ColumnObject>
<band>Detail</band> <ColumnObject>
<alignment>1</alignment> <band>Detail</band>
<text>Difference :</text> <id>19</id>
<border>0</border> <alignment>0</alignment>
<color>33554432</color> <tabsequence>80</tabsequence>
<x>356</x> <border>5</border>
<y>168</y> <color>33554432</color>
<height>16</height> <x>382</x>
<width>72</width> <y>316</y>
<html> <height>15</height>
<valueishtml>0</valueishtml> <width>43</width>
</html> <format>[general]</format>
<name>diff_amt_t</name> <html>
<visible>1</visible> <valueishtml>0</valueishtml>
<font> </html>
<face>Times New Roman</face> <name>rnd_off</name>
<height>-10</height> <visible>1</visible>
<weight>400</weight> <EditStyle style="edit">
<family>1</family> <limit>1</limit>
<pitch>2</pitch> <case>any</case>
<charset>0</charset> <focusrectangle>no</focusrectangle>
</font> <autoselect>yes</autoselect>
<background> <autohscroll>yes</autohscroll>
<mode>1</mode> <imemode>0</imemode>
<color>536870912</color> </EditStyle>
</background> <font>
</TextObject> <face>Times New Roman</face>
<ColumnObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<id>18</id> <family>2</family>
<alignment>0</alignment> <pitch>2</pitch>
<tabsequence>70</tabsequence> <charset>0</charset>
<border>5</border> </font>
<color>33554432</color> <background>
<x>119</x> <mode>2</mode>
<y>191</y> <color>1073741824</color>
<height>16</height> </background>
<width>44</width> </ColumnObject>
<format>[general]</format> <TextObject>
<html> <band>Detail</band>
<valueishtml>0</valueishtml> <alignment>1</alignment>
</html> <text>Base Amt:</text>
<name>seq_no</name> <border>0</border>
<visible>1</visible> <color>33554432</color>
<EditStyle style="edit"> <x>251</x>
<limit>3</limit> <y>78</y>
<case>any</case> <height>16</height>
<focusrectangle>no</focusrectangle> <width>98</width>
<autoselect>yes</autoselect> <html>
<autohscroll>yes</autohscroll> <valueishtml>0</valueishtml>
<imemode>0</imemode> </html>
</EditStyle> <name>base_amt_t</name>
<font> <visible>1</visible>
<face>Times New Roman</face> <font>
<height>-10</height> <face>Times New Roman</face>
<weight>400</weight> <height>-10</height>
<family>2</family> <weight>400</weight>
<pitch>2</pitch> <family>1</family>
<charset>0</charset> <pitch>2</pitch>
</font> <charset>0</charset>
<background> </font>
<mode>2</mode> <background>
<color>1073741824</color> <mode>1</mode>
</background> <color>536870912</color>
</ColumnObject> </background>
<TextObject> </TextObject>
<band>Detail</band> <TextObject>
<alignment>1</alignment> <band>Detail</band>
<text>Sequence No :</text> <alignment>1</alignment>
<border>0</border> <text>Slab Amt:</text>
<color>33554432</color> <border>0</border>
<x>16</x> <color>33554432</color>
<y>191</y> <x>251</x>
<height>16</height> <y>124</y>
<width>98</width> <height>16</height>
<html> <width>98</width>
<valueishtml>0</valueishtml> <html>
</html> <valueishtml>0</valueishtml>
<name>seq_no_t</name> </html>
<visible>1</visible> <name>slab_amt_t</name>
<font> <visible>1</visible>
<face>Times New Roman</face> <font>
<height>-10</height> <face>Times New Roman</face>
<weight>400</weight> <height>-10</height>
<family>1</family> <weight>400</weight>
<pitch>2</pitch> <family>1</family>
<charset>0</charset> <pitch>2</pitch>
</font> <charset>0</charset>
<background> </font>
<mode>1</mode> <background>
<color>536870912</color> <mode>1</mode>
</background> <color>536870912</color>
</TextObject> </background>
<TextObject> </TextObject>
<band>Detail</band> <TextObject>
<alignment>1</alignment> <band>Detail</band>
<text>Round Off :</text> <alignment>1</alignment>
<border>0</border> <text>Prev Calc Amt:</text>
<color>33554432</color> <border>0</border>
<x>200</x> <color>33554432</color>
<y>191</y> <x>44</x>
<height>16</height> <y>218</y>
<width>70</width> <height>16</height>
<html> <width>98</width>
<valueishtml>0</valueishtml> <html>
</html> <valueishtml>0</valueishtml>
<name>rnd_off_t</name> </html>
<visible>1</visible> <name>prev_calc_amt_t</name>
<font> <visible>1</visible>
<face>Times New Roman</face> <font>
<height>-10</height> <face>Times New Roman</face>
<weight>400</weight> <height>-10</height>
<family>1</family> <weight>400</weight>
<pitch>2</pitch> <family>1</family>
<charset>0</charset> <pitch>2</pitch>
</font> <charset>0</charset>
<background> </font>
<mode>1</mode> <background>
<color>536870912</color> <mode>1</mode>
</background> <color>536870912</color>
</TextObject> </background>
<ColumnObject> </TextObject>
<band>Detail</band> <TextObject>
<id>19</id> <band>Detail</band>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>80</tabsequence> <text>Calc Amt:</text>
<border>5</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>275</x> <x>251</x>
<y>191</y> <y>218</y>
<height>16</height> <height>16</height>
<width>72</width> <width>98</width>
<format>[general]</format> <html>
<html> <valueishtml>0</valueishtml>
<valueishtml>0</valueishtml> </html>
</html> <name>calc_amt_t</name>
<name>rnd_off</name> <visible>1</visible>
<visible>1</visible> <font>
<EditStyle style="edit"> <face>Times New Roman</face>
<limit>1</limit> <height>-10</height>
<case>any</case> <weight>400</weight>
<focusrectangle>no</focusrectangle> <family>1</family>
<autoselect>yes</autoselect> <pitch>2</pitch>
<autohscroll>yes</autohscroll> <charset>0</charset>
<imemode>0</imemode> </font>
</EditStyle> <background>
<font> <mode>1</mode>
<face>Times New Roman</face> <color>536870912</color>
<height>-10</height> </background>
<weight>400</weight> </TextObject>
<family>2</family> <ColumnObject>
<pitch>2</pitch> <band>Detail</band>
<charset>0</charset> <id>13</id>
</font> <alignment>1</alignment>
<background> <tabsequence>32766</tabsequence>
<mode>2</mode> <border>5</border>
<color>1073741824</color> <color>255</color>
</background> <x>146</x>
</ColumnObject> <y>219</y>
<TextObject> <height>15</height>
<band>Detail</band> <width>72</width>
<alignment>1</alignment> <format>[general]</format>
<text>Round To :</text> <html>
<border>0</border> <valueishtml>0</valueishtml>
<color>33554432</color> </html>
<x>356</x> <name>prev_calc_amt</name>
<y>191</y> <visible>1</visible>
<height>16</height> <EditStyle style="edit">
<width>72</width> <limit>0</limit>
<html> <case>any</case>
<valueishtml>0</valueishtml> <focusrectangle>no</focusrectangle>
</html> <autoselect>yes</autoselect>
<name>rnd_to_t</name> <autohscroll>yes</autohscroll>
<visible>1</visible> <imemode>0</imemode>
<font> </EditStyle>
<face>Times New Roman</face> <font>
<height>-10</height> <face>Times New Roman</face>
<weight>400</weight> <height>-10</height>
<family>1</family> <weight>400</weight>
<pitch>2</pitch> <family>2</family>
<charset>0</charset> <pitch>2</pitch>
</font> <charset>0</charset>
<background> </font>
<mode>1</mode> <background>
<color>536870912</color> <mode>1</mode>
</background> <color>536870912</color>
</TextObject> </background>
<ColumnObject> </ColumnObject>
<band>Detail</band> <ColumnObject>
<id>20</id> <band>Detail</band>
<alignment>1</alignment> <id>12</id>
<tabsequence>90</tabsequence> <alignment>1</alignment>
<border>5</border> <tabsequence>50</tabsequence>
<color>33554432</color> <border>5</border>
<x>432</x> <color>33554432</color>
<y>191</y> <x>353</x>
<height>16</height> <y>219</y>
<width>72</width> <height>15</height>
<format>[general]</format> <width>72</width>
<html> <format>[general]</format>
<valueishtml>0</valueishtml> <html>
</html> <valueishtml>0</valueishtml>
<name>rnd_to</name> </html>
<visible>1</visible> <name>calc_amt</name>
<EditStyle style="edit"> <visible>1</visible>
<limit>0</limit> <EditStyle style="edit">
<case>any</case> <limit>0</limit>
<focusrectangle>no</focusrectangle> <case>any</case>
<autoselect>yes</autoselect> <focusrectangle>no</focusrectangle>
<autohscroll>yes</autohscroll> <autoselect>yes</autoselect>
<imemode>0</imemode> <autohscroll>yes</autohscroll>
</EditStyle> <imemode>0</imemode>
<font> </EditStyle>
<face>Times New Roman</face> <font>
<height>-10</height> <face>Times New Roman</face>
<weight>400</weight> <height>-10</height>
<family>2</family> <weight>400</weight>
<pitch>2</pitch> <family>2</family>
<charset>0</charset> <pitch>2</pitch>
</font> <charset>0</charset>
<background> </font>
<mode>2</mode> <background>
<color>1073741824</color> <mode>2</mode>
</background> <color>1073741824</color>
</ColumnObject> </background>
<HtmlTable> </ColumnObject>
<border>1</border> <HtmlTable>
</HtmlTable> <border>1</border>
<HtmlGen> </HtmlTable>
<clientevents>1</clientevents> <HtmlGen>
<clientvalidation>1</clientvalidation> <clientevents>1</clientevents>
<clientcomputedfields>1</clientcomputedfields> <clientvalidation>1</clientvalidation>
<clientformatting>0</clientformatting> <clientcomputedfields>1</clientcomputedfields>
<clientscriptable>0</clientscriptable> <clientformatting>0</clientformatting>
<generatejavascript>1</generatejavascript> <clientscriptable>0</clientscriptable>
<encodeselflinkargs>1</encodeselflinkargs> <generatejavascript>1</generatejavascript>
<netscapelayers>0</netscapelayers> <encodeselflinkargs>1</encodeselflinkargs>
</HtmlGen> <netscapelayers>0</netscapelayers>
<Export.XML> </HtmlGen>
<headgroups>1</headgroups> <Export.XML>
<includewhitespace>0</includewhitespace> <headgroups>1</headgroups>
<metadatatype>0</metadatatype> <includewhitespace>0</includewhitespace>
<savemetadata>0</savemetadata> <metadatatype>0</metadatatype>
</Export.XML> <savemetadata>0</savemetadata>
<Import.XML> </Export.XML>
</Import.XML> <Import.XML>
<Export.PDF> </Import.XML>
<method>0</method> <Export.PDF>
<distill.custompostscript>0</distill.custompostscript> <method>0</method>
<xslfop.print>0</xslfop.print> <distill.custompostscript>0</distill.custompostscript>
</Export.PDF> <xslfop.print>0</xslfop.print>
</Sybase_eDataWindow> </Export.PDF>
</Sybase_eDataWindow>
$PBExportHeader$d_empperk_brow.srd $PBExportHeader$d_empperk_brow.srd
release 9; release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 ) datawindow(units=1 timer_interval=0 color=79741120 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=20 color="536870912" ) header(height=20 color="536870912" )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=23 color="536870912" ) detail(height=23 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="perk_process.tran_id" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="perk_process.tran_id" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="perk_process.emp_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="perk_process.emp_code" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" ) column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" ) column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="perk_process.ad_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="perk_process.ad_code" )
column=(type=char(40) updatewhereclause=yes name=descr dbname="allwdedn.descr" ) column=(type=char(40) updatewhereclause=yes name=descr dbname="allwdedn.descr" )
column=(type=datetime update=yes updatewhereclause=yes name=processed_for dbname="perk_process.processed_for" ) column=(type=datetime update=yes updatewhereclause=yes name=processed_for dbname="perk_process.processed_for" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="perk_process.amount" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="perk_process.amount" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="perk_process.confirmed" values="Yes Y/No N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="perk_process.confirmed" values="Yes Y/No N/" )
column=(type=char(5) update=yes updatewhereclause=yes name=cadre_code dbname="perk_process.cadre_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=cadre_code dbname="perk_process.cadre_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=grade_code dbname="perk_process.grade_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=grade_code dbname="perk_process.grade_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=dept_code dbname="perk_process.dept_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=dept_code dbname="perk_process.dept_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=pay_table dbname="perk_process.pay_table" ) column=(type=char(5) update=yes updatewhereclause=yes name=pay_table dbname="perk_process.pay_table" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code__pay dbname="perk_process.site_code__pay" ) column=(type=char(5) update=yes updatewhereclause=yes name=site_code__pay dbname="perk_process.site_code__pay" )
column=(type=datetime update=yes updatewhereclause=yes name=next_process dbname="perk_process.next_process" ) column=(type=datetime update=yes updatewhereclause=yes name=next_process dbname="perk_process.next_process" )
column=(type=datetime update=yes updatewhereclause=yes name=proc_date dbname="perk_process.proc_date" ) column=(type=datetime update=yes updatewhereclause=yes name=proc_date dbname="perk_process.proc_date" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=calc_amt dbname="perk_process.calc_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=calc_amt dbname="perk_process.calc_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_amt dbname="perk_process.diff_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_amt dbname="perk_process.diff_amt" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="perk_process.chg_date" ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="perk_process.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="perk_process.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="perk_process.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="perk_process.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="perk_process.chg_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) TABLE(NAME=~"perk_process~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"perk_process.tran_id~") COLUMN(NAME=~"perk_process.emp_code~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"perk_process.ad_code~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"perk_process.processed_for~") COLUMN(NAME=~"perk_process.amount~") COLUMN(NAME=~"perk_process.confirmed~") COLUMN(NAME=~"perk_process.cadre_code~") COLUMN(NAME=~"perk_process.grade_code~") COLUMN(NAME=~"perk_process.dept_code~") COLUMN(NAME=~"perk_process.pay_table~") COLUMN(NAME=~"perk_process.site_code__pay~") COLUMN(NAME=~"perk_process.next_process~") COLUMN(NAME=~"perk_process.proc_date~") COLUMN(NAME=~"perk_process.calc_amt~") COLUMN(NAME=~"perk_process.diff_amt~") COLUMN(NAME=~"perk_process.chg_date~") COLUMN(NAME=~"perk_process.chg_user~") COLUMN(NAME=~"perk_process.chg_term~") JOIN (LEFT=~"perk_process.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"allwdedn.ad_code~" OP =~"=~"RIGHT=~"perk_process.ad_code~" )WHERE( EXP1 =~"perk_process.processed_for~" OP =~">=~" EXP2 =~":m_fr_date~" LOGIC =~"and~" ) WHERE( EXP1 =~"perk_process.processed_for~" OP =~"<=~" EXP2 =~":m_to_date~" ) ) ARG(NAME = ~"m_fr_date~" TYPE = datetime) ARG(NAME = ~"m_to_date~" TYPE = datetime) " update="PERK_PROCESS" updatewhere=0 updatekeyinplace=no arguments=(("m_fr_date", datetime),("m_to_date", datetime)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) TABLE(NAME=~"perk_process~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"perk_process.tran_id~") COLUMN(NAME=~"perk_process.emp_code~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"perk_process.ad_code~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"perk_process.processed_for~") COLUMN(NAME=~"perk_process.amount~") COLUMN(NAME=~"perk_process.confirmed~") COLUMN(NAME=~"perk_process.cadre_code~") COLUMN(NAME=~"perk_process.grade_code~") COLUMN(NAME=~"perk_process.dept_code~") COLUMN(NAME=~"perk_process.pay_table~") COLUMN(NAME=~"perk_process.site_code__pay~") COLUMN(NAME=~"perk_process.next_process~") COLUMN(NAME=~"perk_process.proc_date~") COLUMN(NAME=~"perk_process.calc_amt~") COLUMN(NAME=~"perk_process.diff_amt~") COLUMN(NAME=~"perk_process.chg_date~") COLUMN(NAME=~"perk_process.chg_user~") COLUMN(NAME=~"perk_process.chg_term~") JOIN (LEFT=~"perk_process.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"allwdedn.ad_code~" OP =~"=~"RIGHT=~"perk_process.ad_code~" )WHERE( EXP1 =~"perk_process.processed_for~" OP =~">=~" EXP2 =~":m_fr_date~" LOGIC =~"and~" ) WHERE( EXP1 =~"perk_process.processed_for~" OP =~"<=~" EXP2 =~":m_to_date~" ) ) ARG(NAME = ~"m_fr_date~" TYPE = datetime) ARG(NAME = ~"m_to_date~" TYPE = datetime) " update="PERK_PROCESS" updatewhere=0 updatekeyinplace=no arguments=(("m_fr_date", datetime),("m_to_date", datetime)) )
text(band=header alignment="2" text="Tran Id" border="0" color="0" x="2" y="2" height="16" width="79" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Tran Id" border="0" color="0" x="2" y="2" height="16" width="79" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Employee Code" border="0" color="0" x="83" y="2" height="16" width="90" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Employee Code" border="0" color="0" x="83" y="2" height="16" width="90" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="First Name" border="0" color="0" x="175" y="2" height="16" width="121" html.valueishtml="0" name=emp_fname_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="First Name" border="0" color="0" x="175" y="2" height="16" width="121" html.valueishtml="0" name=emp_fname_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Last Name" border="0" color="0" x="298" y="2" height="16" width="115" html.valueishtml="0" name=emp_lname_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Last Name" border="0" color="0" x="298" y="2" height="16" width="115" html.valueishtml="0" name=emp_lname_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Ad Code" border="0" color="0" x="415" y="2" height="16" width="59" html.valueishtml="0" name=ad_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Ad Code" border="0" color="0" x="415" y="2" height="16" width="59" html.valueishtml="0" name=ad_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Description" border="0" color="0" x="476" y="2" height="16" width="204" html.valueishtml="0" name=descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Description" border="0" color="0" x="476" y="2" height="16" width="204" html.valueishtml="0" name=descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Processed For" border="0" color="0" x="682" y="2" height="16" width="82" html.valueishtml="0" name=processed_for_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Processed For" border="0" color="0" x="682" y="2" height="16" width="82" html.valueishtml="0" name=processed_for_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Amount" border="0" color="0" x="766" y="2" height="16" width="67" html.valueishtml="0" name=amount_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Amount" border="0" color="0" x="766" y="2" height="16" width="67" html.valueishtml="0" name=amount_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Confirmed" border="0" color="0" x="835" y="2" height="16" width="66" html.valueishtml="0" name=confirmed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Confirmed" border="0" color="0" x="835" y="2" height="16" width="66" html.valueishtml="0" name=confirmed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Cadre" border="0" color="0" x="903" y="2" height="16" width="67" html.valueishtml="0" name=cadre_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Cadre" border="0" color="0" x="903" y="2" height="16" width="67" html.valueishtml="0" name=cadre_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Grade" border="0" color="0" x="972" y="2" height="16" width="67" html.valueishtml="0" name=grade_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Grade" border="0" color="0" x="972" y="2" height="16" width="67" html.valueishtml="0" name=grade_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Department" border="0" color="0" x="1041" y="2" height="16" width="67" html.valueishtml="0" name=dept_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Department" border="0" color="0" x="1041" y="2" height="16" width="67" html.valueishtml="0" name=dept_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Pay Table" border="0" color="0" x="1110" y="2" height="16" width="67" html.valueishtml="0" name=pay_table_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Pay Table" border="0" color="0" x="1110" y="2" height="16" width="67" html.valueishtml="0" name=pay_table_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Site Code" border="0" color="0" x="1179" y="2" height="16" width="76" html.valueishtml="0" name=site_code__pay_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Site Code" border="0" color="0" x="1179" y="2" height="16" width="76" html.valueishtml="0" name=site_code__pay_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Next Process" border="0" color="0" x="1257" y="2" height="16" width="90" html.valueishtml="0" name=next_process_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Next Process" border="0" color="0" x="1257" y="2" height="16" width="90" html.valueishtml="0" name=next_process_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Processed On" border="0" color="0" x="1349" y="2" height="16" width="87" html.valueishtml="0" name=proc_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Processed On" border="0" color="0" x="1349" y="2" height="16" width="87" html.valueishtml="0" name=proc_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Calculated Amount" border="0" color="0" x="1438" y="2" height="16" width="116" html.valueishtml="0" name=calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Calculated Amount" border="0" color="0" x="1438" y="2" height="16" width="116" html.valueishtml="0" name=calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Difference" border="0" color="0" x="1556" y="2" height="16" width="93" html.valueishtml="0" name=diff_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Difference" border="0" color="0" x="1556" y="2" height="16" width="93" html.valueishtml="0" name=diff_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Change Date" border="0" color="0" x="1651" y="2" height="16" width="79" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Change Date" border="0" color="0" x="1651" y="2" height="16" width="79" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Change User" border="0" color="0" x="1732" y="2" height="16" width="87" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Change User" border="0" color="0" x="1732" y="2" height="16" width="87" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Change Term" border="0" color="0" x="1821" y="2" height="16" width="79" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="2" text="Change Term" border="0" color="0" x="1821" y="2" height="16" width="79" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=1 alignment="0" tabsequence=10 border="0" color="0" x="2" y="2" height="19" width="79" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=1 alignment="0" tabsequence=10 border="0" color="0" x="2" y="2" height="19" width="79" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=20 border="0" color="0" x="83" y="2" height="19" width="90" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=2 alignment="0" tabsequence=20 border="0" color="0" x="83" y="2" height="19" width="90" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=30 border="0" color="0" x="175" y="2" height="19" width="121" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=3 alignment="0" tabsequence=30 border="0" color="0" x="175" y="2" height="19" width="121" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=40 border="0" color="0" x="298" y="2" height="19" width="115" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=4 alignment="0" tabsequence=40 border="0" color="0" x="298" y="2" height="19" width="115" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=50 border="0" color="0" x="415" y="2" height="19" width="59" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=5 alignment="0" tabsequence=50 border="0" color="0" x="415" y="2" height="19" width="59" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=60 border="0" color="0" x="476" y="2" height="19" width="204" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=6 alignment="0" tabsequence=60 border="0" color="0" x="476" y="2" height="19" width="204" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=70 border="0" color="0" x="682" y="2" height="19" width="82" format="[shortdate] [time]" html.valueishtml="0" name=processed_for visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=7 alignment="0" tabsequence=70 border="0" color="0" x="682" y="2" height="19" width="82" format="[shortdate] [time]" html.valueishtml="0" name=processed_for visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="1" tabsequence=80 border="0" color="0" x="766" y="2" height="19" width="67" format="[general]" html.valueishtml="0" name=amount visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=8 alignment="1" tabsequence=80 border="0" color="0" x="766" y="2" height="19" width="67" format="[general]" html.valueishtml="0" name=amount visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=90 border="0" color="0" x="835" y="2" height="19" width="66" format="[general]" html.valueishtml="0" name=confirmed visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=9 alignment="0" tabsequence=90 border="0" color="0" x="835" y="2" height="19" width="66" format="[general]" html.valueishtml="0" name=confirmed visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=100 border="0" color="0" x="903" y="2" height="19" width="67" format="[general]" html.valueishtml="0" name=cadre_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=10 alignment="0" tabsequence=100 border="0" color="0" x="903" y="2" height="19" width="67" format="[general]" html.valueishtml="0" name=cadre_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=110 border="0" color="0" x="972" y="2" height="19" width="67" format="[general]" html.valueishtml="0" name=grade_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=11 alignment="0" tabsequence=110 border="0" color="0" x="972" y="2" height="19" width="67" format="[general]" html.valueishtml="0" name=grade_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="0" tabsequence=120 border="0" color="0" x="1041" y="3" height="19" width="67" format="[general]" html.valueishtml="0" name=dept_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=12 alignment="0" tabsequence=120 border="0" color="0" x="1041" y="3" height="19" width="67" format="[general]" html.valueishtml="0" name=dept_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=130 border="0" color="0" x="1110" y="2" height="19" width="67" format="[general]" html.valueishtml="0" name=pay_table visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=13 alignment="0" tabsequence=130 border="0" color="0" x="1110" y="2" height="19" width="67" format="[general]" html.valueishtml="0" name=pay_table visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=140 border="0" color="0" x="1179" y="2" height="19" width="76" format="[general]" html.valueishtml="0" name=site_code__pay visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=14 alignment="0" tabsequence=140 border="0" color="0" x="1179" y="2" height="19" width="76" format="[general]" html.valueishtml="0" name=site_code__pay visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=150 border="0" color="0" x="1257" y="2" height="19" width="90" format="[shortdate] [time]" html.valueishtml="0" name=next_process visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=15 alignment="0" tabsequence=150 border="0" color="0" x="1257" y="2" height="19" width="90" format="[shortdate] [time]" html.valueishtml="0" name=next_process visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=160 border="0" color="0" x="1349" y="2" height="19" width="87" format="[shortdate] [time]" html.valueishtml="0" name=proc_date visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=16 alignment="0" tabsequence=160 border="0" color="0" x="1349" y="2" height="19" width="87" format="[shortdate] [time]" html.valueishtml="0" name=proc_date visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="1" tabsequence=170 border="0" color="0" x="1438" y="2" height="19" width="116" format="[general]" html.valueishtml="0" name=calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=17 alignment="1" tabsequence=170 border="0" color="0" x="1438" y="2" height="19" width="116" format="[general]" html.valueishtml="0" name=calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="1" tabsequence=180 border="0" color="0" x="1556" y="2" height="19" width="93" format="[general]" html.valueishtml="0" name=diff_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=18 alignment="1" tabsequence=180 border="0" color="0" x="1556" y="2" height="19" width="93" format="[general]" html.valueishtml="0" name=diff_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=19 alignment="0" tabsequence=190 border="0" color="0" x="1651" y="2" height="19" width="79" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=19 alignment="0" tabsequence=190 border="0" color="0" x="1651" y="2" height="19" width="79" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=20 alignment="0" tabsequence=200 border="0" color="0" x="1732" y="2" height="19" width="87" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=20 alignment="0" tabsequence=200 border="0" color="0" x="1732" y="2" height="19" width="87" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=210 border="0" color="0" x="1821" y="2" height="19" width="79" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=21 alignment="0" tabsequence=210 border="0" color="0" x="1821" y="2" height="19" width="79" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) 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 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml() import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" ) export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_empperk_det_brow.srd $PBExportHeader$d_empperk_det_brow.srd
release 9; 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 ) datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=20 color="536870912" ) header(height=20 color="536870912" )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=23 color="536870912" ) detail(height=23 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="perk_process_det.tran_id" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="perk_process_det.tran_id" )
column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code dbname="perk_process_det.ad_code" ) column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code dbname="perk_process_det.ad_code" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=base_amt dbname="perk_process_det.base_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=base_amt dbname="perk_process_det.base_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_base_amt dbname="perk_process_det.prev_base_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_base_amt dbname="perk_process_det.prev_base_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_base_amt dbname="perk_process_det.diff_base_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_base_amt dbname="perk_process_det.diff_base_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=slab_amt dbname="perk_process_det.slab_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=slab_amt dbname="perk_process_det.slab_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_slab_amt dbname="perk_process_det.prev_slab_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_slab_amt dbname="perk_process_det.prev_slab_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_slab_amt dbname="perk_process_det.diff_slab_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_slab_amt dbname="perk_process_det.diff_slab_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=result_amt dbname="perk_process_det.result_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=result_amt dbname="perk_process_det.result_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_result_amt dbname="perk_process_det.prev_result_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_result_amt dbname="perk_process_det.prev_result_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_result_amt dbname="perk_process_det.diff_result_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_result_amt dbname="perk_process_det.diff_result_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=calc_amt dbname="perk_process_det.calc_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=calc_amt dbname="perk_process_det.calc_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_calc_amt dbname="perk_process_det.prev_calc_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_calc_amt dbname="perk_process_det.prev_calc_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_calc_amt dbname="perk_process_det.diff_calc_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_calc_amt dbname="perk_process_det.diff_calc_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="perk_process_det.amount" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="perk_process_det.amount" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_amt dbname="perk_process_det.prev_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_amt dbname="perk_process_det.prev_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_amt dbname="perk_process_det.diff_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_amt dbname="perk_process_det.diff_amt" )
column=(type=char(3) update=yes updatewhereclause=yes name=seq_no dbname="perk_process_det.seq_no" ) column=(type=char(3) update=yes updatewhereclause=yes name=seq_no dbname="perk_process_det.seq_no" )
column=(type=char(1) update=yes updatewhereclause=yes name=rnd_off dbname="perk_process_det.rnd_off" ) column=(type=char(1) update=yes updatewhereclause=yes name=rnd_off dbname="perk_process_det.rnd_off" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=rnd_to dbname="perk_process_det.rnd_to" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=rnd_to dbname="perk_process_det.rnd_to" )
column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" ) column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"perk_process_det~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"perk_process_det.tran_id~") COLUMN(NAME=~"perk_process_det.ad_code~") COLUMN(NAME=~"perk_process_det.base_amt~") COLUMN(NAME=~"perk_process_det.prev_base_amt~") COLUMN(NAME=~"perk_process_det.diff_base_amt~") COLUMN(NAME=~"perk_process_det.slab_amt~") COLUMN(NAME=~"perk_process_det.prev_slab_amt~") COLUMN(NAME=~"perk_process_det.diff_slab_amt~") COLUMN(NAME=~"perk_process_det.result_amt~") COLUMN(NAME=~"perk_process_det.prev_result_amt~") COLUMN(NAME=~"perk_process_det.diff_result_amt~") COLUMN(NAME=~"perk_process_det.calc_amt~") COLUMN(NAME=~"perk_process_det.prev_calc_amt~") COLUMN(NAME=~"perk_process_det.diff_calc_amt~") COLUMN(NAME=~"perk_process_det.amount~") COLUMN(NAME=~"perk_process_det.prev_amt~") COLUMN(NAME=~"perk_process_det.diff_amt~") COLUMN(NAME=~"perk_process_det.seq_no~") COLUMN(NAME=~"perk_process_det.rnd_off~") COLUMN(NAME=~"perk_process_det.rnd_to~") COLUMN(NAME=~"allwdedn.descr~") JOIN (LEFT=~"perk_process_det.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" OUTER1 =~"perk_process_det.ad_code~" )WHERE( EXP1 =~"perk_process_det.tran_id~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="perk_process_det" updatewhere=1 updatekeyinplace=no arguments=(("tran_id", string)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"perk_process_det~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"perk_process_det.tran_id~") COLUMN(NAME=~"perk_process_det.ad_code~") COLUMN(NAME=~"perk_process_det.base_amt~") COLUMN(NAME=~"perk_process_det.prev_base_amt~") COLUMN(NAME=~"perk_process_det.diff_base_amt~") COLUMN(NAME=~"perk_process_det.slab_amt~") COLUMN(NAME=~"perk_process_det.prev_slab_amt~") COLUMN(NAME=~"perk_process_det.diff_slab_amt~") COLUMN(NAME=~"perk_process_det.result_amt~") COLUMN(NAME=~"perk_process_det.prev_result_amt~") COLUMN(NAME=~"perk_process_det.diff_result_amt~") COLUMN(NAME=~"perk_process_det.calc_amt~") COLUMN(NAME=~"perk_process_det.prev_calc_amt~") COLUMN(NAME=~"perk_process_det.diff_calc_amt~") COLUMN(NAME=~"perk_process_det.amount~") COLUMN(NAME=~"perk_process_det.prev_amt~") COLUMN(NAME=~"perk_process_det.diff_amt~") COLUMN(NAME=~"perk_process_det.seq_no~") COLUMN(NAME=~"perk_process_det.rnd_off~") COLUMN(NAME=~"perk_process_det.rnd_to~") COLUMN(NAME=~"allwdedn.descr~") JOIN (LEFT=~"perk_process_det.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" OUTER1 =~"perk_process_det.ad_code~" )WHERE( EXP1 =~"perk_process_det.tran_id~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="perk_process_det" updatewhere=1 updatekeyinplace=no arguments=(("tran_id", string)) )
text(band=header alignment="2" text="Tran Id" border="6" color="33554432" x="2" y="2" height="16" width="66" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Tran Id" border="6" color="33554432" x="2" y="2" height="16" width="66" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Ad Code" border="6" color="33554432" x="70" y="2" height="16" width="50" html.valueishtml="0" name=ad_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Ad Code" border="6" color="33554432" x="70" y="2" height="16" width="50" html.valueishtml="0" name=ad_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Base Amt" border="6" color="33554432" x="362" y="2" height="16" width="72" html.valueishtml="0" name=base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Base Amt" border="6" color="33554432" x="362" y="2" height="16" width="72" html.valueishtml="0" name=base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Prev Base Amt" border="6" color="33554432" x="436" y="2" height="16" width="87" html.valueishtml="0" name=prev_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Prev Base Amt" border="6" color="33554432" x="436" y="2" height="16" width="87" html.valueishtml="0" name=prev_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Diff Base Amt" border="6" color="33554432" x="525" y="2" height="16" width="80" html.valueishtml="0" name=diff_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Diff Base Amt" border="6" color="33554432" x="525" y="2" height="16" width="80" html.valueishtml="0" name=diff_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Slab Amt" border="6" color="33554432" x="607" y="2" height="16" width="72" html.valueishtml="0" name=slab_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Slab Amt" border="6" color="33554432" x="607" y="2" height="16" width="72" html.valueishtml="0" name=slab_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Prev Slab Amt" border="6" color="33554432" x="681" y="2" height="16" width="83" html.valueishtml="0" name=prev_slab_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Prev Slab Amt" border="6" color="33554432" x="681" y="2" height="16" width="83" html.valueishtml="0" name=prev_slab_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Diff Slab Amt" border="6" color="33554432" x="766" y="2" height="16" width="76" html.valueishtml="0" name=diff_slab_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Diff Slab Amt" border="6" color="33554432" x="766" y="2" height="16" width="76" html.valueishtml="0" name=diff_slab_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Result Amt" border="6" color="33554432" x="844" y="2" height="16" width="72" html.valueishtml="0" name=result_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Result Amt" border="6" color="33554432" x="844" y="2" height="16" width="72" html.valueishtml="0" name=result_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Prev Result Amt" border="6" color="33554432" x="918" y="2" height="16" width="94" html.valueishtml="0" name=prev_result_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Prev Result Amt" border="6" color="33554432" x="918" y="2" height="16" width="94" html.valueishtml="0" name=prev_result_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Diff Result Amt" border="6" color="33554432" x="1014" y="2" height="16" width="87" html.valueishtml="0" name=diff_result_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Diff Result Amt" border="6" color="33554432" x="1014" y="2" height="16" width="87" html.valueishtml="0" name=diff_result_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Calc Amt" border="6" color="33554432" x="1103" y="2" height="16" width="72" html.valueishtml="0" name=calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Calc Amt" border="6" color="33554432" x="1103" y="2" height="16" width="72" html.valueishtml="0" name=calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Prev Calc Amt" border="6" color="33554432" x="1177" y="2" height="16" width="83" html.valueishtml="0" name=prev_calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Prev Calc Amt" border="6" color="33554432" x="1177" y="2" height="16" width="83" html.valueishtml="0" name=prev_calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Diff Calc Amt" border="6" color="33554432" x="1262" y="2" height="16" width="76" html.valueishtml="0" name=diff_calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Diff Calc Amt" border="6" color="33554432" x="1262" y="2" height="16" width="76" html.valueishtml="0" name=diff_calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Amount" border="6" color="33554432" x="1340" y="2" height="16" width="72" html.valueishtml="0" name=amount_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Amount" border="6" color="33554432" x="1340" y="2" height="16" width="72" html.valueishtml="0" name=amount_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Prev Amt" border="6" color="33554432" x="1414" y="2" height="16" width="72" html.valueishtml="0" name=prev_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Prev Amt" border="6" color="33554432" x="1414" y="2" height="16" width="72" html.valueishtml="0" name=prev_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Diff Amt" border="6" color="33554432" x="1488" y="2" height="16" width="72" html.valueishtml="0" name=diff_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Diff Amt" border="6" color="33554432" x="1488" y="2" height="16" width="72" html.valueishtml="0" name=diff_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Seq No" border="6" color="33554432" x="1562" y="2" height="16" width="43" html.valueishtml="0" name=seq_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Seq No" border="6" color="33554432" x="1562" y="2" height="16" width="43" html.valueishtml="0" name=seq_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Rnd Off" border="6" color="33554432" x="1607" y="2" height="16" width="43" html.valueishtml="0" name=rnd_off_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Rnd Off" border="6" color="33554432" x="1607" y="2" height="16" width="43" html.valueishtml="0" name=rnd_off_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Rnd To" border="6" color="33554432" x="1652" y="2" height="16" width="72" html.valueishtml="0" name=rnd_to_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Rnd To" border="6" color="33554432" x="1652" y="2" height="16" width="72" html.valueishtml="0" name=rnd_to_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Allwdedn Descr" border="6" color="33554432" x="122" y="2" height="16" width="238" html.valueishtml="0" name=allwdedn_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Allwdedn Descr" border="6" color="33554432" x="122" y="2" height="16" width="238" html.valueishtml="0" name=allwdedn_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="2" y="2" height="19" width="66" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="2" y="2" height="19" width="66" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="70" y="2" height="19" width="50" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="70" y="2" height="19" width="50" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=3 alignment="1" tabsequence=40 border="5" color="33554432" x="362" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=3 alignment="1" tabsequence=40 border="5" color="33554432" x="362" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=4 alignment="1" tabsequence=50 border="5" color="33554432" x="436" y="2" height="19" width="87" format="[general]" html.valueishtml="0" name=prev_base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=4 alignment="1" tabsequence=50 border="5" color="33554432" x="436" y="2" height="19" width="87" format="[general]" html.valueishtml="0" name=prev_base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=5 alignment="1" tabsequence=60 border="5" color="33554432" x="525" y="2" height="19" width="80" format="[general]" html.valueishtml="0" name=diff_base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=5 alignment="1" tabsequence=60 border="5" color="33554432" x="525" y="2" height="19" width="80" format="[general]" html.valueishtml="0" name=diff_base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=6 alignment="1" tabsequence=70 border="5" color="33554432" x="607" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=slab_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=6 alignment="1" tabsequence=70 border="5" color="33554432" x="607" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=slab_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=7 alignment="1" tabsequence=80 border="5" color="33554432" x="681" y="2" height="19" width="83" format="[general]" html.valueishtml="0" name=prev_slab_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=7 alignment="1" tabsequence=80 border="5" color="33554432" x="681" y="2" height="19" width="83" format="[general]" html.valueishtml="0" name=prev_slab_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=8 alignment="1" tabsequence=90 border="5" color="33554432" x="766" y="2" height="19" width="76" format="[general]" html.valueishtml="0" name=diff_slab_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=8 alignment="1" tabsequence=90 border="5" color="33554432" x="766" y="2" height="19" width="76" format="[general]" html.valueishtml="0" name=diff_slab_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=9 alignment="1" tabsequence=100 border="5" color="33554432" x="844" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=result_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=9 alignment="1" tabsequence=100 border="5" color="33554432" x="844" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=result_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=10 alignment="1" tabsequence=110 border="5" color="33554432" x="918" y="2" height="19" width="94" format="[general]" html.valueishtml="0" name=prev_result_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=10 alignment="1" tabsequence=110 border="5" color="33554432" x="918" y="2" height="19" width="94" format="[general]" html.valueishtml="0" name=prev_result_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=11 alignment="1" tabsequence=120 border="5" color="33554432" x="1014" y="2" height="19" width="87" format="[general]" html.valueishtml="0" name=diff_result_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=11 alignment="1" tabsequence=120 border="5" color="33554432" x="1014" y="2" height="19" width="87" format="[general]" html.valueishtml="0" name=diff_result_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=12 alignment="1" tabsequence=130 border="5" color="33554432" x="1103" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=12 alignment="1" tabsequence=130 border="5" color="33554432" x="1103" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=13 alignment="1" tabsequence=140 border="5" color="33554432" x="1177" y="2" height="19" width="83" format="[general]" html.valueishtml="0" name=prev_calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=13 alignment="1" tabsequence=140 border="5" color="33554432" x="1177" y="2" height="19" width="83" format="[general]" html.valueishtml="0" name=prev_calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=14 alignment="1" tabsequence=150 border="5" color="33554432" x="1262" y="2" height="19" width="76" format="[general]" html.valueishtml="0" name=diff_calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=14 alignment="1" tabsequence=150 border="5" color="33554432" x="1262" y="2" height="19" width="76" format="[general]" html.valueishtml="0" name=diff_calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=15 alignment="1" tabsequence=160 border="5" color="33554432" x="1340" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=amount visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=15 alignment="1" tabsequence=160 border="5" color="33554432" x="1340" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=amount visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=16 alignment="1" tabsequence=170 border="5" color="33554432" x="1414" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=prev_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=16 alignment="1" tabsequence=170 border="5" color="33554432" x="1414" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=prev_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=17 alignment="1" tabsequence=180 border="5" color="33554432" x="1488" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=diff_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=17 alignment="1" tabsequence=180 border="5" color="33554432" x="1488" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=diff_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=18 alignment="0" tabsequence=190 border="5" color="33554432" x="1562" y="2" height="19" width="43" format="[general]" html.valueishtml="0" name=seq_no visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=18 alignment="0" tabsequence=190 border="5" color="33554432" x="1562" y="2" height="19" width="43" format="[general]" html.valueishtml="0" name=seq_no visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=19 alignment="0" tabsequence=200 border="5" color="33554432" x="1607" y="2" height="19" width="43" format="[general]" html.valueishtml="0" name=rnd_off visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=19 alignment="0" tabsequence=200 border="5" color="33554432" x="1607" y="2" height="19" width="43" format="[general]" html.valueishtml="0" name=rnd_off visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=20 alignment="1" tabsequence=210 border="5" color="33554432" x="1652" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=rnd_to visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=20 alignment="1" tabsequence=210 border="5" color="33554432" x="1652" y="2" height="19" width="72" format="[general]" html.valueishtml="0" name=rnd_to visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=21 alignment="0" tabsequence=30 border="5" color="33554432" x="122" y="2" height="19" width="238" format="[general]" html.valueishtml="0" name=allwdedn_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=21 alignment="0" tabsequence=30 border="5" color="33554432" x="122" y="2" height="19" width="238" format="[general]" html.valueishtml="0" name=allwdedn_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) 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 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml() import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" ) export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_empperk_det_edit.srd $PBExportHeader$d_empperk_det_edit.srd
release 9; 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 ) 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" ) summary(height=97 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=342 color="536870912" ) detail(height=435 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="perk_process_det.tran_id" ) table(column=(type=char(10) update=yes updatewhereclause=yes name=tran_id dbname="perk_process_det.tran_id" )
column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code dbname="perk_process_det.ad_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="perk_process_det.ad_code" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=base_amt dbname="perk_process_det.base_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=base_amt dbname="perk_process_det.base_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_base_amt dbname="perk_process_det.prev_base_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_base_amt dbname="perk_process_det.prev_base_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_base_amt dbname="perk_process_det.diff_base_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_base_amt dbname="perk_process_det.diff_base_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=slab_amt dbname="perk_process_det.slab_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=slab_amt dbname="perk_process_det.slab_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_slab_amt dbname="perk_process_det.prev_slab_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_slab_amt dbname="perk_process_det.prev_slab_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_slab_amt dbname="perk_process_det.diff_slab_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_slab_amt dbname="perk_process_det.diff_slab_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=result_amt dbname="perk_process_det.result_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=result_amt dbname="perk_process_det.result_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_result_amt dbname="perk_process_det.prev_result_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_result_amt dbname="perk_process_det.prev_result_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_result_amt dbname="perk_process_det.diff_result_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_result_amt dbname="perk_process_det.diff_result_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=calc_amt dbname="perk_process_det.calc_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=calc_amt dbname="perk_process_det.calc_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_calc_amt dbname="perk_process_det.prev_calc_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_calc_amt dbname="perk_process_det.prev_calc_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_calc_amt dbname="perk_process_det.diff_calc_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_calc_amt dbname="perk_process_det.diff_calc_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="perk_process_det.amount" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="perk_process_det.amount" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_amt dbname="perk_process_det.prev_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=prev_amt dbname="perk_process_det.prev_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_amt dbname="perk_process_det.diff_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_amt dbname="perk_process_det.diff_amt" )
column=(type=char(3) update=yes updatewhereclause=yes name=seq_no dbname="perk_process_det.seq_no" ) column=(type=char(3) update=yes updatewhereclause=yes name=seq_no dbname="perk_process_det.seq_no" )
column=(type=char(1) update=yes updatewhereclause=yes name=rnd_off dbname="perk_process_det.rnd_off" ) column=(type=char(1) update=yes updatewhereclause=yes name=rnd_off dbname="perk_process_det.rnd_off" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=rnd_to dbname="perk_process_det.rnd_to" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=rnd_to dbname="perk_process_det.rnd_to" )
column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" ) column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"perk_process_det~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"perk_process_det.tran_id~") COLUMN(NAME=~"perk_process_det.ad_code~") COLUMN(NAME=~"perk_process_det.base_amt~") COLUMN(NAME=~"perk_process_det.prev_base_amt~") COLUMN(NAME=~"perk_process_det.diff_base_amt~") COLUMN(NAME=~"perk_process_det.slab_amt~") COLUMN(NAME=~"perk_process_det.prev_slab_amt~") COLUMN(NAME=~"perk_process_det.diff_slab_amt~") COLUMN(NAME=~"perk_process_det.result_amt~") COLUMN(NAME=~"perk_process_det.prev_result_amt~") COLUMN(NAME=~"perk_process_det.diff_result_amt~") COLUMN(NAME=~"perk_process_det.calc_amt~") COLUMN(NAME=~"perk_process_det.prev_calc_amt~") COLUMN(NAME=~"perk_process_det.diff_calc_amt~") COLUMN(NAME=~"perk_process_det.amount~") COLUMN(NAME=~"perk_process_det.prev_amt~") COLUMN(NAME=~"perk_process_det.diff_amt~") COLUMN(NAME=~"perk_process_det.seq_no~") COLUMN(NAME=~"perk_process_det.rnd_off~") COLUMN(NAME=~"perk_process_det.rnd_to~") COLUMN(NAME=~"allwdedn.descr~") JOIN (LEFT=~"perk_process_det.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" OUTER1 =~"perk_process_det.ad_code~" )WHERE( EXP1 =~"perk_process_det.tran_id~" OP =~"=~" EXP2 =~":tran_id~" LOGIC =~"and~" ) WHERE( EXP1 =~"perk_process_det.ad_code~" OP =~"=~" EXP2 =~":ad_code~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) ARG(NAME = ~"ad_code~" TYPE = string) " update="perk_process_det" updatewhere=1 updatekeyinplace=no arguments=(("tran_id", string),("ad_code", string)) ) column=(type=datetime updatewhereclause=yes name=allwdedn_chg_date dbname="allwdedn.chg_date" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="110" y="11" height="15" width="66" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"perk_process_det~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"perk_process_det.tran_id~") COLUMN(NAME=~"perk_process_det.ad_code~") COLUMN(NAME=~"perk_process_det.base_amt~") COLUMN(NAME=~"perk_process_det.prev_base_amt~") COLUMN(NAME=~"perk_process_det.diff_base_amt~") COLUMN(NAME=~"perk_process_det.slab_amt~") COLUMN(NAME=~"perk_process_det.prev_slab_amt~") COLUMN(NAME=~"perk_process_det.diff_slab_amt~") COLUMN(NAME=~"perk_process_det.result_amt~") COLUMN(NAME=~"perk_process_det.prev_result_amt~") COLUMN(NAME=~"perk_process_det.diff_result_amt~") COLUMN(NAME=~"perk_process_det.calc_amt~") COLUMN(NAME=~"perk_process_det.prev_calc_amt~") COLUMN(NAME=~"perk_process_det.diff_calc_amt~") COLUMN(NAME=~"perk_process_det.amount~") COLUMN(NAME=~"perk_process_det.prev_amt~") COLUMN(NAME=~"perk_process_det.diff_amt~") COLUMN(NAME=~"perk_process_det.seq_no~") COLUMN(NAME=~"perk_process_det.rnd_off~") COLUMN(NAME=~"perk_process_det.rnd_to~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"allwdedn.chg_date~") JOIN (LEFT=~"perk_process_det.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" OUTER1 =~"perk_process_det.ad_code~" )WHERE( EXP1 =~"perk_process_det.tran_id~" OP =~"=~" EXP2 =~":tran_id~" LOGIC =~"and~" ) WHERE( EXP1 =~"perk_process_det.ad_code~" OP =~"=~" EXP2 =~":ad_code~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) ARG(NAME = ~"ad_code~" TYPE = string) " arguments=(("tran_id", string),("ad_code", string)) )
text(band=detail alignment="1" text="Tran Id:" border="0" color="33554432" x="8" y="10" height="16" width="98" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) groupbox(band=detail text="Basic"border="2" color="33554432" x="14" y="11" height="351" width="430" name=gb_1 visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Ad Code:" border="0" color="33554432" x="8" y="33" height="16" width="98" html.valueishtml="0" name=ad_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="146" y="32" height="15" width="66" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Diff Base Amt:" border="0" color="33554432" x="9" y="80" height="16" width="98" html.valueishtml="0" name=diff_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Tran Id:" border="0" color="33554432" x="44" y="31" height="16" width="98" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="1" tabsequence=32766 border="5" color="255" x="111" y="81" height="15" width="72" format="[general]" html.valueishtml="0" name=diff_base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Ad Code:" border="0" color="33554432" x="44" y="54" height="16" width="98" html.valueishtml="0" name=ad_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Diff Slab Amt:" border="0" color="33554432" x="8" y="126" height="16" width="98" html.valueishtml="0" name=diff_slab_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Diff Base Amt:" border="0" color="33554432" x="45" y="101" height="16" width="98" html.valueishtml="0" name=diff_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="1" tabsequence=32766 border="5" color="255" x="110" y="127" height="15" width="72" format="[general]" html.valueishtml="0" name=diff_slab_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=5 alignment="1" tabsequence=32766 border="5" color="255" x="147" y="102" height="15" width="72" format="[general]" html.valueishtml="0" name=diff_base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Diff Result Amt:" border="0" color="33554432" x="8" y="174" height="16" width="98" html.valueishtml="0" name=diff_result_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Diff Slab Amt:" border="0" color="33554432" x="44" y="147" height="16" width="98" html.valueishtml="0" name=diff_slab_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="1" tabsequence=32766 border="5" color="255" x="110" y="175" height="15" width="72" format="[general]" html.valueishtml="0" name=diff_result_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=8 alignment="1" tabsequence=32766 border="5" color="255" x="146" y="148" height="15" width="72" format="[general]" html.valueishtml="0" name=diff_slab_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Diff Calc Amt:" border="0" color="33554432" x="8" y="222" height="16" width="98" html.valueishtml="0" name=diff_calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Diff Result Amt:" border="0" color="33554432" x="44" y="195" height="16" width="98" html.valueishtml="0" name=diff_result_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="1" tabsequence=32766 border="5" color="255" x="110" y="223" height="15" width="72" format="[general]" html.valueishtml="0" name=diff_calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=11 alignment="1" tabsequence=32766 border="5" color="255" x="146" y="196" height="15" width="72" format="[general]" html.valueishtml="0" name=diff_result_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Diff Amt:" border="0" color="33554432" x="8" y="270" height="16" width="98" html.valueishtml="0" name=diff_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Diff Calc Amt:" border="0" color="33554432" x="44" y="243" height="16" width="98" html.valueishtml="0" name=diff_calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=17 alignment="1" tabsequence=32766 border="5" color="255" x="110" y="271" height="15" width="72" format="[general]" html.valueishtml="0" name=diff_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=14 alignment="1" tabsequence=32766 border="5" color="255" x="146" y="244" height="15" width="72" format="[general]" html.valueishtml="0" name=diff_calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="0" tabsequence=70 border="5" color="33554432" x="110" y="295" height="15" width="44" format="[general]" html.valueishtml="0" name=seq_no visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=detail alignment="1" text="Diff Amt:" border="0" color="33554432" x="44" y="291" height="16" width="98" html.valueishtml="0" name=diff_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=20 alignment="1" tabsequence=90 border="5" color="33554432" x="110" y="318" height="15" width="72" format="[general]" html.valueishtml="0" name=rnd_to visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=17 alignment="1" tabsequence=32766 border="5" color="255" x="146" y="292" height="15" width="72" format="[general]" html.valueishtml="0" name=diff_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Rnd To:" border="0" color="33554432" x="8" y="317" height="16" width="98" html.valueishtml="0" name=rnd_to_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=18 alignment="0" tabsequence=70 border="5" color="33554432" x="146" y="316" height="15" width="44" format="[general]" html.valueishtml="0" name=seq_no visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Prev Base Amt:" border="0" color="33554432" x="8" y="57" height="16" width="98" html.valueishtml="0" name=prev_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=20 alignment="1" tabsequence=90 border="5" color="33554432" x="146" y="339" height="15" width="72" format="[general]" html.valueishtml="0" name=rnd_to visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=4 alignment="1" tabsequence=32766 border="5" color="255" x="110" y="58" height="15" width="72" format="[general]" html.valueishtml="0" name=prev_base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Rnd To:" border="0" color="33554432" x="44" y="338" height="16" width="98" html.valueishtml="0" name=rnd_to_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Prev Slab Amt:" border="0" color="33554432" x="8" y="103" height="16" width="98" html.valueishtml="0" name=prev_slab_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Prev Base Amt:" border="0" color="33554432" x="44" y="78" height="16" width="98" html.valueishtml="0" name=prev_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="1" tabsequence=32766 border="5" color="255" x="110" y="104" height="15" width="72" format="[general]" html.valueishtml="0" name=prev_slab_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=4 alignment="1" tabsequence=32766 border="5" color="255" x="146" y="79" height="15" width="72" format="[general]" html.valueishtml="0" name=prev_base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Prev Result Amt:" border="0" color="33554432" x="8" y="150" height="16" width="98" html.valueishtml="0" name=prev_result_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Prev Slab Amt:" border="0" color="33554432" x="44" y="124" height="16" width="98" html.valueishtml="0" name=prev_slab_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="1" tabsequence=32766 border="5" color="255" x="110" y="151" height="15" width="72" format="[general]" html.valueishtml="0" name=prev_result_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=7 alignment="1" tabsequence=32766 border="5" color="255" x="146" y="125" height="15" width="72" format="[general]" html.valueishtml="0" name=prev_slab_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Prev Amt:" border="0" color="33554432" x="8" y="246" height="16" width="98" html.valueishtml="0" name=prev_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Prev Result Amt:" border="0" color="33554432" x="44" y="171" height="16" width="98" html.valueishtml="0" name=prev_result_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Amount:" border="0" color="33554432" x="215" y="246" height="16" width="98" html.valueishtml="0" name=amount_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=10 alignment="1" tabsequence=32766 border="5" color="255" x="146" y="172" height="15" width="72" format="[general]" html.valueishtml="0" name=prev_result_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=16 alignment="1" tabsequence=32766 border="5" color="255" x="110" y="247" height="15" width="72" format="[general]" html.valueishtml="0" name=prev_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Prev Amt:" border="0" color="33554432" x="44" y="267" height="16" width="98" html.valueishtml="0" name=prev_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Seq No:" border="0" color="33554432" x="8" y="294" height="16" width="98" html.valueishtml="0" name=seq_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Amount:" border="0" color="33554432" x="251" y="267" height="16" width="98" html.valueishtml="0" name=amount_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Rnd Off:" border="0" color="33554432" x="244" y="294" height="16" width="98" html.valueishtml="0" name=rnd_off_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=16 alignment="1" tabsequence=32766 border="5" color="255" x="146" y="268" height="15" width="72" format="[general]" html.valueishtml="0" name=prev_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Result Amt:" border="0" color="33554432" x="215" y="150" height="16" width="98" html.valueishtml="0" name=result_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Seq No:" border="0" color="33554432" x="44" y="315" height="16" width="98" html.valueishtml="0" name=seq_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="33554432" x="110" y="34" height="15" width="43" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=detail alignment="1" text="Rnd Off:" border="0" color="33554432" x="280" y="315" height="16" width="98" html.valueishtml="0" name=rnd_off_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="5" color="255" x="157" y="34" height="15" width="232" format="[general]" html.valueishtml="0" name=allwdedn_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=detail alignment="1" text="Result Amt:" border="0" color="33554432" x="251" y="171" height="16" width="98" html.valueishtml="0" name=result_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="1" tabsequence=20 border="5" color="33554432" x="317" y="58" height="15" width="72" format="[general]" html.valueishtml="0" name=base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="33554432" x="146" y="55" height="15" width="43" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=6 alignment="1" tabsequence=30 border="5" color="33554432" x="317" y="104" height="15" width="72" format="[general]" html.valueishtml="0" name=slab_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=21 alignment="0" tabsequence=32766 border="5" color="255" x="193" y="55" height="15" width="232" format="[general]" html.valueishtml="0" name=allwdedn_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=9 alignment="1" tabsequence=40 border="5" color="33554432" x="317" y="151" height="15" width="72" format="[general]" html.valueishtml="0" name=result_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=3 alignment="1" tabsequence=20 border="5" color="33554432" x="353" y="79" height="15" width="72" format="[general]" html.valueishtml="0" name=base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=15 alignment="1" tabsequence=60 border="5" color="33554432" x="317" y="247" height="15" width="72" format="[general]" html.valueishtml="0" name=amount visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=6 alignment="1" tabsequence=30 border="5" color="33554432" x="353" y="125" height="15" width="72" format="[general]" html.valueishtml="0" name=slab_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=19 alignment="0" tabsequence=80 border="5" color="33554432" x="346" y="295" height="15" width="43" format="[general]" html.valueishtml="0" name=rnd_off visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) column(band=detail id=9 alignment="1" tabsequence=40 border="5" color="33554432" x="353" y="172" height="15" width="72" format="[general]" html.valueishtml="0" name=result_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Base Amt:" border="0" color="33554432" x="215" y="57" height="16" width="98" html.valueishtml="0" name=base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=15 alignment="1" tabsequence=60 border="5" color="33554432" x="353" y="268" height="15" width="72" format="[general]" html.valueishtml="0" name=amount visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Slab Amt:" border="0" color="33554432" x="215" y="103" height="16" width="98" html.valueishtml="0" name=slab_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=19 alignment="0" tabsequence=80 border="5" color="33554432" x="382" y="316" height="15" width="43" format="[general]" html.valueishtml="0" name=rnd_off visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Prev Calc Amt:" border="0" color="33554432" x="8" y="197" height="16" width="98" html.valueishtml="0" name=prev_calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Base Amt:" border="0" color="33554432" x="251" y="78" height="16" width="98" html.valueishtml="0" name=base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Calc Amt:" border="0" color="33554432" x="215" y="197" height="16" width="98" html.valueishtml="0" name=calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Slab Amt:" border="0" color="33554432" x="251" y="124" height="16" width="98" html.valueishtml="0" name=slab_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="1" tabsequence=32766 border="5" color="255" x="110" y="198" height="15" width="72" format="[general]" html.valueishtml="0" name=prev_calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Prev Calc Amt:" border="0" color="33554432" x="44" y="218" height="16" width="98" html.valueishtml="0" name=prev_calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="1" tabsequence=50 border="5" color="33554432" x="317" y="198" height="15" width="72" format="[general]" html.valueishtml="0" name=calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=detail alignment="1" text="Calc Amt:" border="0" color="33554432" x="251" y="218" height="16" width="98" html.valueishtml="0" name=calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" ) column(band=detail id=13 alignment="1" tabsequence=32766 border="5" color="255" x="146" y="219" height="15" width="72" format="[general]" html.valueishtml="0" name=prev_calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) column(band=detail id=12 alignment="1" tabsequence=50 border="5" color="33554432" x="353" y="219" height="15" width="72" format="[general]" html.valueishtml="0" name=calc_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) htmltable(border="1" )
import.xml() htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.pdf(method=0 distill.custompostscript="0" xslfop.print="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_empperk_edit.srd $PBExportHeader$d_empperk_edit.srd
release 7; release 9;
datawindow(units=0 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.documentname="" print.orientation = 0 print.margin.left = 110 print.margin.right = 110 print.margin.top = 96 print.margin.bottom = 96 print.paper.source = 0 print.paper.size = 0 print.prompt=no print.buttons=no print.preview.buttons=no ) datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=2864 color="536870912" ) detail(height=716 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="perk_process.tran_id" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="perk_process.tran_id" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="perk_process.emp_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="perk_process.emp_code" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" ) column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" ) column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="perk_process.ad_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=ad_code dbname="perk_process.ad_code" )
column=(type=char(40) updatewhereclause=yes name=descr dbname="allwdedn.descr" ) column=(type=char(40) updatewhereclause=yes name=descr dbname="allwdedn.descr" )
column=(type=datetime update=yes updatewhereclause=yes name=proc_date dbname="perk_process.proc_date" ) column=(type=datetime update=yes updatewhereclause=yes name=proc_date dbname="perk_process.proc_date" )
column=(type=char(5) update=yes updatewhereclause=yes name=cadre_code dbname="perk_process.cadre_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=cadre_code dbname="perk_process.cadre_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=grade_code dbname="perk_process.grade_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=grade_code dbname="perk_process.grade_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=dept_code dbname="perk_process.dept_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=dept_code dbname="perk_process.dept_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=pay_table dbname="perk_process.pay_table" ) column=(type=char(5) update=yes updatewhereclause=yes name=pay_table dbname="perk_process.pay_table" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code__pay dbname="perk_process.site_code__pay" ) column=(type=char(5) update=yes updatewhereclause=yes name=site_code__pay dbname="perk_process.site_code__pay" )
column=(type=datetime update=yes updatewhereclause=yes name=processed_for dbname="perk_process.processed_for" ) column=(type=datetime update=yes updatewhereclause=yes name=processed_for dbname="perk_process.processed_for" )
column=(type=datetime update=yes updatewhereclause=yes name=next_process dbname="perk_process.next_process" ) column=(type=datetime update=yes updatewhereclause=yes name=next_process dbname="perk_process.next_process" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="perk_process.amount" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="perk_process.amount" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="perk_process.confirmed" values="Yes Y/No N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="perk_process.confirmed" initial="Y" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="perk_process.chg_date" ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="perk_process.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="perk_process.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="perk_process.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="perk_process.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="perk_process.chg_term" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=calc_amt dbname="perk_process.calc_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=calc_amt dbname="perk_process.calc_amt" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_amt dbname="perk_process.diff_amt" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=diff_amt dbname="perk_process.diff_amt" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"allwdedn~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"perk_process~" ) COLUMN(NAME=~"perk_process.tran_id~") COLUMN(NAME=~"perk_process.emp_code~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"perk_process.ad_code~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"perk_process.proc_date~") COLUMN(NAME=~"perk_process.cadre_code~") COLUMN(NAME=~"perk_process.grade_code~") COLUMN(NAME=~"perk_process.dept_code~") COLUMN(NAME=~"perk_process.pay_table~") COLUMN(NAME=~"perk_process.site_code__pay~") COLUMN(NAME=~"perk_process.processed_for~") COLUMN(NAME=~"perk_process.next_process~") COLUMN(NAME=~"perk_process.amount~") COLUMN(NAME=~"perk_process.confirmed~") COLUMN(NAME=~"perk_process.chg_date~") COLUMN(NAME=~"perk_process.chg_user~") COLUMN(NAME=~"perk_process.chg_term~") COLUMN(NAME=~"perk_process.calc_amt~") COLUMN(NAME=~"perk_process.diff_amt~") JOIN (LEFT=~"perk_process.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"perk_process.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" )WHERE( EXP1 =~"( ( ~~~"PERK_PROCESS~~~".~~~"TRAN_ID~~~"~" OP =~"=~" EXP2 =~":m_tranid ) )~" ) ) ARG(NAME = ~"m_tranid~" TYPE = string) " update="PERK_PROCESS" updatewhere=0 updatekeyinplace=no arguments=(("m_tranid", string)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"allwdedn~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"perk_process~" ) COLUMN(NAME=~"perk_process.tran_id~") COLUMN(NAME=~"perk_process.emp_code~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"perk_process.ad_code~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"perk_process.proc_date~") COLUMN(NAME=~"perk_process.cadre_code~") COLUMN(NAME=~"perk_process.grade_code~") COLUMN(NAME=~"perk_process.dept_code~") COLUMN(NAME=~"perk_process.pay_table~") COLUMN(NAME=~"perk_process.site_code__pay~") COLUMN(NAME=~"perk_process.processed_for~") COLUMN(NAME=~"perk_process.next_process~") COLUMN(NAME=~"perk_process.amount~") COLUMN(NAME=~"perk_process.confirmed~") COLUMN(NAME=~"perk_process.chg_date~") COLUMN(NAME=~"perk_process.chg_user~") COLUMN(NAME=~"perk_process.chg_term~") COLUMN(NAME=~"perk_process.calc_amt~") COLUMN(NAME=~"perk_process.diff_amt~") JOIN (LEFT=~"perk_process.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" ) JOIN (LEFT=~"perk_process.ad_code~" OP =~"=~"RIGHT=~"allwdedn.ad_code~" )WHERE( EXP1 =~"( ( ~~~"PERK_PROCESS~~~".~~~"TRAN_ID~~~"~" OP =~"=~" EXP2 =~":m_tranid ) )~" ) ) ARG(NAME = ~"m_tranid~" TYPE = string) " update="PERK_PROCESS" updatewhere=0 updatekeyinplace=no arguments=(("m_tranid", string)) )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="255" x="809" y="140" height="76" width="635" format="[general]" name=emp_fname edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" ) groupbox(band=detail text="Basic"border="2" color="0" x="7" y="6" height="294" width="485" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x="1454" y="140" height="76" width="635" format="[general]" name=emp_lname edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" ) column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="255" x="191" y="80" height="19" width="139" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="421" y="4" height="76" width="361" format="[general]" name=tran_id edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x="335" y="80" height="19" width="139" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" )
column(band=detail id=2 alignment="0" tabsequence=30 border="5" color="0" x="421" y="140" height="76" width="361" format="[general]" name=emp_code edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="106" y="26" height="19" width="110" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Processing Date:" border="0" color="0" x="1047" y="8" height="64" width="507" name=perk_process_proc_date_t font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=30 border="5" color="0" x="106" y="81" height="19" width="79" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=20 border="5" color="0" x="1573" y="8" height="76" width="503" format="[shortdate] [time]" name=proc_date editmask.mask="dd/mm/yyyy" editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) text(band=detail alignment="1" text="Processing Date:" border="0" color="0" x="238" y="26" height="16" width="111" html.valueishtml="0" name=proc_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Tran Id:" border="0" color="0" x="37" y="4" height="64" width="366" name=perk_process_tran_id_t font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=7 alignment="0" tabsequence=20 border="5" color="0" x="353" y="26" height="19" width="110" format="[shortdate] [time]" html.valueishtml="0" name=proc_date visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Employee:" border="0" color="0" x="37" y="140" height="64" width="366" name=perk_process_emp_code_t font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Tran Id:" border="0" color="0" x="20" y="26" height="16" width="80" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Calculated:" border="0" color="0" x="37" y="684" height="64" width="366" name=perk_process_calc_amt_t font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Employee:" border="0" color="0" x="21" y="81" height="16" width="80" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Amount:" border="0" color="0" x="37" y="548" height="64" width="366" name=perk_process_amount_t font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Calculated:" border="0" color="0" x="25" y="254" height="16" width="80" html.valueishtml="0" name=calc_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="1" tabsequence=70 border="5" color="0" x="421" y="548" height="76" width="498" format="[general]" name=amount editmask.mask="###,##0.00" editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) text(band=detail alignment="1" text="Amount:" border="0" color="0" x="24" y="226" height="16" width="80" html.valueishtml="0" name=amount_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Processed For:" border="0" color="0" x="37" y="412" height="64" width="366" name=perk_process_processed_for_t font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=15 alignment="1" tabsequence=70 border="5" color="0" x="108" y="226" height="19" width="109" format="[general]" html.valueishtml="0" name=amount visible="1" editmask.mask="###,##0.00" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Ad Code:" border="0" color="0" x="37" y="276" height="64" width="366" name=perk_process_ad_code_t font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Processed For:" border="0" color="0" x="235" y="169" height="16" width="111" html.valueishtml="0" name=processed_for_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=40 border="5" color="0" x="421" y="276" height="76" width="279" format="[general]" name=ad_code edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) text(band=detail alignment="1" text="Ad Code:" border="0" color="0" x="22" y="141" height="16" width="80" html.valueishtml="0" name=ad_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="255" x="736" y="276" height="76" width="1358" format="[general]" name=descr edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" ) column(band=detail id=5 alignment="0" tabsequence=40 border="5" color="0" x="106" y="140" height="19" width="61" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Next Process:" border="0" color="0" x="1202" y="412" height="64" width="366" name=perk_process_next_process_t font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="255" x="176" y="140" height="19" width="297" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" )
text(band=detail alignment="1" text="Confirmed:" border="0" color="0" x="1202" y="548" height="64" width="366" name=perk_process_confirmed_t font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Next Process:" border="0" color="0" x="24" y="198" height="16" width="80" html.valueishtml="0" name=next_process_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Differance:" border="0" color="0" x="1202" y="684" height="64" width="366" name=perk_process_diff_amt_t font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Confirmed:" border="0" color="0" x="237" y="227" height="16" width="111" html.valueishtml="0" name=confirmed_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=50 border="5" color="0" x="421" y="412" height="76" width="503" format="[shortdate] [time]" name=processed_for editmask.mask="dd/mm/yyyy" editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) text(band=detail alignment="1" text="Difference:" border="0" color="0" x="235" y="255" height="16" width="111" html.valueishtml="0" name=diff_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=60 border="5" color="0" x="1586" y="412" height="76" width="503" format="[shortdate] [time]" name=next_process editmask.mask="dd/mm/yyyy" editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=13 alignment="0" tabsequence=50 border="5" color="0" x="350" y="168" height="19" width="110" format="[shortdate] [time]" html.valueishtml="0" name=processed_for visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="255" x="1591" y="548" height="76" width="215" format="[general]" name=confirmed ddlb.limit=0 ddlb.allowedit=no ddlb.case=any font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=14 alignment="0" tabsequence=60 border="5" color="0" x="108" y="198" height="19" width="110" format="[shortdate] [time]" html.valueishtml="0" name=next_process visible="1" editmask.mask="dd/mm/yyyy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=20 alignment="1" tabsequence=32766 border="5" color="255" x="421" y="684" height="76" width="498" format="[general]" name=calc_amt editmask.mask="###,##0.00" editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" ) column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="255" x="352" y="227" height="19" width="110" format="[Yes/No]" html.valueishtml="0" name=confirmed visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=21 alignment="1" tabsequence=32766 border="5" color="255" x="1577" y="684" height="76" width="503" format="[general]" name=diff_amt editmask.mask="###,##0.00" editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" ) column(band=detail id=20 alignment="1" tabsequence=32766 border="5" color="255" x="109" y="254" height="19" width="109" format="[general]" html.valueishtml="0" name=calc_amt visible="1" editmask.mask="###,##0.00" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="3401" y="4" height="76" width="137" format="[general]" name=grade_code visible="1~t0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=21 alignment="1" tabsequence=32766 border="5" color="255" x="351" y="254" height="19" width="110" format="[general]" html.valueishtml="0" name=diff_amt visible="1" editmask.mask="###,##0.00" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="12632256" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="0" x="3410" y="696" height="76" width="366" format="[general]" name=chg_term visible="1~t0" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="105" y="53" height="19" width="110" format="[general]" html.valueishtml="0" name=grade_code visible="1~t0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="0" x="3401" y="596" height="76" width="251" format="[general]" name=chg_user visible="1~t0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="0" x="350" y="196" height="19" width="110" format="[general]" html.valueishtml="0" name=cadre_code visible="1~t0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="3401" y="496" height="76" width="503" format="[shortdate] [time]" name=chg_date visible="1~t0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="108" y="168" height="19" width="112" format="[general]" html.valueishtml="0" name=site_code__pay visible="1~t0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="0" x="3397" y="392" height="76" width="137" format="[general]" name=cadre_code visible="1~t0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="107" y="110" height="19" width="108" format="[general]" html.valueishtml="0" name=pay_table visible="1~t0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="3406" y="296" height="76" width="137" format="[general]" name=site_code__pay visible="1~t0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="352" y="53" height="19" width="110" format="[general]" html.valueishtml="0" name=dept_code visible="1~t0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="3406" y="192" height="76" width="137" format="[general]" name=pay_table visible="1~t0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) groupbox(band=detail text="Others"border="2" color="0" x="7" y="305" height="77" width="484" name=gb_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="3406" y="88" height="76" width="137" format="[general]" name=dept_code visible="1~t0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) text(band=detail alignment="0" text="Change Date" border="0" color="0" x="15" y="341" height="16" width="69" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
htmltable(border="1" ) column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="88" y="341" height="19" width="55" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1~t0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" ) text(band=detail alignment="0" text="Change User" border="0" color="0" x="171" y="341" height="16" width="69" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="0" x="244" y="341" height="19" width="55" format="[general]" html.valueishtml="0" name=chg_user visible="1~t0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="0" text="Change Term" border="0" color="0" x="323" y="341" height="16" width="71" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="0" x="398" y="341" height="19" width="55" format="[general]" html.valueishtml="0" name=chg_term visible="1~t0" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Grade :" border="0" color="0" x="21" y="53" height="16" width="80" html.valueishtml="0" name=grade_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Department :" border="0" color="0" x="237" y="53" height="16" width="111" html.valueishtml="0" name=dept_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Pay Table :" border="0" color="0" x="22" y="111" height="16" width="80" html.valueishtml="0" name=pay_table_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Site Code Pay :" border="0" color="0" x="23" y="169" height="16" width="80" html.valueishtml="0" name=site_code__pay_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Cadre Code :" border="0" color="0" x="235" y="198" height="16" width="111" html.valueishtml="0" name=t_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="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