Commit 938409d7 authored by pbhosale's avatar pbhosale

Updated on [07-02-2020]

misc_rcp_loan_adj12.xml
d_misc_rcp_loan_adj12.srd
MiscRcpLoanAdjPrc.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216307 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bd868f83
<?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>1073741824</color> <color>1073741824</color>
<processing>1</processing> <processing>1</processing>
<HTMLDW>no</HTMLDW> <HTMLDW>no</HTMLDW>
<print> <print>
<documentname></documentname> <documentname></documentname>
<printername></printername> <printername></printername>
<orientation>0</orientation> <orientation>0</orientation>
<margin> <margin>
<left>24</left> <left>24</left>
<right>24</right> <right>24</right>
<top>24</top> <top>24</top>
<bottom>24</bottom> <bottom>24</bottom>
</margin> </margin>
<paper> <paper>
<source>0</source> <source>0</source>
<size>0</size> <size>0</size>
</paper> </paper>
<prompt>no</prompt> <prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter> <canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons> <buttons>no</buttons>
<preview.buttons>no</preview.buttons> <preview.buttons>no</preview.buttons>
<cliptext>no</cliptext> <cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob> <overrideprintjob>no</overrideprintjob>
</print> </print>
<grid.lines>0</grid.lines> <grid.lines>0</grid.lines>
</BaseDefinition> </BaseDefinition>
<Header> <Header>
<height>19</height> <height>19</height>
<color>536870912</color> <color>536870912</color>
</Header> </Header>
<Summary> <Summary>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Summary> </Summary>
<Footer> <Footer>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>23</height> <height>23</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column> <table_column>
<type size="40">char</type> <type size="40">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>scheme_descr</name> <name>scheme_descr</name>
<dbname>loan_scheme.descr</dbname> <dbname>loan_scheme.descr</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>start_reco</name> <name>start_reco</name>
<dbname>loans.start_reco</dbname> <dbname>loans.start_reco</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>balance_amt</name> <name>balance_amt</name>
<dbname>loans.balance_amt</dbname> <dbname>loans.balance_amt</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>number</type> <type>number</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>reco_amt</name> <name>reco_amt</name>
<dbname>reco_amt</dbname> <dbname>reco_amt</dbname>
</table_column> <initial>0</initial>
<table_column> </table_column>
<type precision="3">decimal</type> <table_column>
<updatewhereclause>yes</updatewhereclause> <type precision="3">decimal</type>
<name>loan_amt</name> <updatewhereclause>yes</updatewhereclause>
<dbname>loans.loan_amt</dbname> <name>loan_amt</name>
</table_column> <dbname>loans.loan_amt</dbname>
<table_column> </table_column>
<type size="15">char</type> <table_column>
<update>yes</update> <type size="15">char</type>
<updatewhereclause>yes</updatewhereclause> <update>yes</update>
<name>loan_no</name> <updatewhereclause>yes</updatewhereclause>
<dbname>loans.loan_no</dbname> <key>yes</key>
</table_column> <name>loan_no</name>
<table_column> <dbname>loans.loan_no</dbname>
<type size="10">char</type> </table_column>
<updatewhereclause>yes</updatewhereclause> <table_column>
<name>scheme_no</name> <type size="10">char</type>
<dbname>loans.scheme_no</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>scheme_no</name>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;loan_scheme&quot; ) TABLE(NAME=&quot;loans&quot; ) COLUMN(NAME=&quot;loan_scheme.descr&quot;) COLUMN(NAME=&quot;loans.start_reco&quot;) COLUMN(NAME=&quot;loans.balance_amt&quot;) COMPUTE(NAME=&quot;0.00 as reco_amt&quot;) COLUMN(NAME=&quot;loans.loan_amt&quot;) COLUMN(NAME=&quot;loans.loan_no&quot;) COLUMN(NAME=&quot;loans.scheme_no&quot;) JOIN (LEFT=&quot;loans.scheme_no&quot; OP =&quot;=&quot;RIGHT=&quot;loan_scheme.scheme_no&quot; )WHERE( EXP1 =&quot;( loans.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_emp_code )&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;( loans.status&quot; OP =&quot;=&quot; EXP2 =&quot;&apos;A&apos;)&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;( loans.start_dedn&quot; OP =&quot;=&quot; EXP2 =&quot;&apos;Y&apos;)&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;( loans.balance_amt&quot; OP =&quot;&gt;&quot; EXP2 =&quot;0 )&quot; ) ) ARG(NAME = &quot;as_emp_code&quot; TYPE = string) </retrieve> <dbname>loans.scheme_no</dbname>
<argument> </table_column>
<name>as_emp_code</name> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;loan_scheme&quot; ) TABLE(NAME=&quot;loans&quot; ) COLUMN(NAME=&quot;loan_scheme.descr&quot;) COLUMN(NAME=&quot;loans.start_reco&quot;) COLUMN(NAME=&quot;loans.balance_amt&quot;) COMPUTE(NAME=&quot;0.00 as reco_amt&quot;) COLUMN(NAME=&quot;loans.loan_amt&quot;) COLUMN(NAME=&quot;loans.loan_no&quot;) COLUMN(NAME=&quot;loans.scheme_no&quot;) JOIN (LEFT=&quot;loans.scheme_no&quot; OP =&quot;=&quot;RIGHT=&quot;loan_scheme.scheme_no&quot; )WHERE( EXP1 =&quot;( loans.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_emp_code )&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;( loans.status&quot; OP =&quot;=&quot; EXP2 =&quot;&apos;A&apos;)&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;( loans.start_dedn&quot; OP =&quot;=&quot; EXP2 =&quot;&apos;Y&apos;)&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;( loans.balance_amt&quot; OP =&quot;&gt;&quot; EXP2 =&quot;0 )&quot; ) ) ARG(NAME = &quot;as_emp_code&quot; TYPE = string) </retrieve>
<type>string</type> <update>LOANS</update>
</argument> <updatewhere>0</updatewhere>
</TableDefinition> <updatekeyinplace>no</updatekeyinplace>
<TextObject> <argument>
<band>Header</band> <name>as_emp_code</name>
<alignment>2</alignment> <type>string</type>
<text>Loan No</text> </argument>
<border>0</border> </TableDefinition>
<color>33554432</color> <TextObject>
<x>685</x> <band>Header</band>
<y>2</y> <alignment>2</alignment>
<height>16</height> <text>Loan No</text>
<width>96</width> <border>0</border>
<html> <color>33554432</color>
<valueishtml>0</valueishtml> <x>678</x>
</html> <y>2</y>
<name>loan_no_t</name> <height>16</height>
<visible>1</visible> <width>96</width>
<font> <html>
<face>Arial</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>loan_no_t</name>
<family>2</family> <visible>1</visible>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>1</mode> <family>2</family>
<color>536870912</color> <pitch>2</pitch>
</background> <charset>0</charset>
</TextObject> </font>
<TextObject> <background>
<band>Header</band> <mode>1</mode>
<alignment>2</alignment> <color>536870912</color>
<text>Scheme No</text> </background>
<border>0</border> </TextObject>
<color>33554432</color> <TextObject>
<x>783</x> <band>Header</band>
<y>2</y> <alignment>2</alignment>
<height>16</height> <text>Scheme No</text>
<width>80</width> <border>0</border>
<html> <color>33554432</color>
<valueishtml>0</valueishtml> <x>776</x>
</html> <y>2</y>
<name>scheme_no_t</name> <height>16</height>
<visible>1</visible> <width>80</width>
<font> <html>
<face>Arial</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>scheme_no_t</name>
<family>2</family> <visible>1</visible>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>1</mode> <family>2</family>
<color>536870912</color> <pitch>2</pitch>
</background> <charset>0</charset>
</TextObject> </font>
<TextObject> <background>
<band>Header</band> <mode>1</mode>
<alignment>2</alignment> <color>536870912</color>
<text>Start Reco</text> </background>
<border>0</border> </TextObject>
<color>33554432</color> <TextObject>
<x>187</x> <band>Header</band>
<y>2</y> <alignment>2</alignment>
<height>16</height> <text>Start Reco</text>
<width>132</width> <border>0</border>
<html> <color>33554432</color>
<valueishtml>0</valueishtml> <x>187</x>
</html> <y>2</y>
<name>start_reco_t</name> <height>16</height>
<visible>1</visible> <width>132</width>
<font> <html>
<face>Arial</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>start_reco_t</name>
<family>2</family> <visible>1</visible>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>1</mode> <family>2</family>
<color>536870912</color> <pitch>2</pitch>
</background> <charset>0</charset>
</TextObject> </font>
<TextObject> <background>
<band>Header</band> <mode>1</mode>
<alignment>1</alignment> <color>536870912</color>
<text>Loan Amount</text> </background>
<border>0</border> </TextObject>
<color>33554432</color> <TextObject>
<x>576</x> <band>Header</band>
<y>2</y> <alignment>1</alignment>
<height>16</height> <text>Loan Amount</text>
<width>107</width> <border>0</border>
<html> <color>33554432</color>
<valueishtml>0</valueishtml> <x>571</x>
</html> <y>2</y>
<name>loan_amt_t</name> <height>16</height>
<visible>1</visible> <width>105</width>
<font> <html>
<face>Arial</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>loan_amt_t</name>
<family>2</family> <visible>1</visible>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>1</mode> <family>2</family>
<color>536870912</color> <pitch>2</pitch>
</background> <charset>0</charset>
</TextObject> </font>
<TextObject> <background>
<band>Header</band> <mode>1</mode>
<alignment>2</alignment> <color>536870912</color>
<text>Scheme Description </text> </background>
<border>0</border> </TextObject>
<color>33554432</color> <TextObject>
<x>2</x> <band>Header</band>
<y>2</y> <alignment>2</alignment>
<height>16</height> <text>Scheme Description </text>
<width>183</width> <border>0</border>
<html> <color>33554432</color>
<valueishtml>0</valueishtml> <x>2</x>
</html> <y>2</y>
<name>scheme_descr_t</name> <height>16</height>
<visible>1</visible> <width>183</width>
<font> <html>
<face>Arial</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>scheme_descr_t</name>
<family>2</family> <visible>1</visible>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>1</mode> <family>2</family>
<color>536870912</color> <pitch>2</pitch>
</background> <charset>0</charset>
</TextObject> </font>
<TextObject> <background>
<band>Header</band> <mode>1</mode>
<alignment>1</alignment> <color>536870912</color>
<text>Balance Amount</text> </background>
<border>0</border> </TextObject>
<color>33554432</color> <TextObject>
<x>321</x> <band>Header</band>
<y>1</y> <alignment>1</alignment>
<height>19</height> <text>Balance Amount</text>
<width>132</width> <border>0</border>
<html> <color>33554432</color>
<valueishtml>0</valueishtml> <x>321</x>
</html> <y>1</y>
<name>balance_amt_t</name> <height>19</height>
<visible>1</visible> <width>130</width>
<font> <html>
<face>Arial</face> <valueishtml>0</valueishtml>
<height>-12</height> </html>
<weight>400</weight> <name>balance_amt_t</name>
<family>2</family> <visible>1</visible>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-12</height>
<background> <weight>400</weight>
<mode>2</mode> <family>2</family>
<color>1073741824</color> <pitch>2</pitch>
</background> <charset>0</charset>
</TextObject> </font>
<TextObject> <background>
<band>Header</band> <mode>2</mode>
<alignment>1</alignment> <color>1073741824</color>
<text>Recover Amount</text> </background>
<border>0</border> </TextObject>
<color>33554432</color> <TextObject>
<x>455</x> <band>Header</band>
<y>1</y> <alignment>1</alignment>
<height>19</height> <text>Recover Amount</text>
<width>119</width> <border>0</border>
<html> <color>33554432</color>
<valueishtml>0</valueishtml> <x>453</x>
</html> <y>1</y>
<name>reco_amt_t</name> <height>19</height>
<visible>1</visible> <width>116</width>
<font> <html>
<face>Arial</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>reco_amt_t</name>
<family>2</family> <visible>1</visible>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>1</mode> <family>2</family>
<color>536870912</color> <pitch>2</pitch>
</background> <charset>0</charset>
</TextObject> </font>
<ColumnObject> <background>
<band>Detail</band> <mode>1</mode>
<id>6</id> <color>536870912</color>
<alignment>0</alignment> </background>
<tabsequence>32766</tabsequence> </TextObject>
<border>0</border> <ColumnObject>
<color>33554432</color> <band>Detail</band>
<x>685</x> <id>6</id>
<y>2</y> <alignment>0</alignment>
<height>19</height> <tabsequence>32766</tabsequence>
<width>96</width> <border>0</border>
<format>[general]</format> <color>33554432</color>
<html> <x>678</x>
<valueishtml>0</valueishtml> <y>2</y>
</html> <height>19</height>
<name>loan_no</name> <width>96</width>
<visible>1</visible> <format>[general]</format>
<EditStyle style="edit"> <html>
<limit>15</limit> <valueishtml>0</valueishtml>
<case>any</case> </html>
<focusrectangle>no</focusrectangle> <name>loan_no</name>
<autoselect>yes</autoselect> <visible>1</visible>
<autohscroll>yes</autohscroll> <EditStyle style="edit">
<imemode>0</imemode> <limit>15</limit>
</EditStyle> <case>any</case>
<font> <focusrectangle>no</focusrectangle>
<face>Arial</face> <autoselect>yes</autoselect>
<height>-10</height> <autohscroll>yes</autohscroll>
<weight>400</weight> <imemode>0</imemode>
<family>2</family> </EditStyle>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>1</mode> <family>2</family>
<color>536870912</color> <pitch>2</pitch>
</background> <charset>0</charset>
</ColumnObject> </font>
<ColumnObject> <background>
<band>Detail</band> <mode>1</mode>
<id>7</id> <color>536870912</color>
<alignment>0</alignment> </background>
<tabsequence>32766</tabsequence> </ColumnObject>
<border>0</border> <ColumnObject>
<color>33554432</color> <band>Detail</band>
<x>783</x> <id>7</id>
<y>2</y> <alignment>0</alignment>
<height>19</height> <tabsequence>32766</tabsequence>
<width>80</width> <border>0</border>
<format>[general]</format> <color>33554432</color>
<html> <x>776</x>
<valueishtml>0</valueishtml> <y>2</y>
</html> <height>19</height>
<name>scheme_no</name> <width>80</width>
<visible>1</visible> <format>[general]</format>
<EditStyle style="edit"> <html>
<limit>10</limit> <valueishtml>0</valueishtml>
<case>any</case> </html>
<focusrectangle>no</focusrectangle> <name>scheme_no</name>
<autoselect>yes</autoselect> <visible>1</visible>
<autohscroll>yes</autohscroll> <EditStyle style="edit">
<imemode>0</imemode> <limit>10</limit>
</EditStyle> <case>any</case>
<font> <focusrectangle>no</focusrectangle>
<face>Arial</face> <autoselect>yes</autoselect>
<height>-10</height> <autohscroll>yes</autohscroll>
<weight>400</weight> <imemode>0</imemode>
<family>2</family> </EditStyle>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>1</mode> <family>2</family>
<color>536870912</color> <pitch>2</pitch>
</background> <charset>0</charset>
</ColumnObject> </font>
<ColumnObject> <background>
<band>Detail</band> <mode>1</mode>
<id>2</id> <color>536870912</color>
<alignment>0</alignment> </background>
<tabsequence>32766</tabsequence> </ColumnObject>
<border>0</border> <ColumnObject>
<color>33554432</color> <band>Detail</band>
<x>187</x> <id>2</id>
<y>2</y> <alignment>0</alignment>
<height>19</height> <tabsequence>32766</tabsequence>
<width>132</width> <border>0</border>
<format>[shortdate] [time]</format> <color>33554432</color>
<html> <x>187</x>
<valueishtml>0</valueishtml> <y>2</y>
</html> <height>19</height>
<name>start_reco</name> <width>132</width>
<visible>1</visible> <format>[shortdate] [time]</format>
<EditStyle style="edit"> <html>
<limit>0</limit> <valueishtml>0</valueishtml>
<case>any</case> </html>
<focusrectangle>no</focusrectangle> <name>start_reco</name>
<autoselect>yes</autoselect> <visible>1</visible>
<autohscroll>yes</autohscroll> <EditStyle style="edit">
<imemode>0</imemode> <limit>0</limit>
</EditStyle> <case>any</case>
<font> <focusrectangle>no</focusrectangle>
<face>Arial</face> <autoselect>yes</autoselect>
<height>-10</height> <autohscroll>yes</autohscroll>
<weight>400</weight> <imemode>0</imemode>
<family>2</family> </EditStyle>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>1</mode> <family>2</family>
<color>536870912</color> <pitch>2</pitch>
</background> <charset>0</charset>
</ColumnObject> </font>
<ColumnObject> <background>
<band>Detail</band> <mode>1</mode>
<id>5</id> <color>536870912</color>
<alignment>1</alignment> </background>
<tabsequence>32766</tabsequence> </ColumnObject>
<border>0</border> <ColumnObject>
<color>33554432</color> <band>Detail</band>
<x>577</x> <id>5</id>
<y>2</y> <alignment>1</alignment>
<height>19</height> <tabsequence>32766</tabsequence>
<width>106</width> <border>0</border>
<format>[general]</format> <color>33554432</color>
<html> <x>571</x>
<valueishtml>0</valueishtml> <y>2</y>
</html> <height>19</height>
<name>loan_amt</name> <width>105</width>
<visible>1</visible> <format>[general]</format>
<EditStyle style="editmask"> <html>
<mask>###,###,###.00</mask> <valueishtml>0</valueishtml>
<imemode>0</imemode> </html>
<focusrectangle>no</focusrectangle> <name>loan_amt</name>
</EditStyle> <visible>1</visible>
<font> <EditStyle style="editmask">
<face>Arial</face> <mask>###,###,###.00</mask>
<height>-10</height> <imemode>0</imemode>
<weight>400</weight> <focusrectangle>no</focusrectangle>
<family>2</family> </EditStyle>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>1</mode> <family>2</family>
<color>536870912</color> <pitch>2</pitch>
</background> <charset>0</charset>
</ColumnObject> </font>
<ColumnObject> <background>
<band>Detail</band> <mode>1</mode>
<id>1</id> <color>536870912</color>
<alignment>0</alignment> </background>
<tabsequence>32766</tabsequence> </ColumnObject>
<border>0</border> <ColumnObject>
<color>33554432</color> <band>Detail</band>
<x>2</x> <id>1</id>
<y>2</y> <alignment>0</alignment>
<height>19</height> <tabsequence>32766</tabsequence>
<width>183</width> <border>0</border>
<format>[general]</format> <color>33554432</color>
<html> <x>2</x>
<valueishtml>0</valueishtml> <y>2</y>
</html> <height>19</height>
<name>scheme_descr</name> <width>183</width>
<visible>1</visible> <format>[general]</format>
<EditStyle style="edit"> <html>
<limit>40</limit> <valueishtml>0</valueishtml>
<case>any</case> </html>
<focusrectangle>no</focusrectangle> <name>scheme_descr</name>
<autoselect>yes</autoselect> <visible>1</visible>
<autohscroll>yes</autohscroll> <EditStyle style="edit">
<imemode>0</imemode> <limit>40</limit>
</EditStyle> <case>any</case>
<font> <focusrectangle>no</focusrectangle>
<face>Arial</face> <autoselect>yes</autoselect>
<height>-10</height> <autohscroll>yes</autohscroll>
<weight>400</weight> <imemode>0</imemode>
<family>2</family> </EditStyle>
<pitch>2</pitch> <font>
<charset>0</charset> <face>Arial</face>
</font> <height>-10</height>
<background> <weight>400</weight>
<mode>1</mode> <family>2</family>
<color>536870912</color> <pitch>2</pitch>
</background> <charset>0</charset>
</ColumnObject> </font>
<ColumnObject> <background>
<band>Detail</band> <mode>1</mode>
<id>4</id> <color>536870912</color>
<alignment>1</alignment> </background>
<tabsequence>10</tabsequence> </ColumnObject>
<border>0</border> <ColumnObject>
<color>33554432</color> <band>Detail</band>
<x>456</x> <id>4</id>
<y>2</y> <alignment>1</alignment>
<height>19</height> <tabsequence>10</tabsequence>
<width>118</width> <border>0</border>
<format>[general]</format> <color>33554432</color>
<html> <x>453</x>
<valueishtml>0</valueishtml> <y>2</y>
</html> <height>19</height>
<name>reco_amt</name> <width>116</width>
<visible>1</visible> <format>[general]</format>
<EditStyle style="editmask"> <html>
<mask>###,###,##0.00</mask> <valueishtml>0</valueishtml>
<imemode>0</imemode> </html>
<focusrectangle>no</focusrectangle> <name>reco_amt</name>
</EditStyle> <visible>1</visible>
<font> <EditStyle style="edit">
<face>Arial</face> <limit>0</limit>
<height>-10</height> <case>any</case>
<weight>400</weight> <focusrectangle>no</focusrectangle>
<family>2</family> <autoselect>no</autoselect>
<pitch>2</pitch> <imemode>0</imemode>
<charset>0</charset> </EditStyle>
</font> <font>
<background> <face>Arial</face>
<mode>1</mode> <height>-10</height>
<color>536870912</color> <weight>400</weight>
</background> <family>2</family>
</ColumnObject> <pitch>2</pitch>
<ColumnObject> <charset>0</charset>
<band>Detail</band> </font>
<id>3</id> <background>
<alignment>1</alignment> <mode>1</mode>
<tabsequence>32766</tabsequence> <color>536870912</color>
<border>0</border> </background>
<color>33554432</color> </ColumnObject>
<x>322</x> <ColumnObject>
<y>2</y> <band>Detail</band>
<height>19</height> <id>3</id>
<width>131</width> <alignment>1</alignment>
<format>[general]</format> <tabsequence>32766</tabsequence>
<html> <border>0</border>
<valueishtml>0</valueishtml> <color>33554432</color>
</html> <x>321</x>
<name>balance_amt</name> <y>2</y>
<visible>1</visible> <height>19</height>
<EditStyle style="editmask"> <width>130</width>
<mask>###,###,###.00</mask> <format>[general]</format>
<imemode>0</imemode> <html>
<focusrectangle>no</focusrectangle> <valueishtml>0</valueishtml>
</EditStyle> </html>
<font> <name>balance_amt</name>
<face>Arial</face> <visible>1</visible>
<height>-10</height> <EditStyle style="editmask">
<weight>400</weight> <mask>###,###,###.00</mask>
<family>2</family> <imemode>0</imemode>
<pitch>2</pitch> <focusrectangle>no</focusrectangle>
<charset>0</charset> </EditStyle>
</font> <font>
<background> <face>Arial</face>
<mode>1</mode> <height>-10</height>
<color>536870912</color> <weight>400</weight>
</background> <family>2</family>
</ColumnObject> <pitch>2</pitch>
<HtmlTable> <charset>0</charset>
<border>1</border> </font>
</HtmlTable> <background>
<HtmlGen> <mode>1</mode>
<clientevents>1</clientevents> <color>536870912</color>
<clientvalidation>1</clientvalidation> </background>
<clientcomputedfields>1</clientcomputedfields> </ColumnObject>
<clientformatting>0</clientformatting> <HtmlTable>
<clientscriptable>0</clientscriptable> <border>1</border>
<generatejavascript>1</generatejavascript> </HtmlTable>
<encodeselflinkargs>1</encodeselflinkargs> <HtmlGen>
<netscapelayers>0</netscapelayers> <clientevents>1</clientevents>
</HtmlGen> <clientvalidation>1</clientvalidation>
<Export.XML> <clientcomputedfields>1</clientcomputedfields>
<headgroups>1</headgroups> <clientformatting>0</clientformatting>
<includewhitespace>0</includewhitespace> <clientscriptable>0</clientscriptable>
<metadatatype>0</metadatatype> <generatejavascript>1</generatejavascript>
<savemetadata>0</savemetadata> <encodeselflinkargs>1</encodeselflinkargs>
</Export.XML> <netscapelayers>0</netscapelayers>
<Import.XML> </HtmlGen>
</Import.XML> <Export.XML>
<Export.PDF> <headgroups>1</headgroups>
<method>0</method> <includewhitespace>0</includewhitespace>
<distill.custompostscript>0</distill.custompostscript> <metadatatype>0</metadatatype>
<xslfop.print>0</xslfop.print> <savemetadata>0</savemetadata>
</Export.PDF> </Export.XML>
</Sybase_eDataWindow> <Import.XML>
</Import.XML>
<Export.PDF>
<method>0</method>
<distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print>
</Export.PDF>
</Sybase_eDataWindow>
...@@ -8,25 +8,25 @@ detail(height=23 color="536870912" ) ...@@ -8,25 +8,25 @@ detail(height=23 color="536870912" )
table(column=(type=char(40) updatewhereclause=yes name=scheme_descr dbname="loan_scheme.descr" ) table(column=(type=char(40) updatewhereclause=yes name=scheme_descr dbname="loan_scheme.descr" )
column=(type=datetime updatewhereclause=yes name=start_reco dbname="loans.start_reco" ) column=(type=datetime updatewhereclause=yes name=start_reco dbname="loans.start_reco" )
column=(type=decimal(3) updatewhereclause=yes name=balance_amt dbname="loans.balance_amt" ) column=(type=decimal(3) updatewhereclause=yes name=balance_amt dbname="loans.balance_amt" )
column=(type=number updatewhereclause=yes name=reco_amt dbname="reco_amt" ) column=(type=number updatewhereclause=yes name=reco_amt dbname="reco_amt" initial="0" )
column=(type=decimal(3) updatewhereclause=yes name=loan_amt dbname="loans.loan_amt" ) column=(type=decimal(3) updatewhereclause=yes name=loan_amt dbname="loans.loan_amt" )
column=(type=char(15) update=yes updatewhereclause=yes name=loan_no dbname="loans.loan_no" ) column=(type=char(15) update=yes updatewhereclause=yes key=yes name=loan_no dbname="loans.loan_no" )
column=(type=char(10) updatewhereclause=yes name=scheme_no dbname="loans.scheme_no" ) column=(type=char(10) updatewhereclause=yes name=scheme_no dbname="loans.scheme_no" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"loan_scheme~" ) TABLE(NAME=~"loans~" ) COLUMN(NAME=~"loan_scheme.descr~") COLUMN(NAME=~"loans.start_reco~") COLUMN(NAME=~"loans.balance_amt~") COMPUTE(NAME=~"0.00 as reco_amt~") COLUMN(NAME=~"loans.loan_amt~") COLUMN(NAME=~"loans.loan_no~") COLUMN(NAME=~"loans.scheme_no~") JOIN (LEFT=~"loans.scheme_no~" OP =~"=~"RIGHT=~"loan_scheme.scheme_no~" )WHERE( EXP1 =~"( loans.emp_code~" OP =~"=~" EXP2 =~":as_emp_code )~" LOGIC =~"And~" ) WHERE( EXP1 =~"( loans.status~" OP =~"=~" EXP2 =~"'A')~" LOGIC =~"And~" ) WHERE( EXP1 =~"( loans.start_dedn~" OP =~"=~" EXP2 =~"'Y')~" LOGIC =~"And~" ) WHERE( EXP1 =~"( loans.balance_amt~" OP =~">~" EXP2 =~"0 )~" ) ) ARG(NAME = ~"as_emp_code~" TYPE = string) " arguments=(("as_emp_code", string)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"loan_scheme~" ) TABLE(NAME=~"loans~" ) COLUMN(NAME=~"loan_scheme.descr~") COLUMN(NAME=~"loans.start_reco~") COLUMN(NAME=~"loans.balance_amt~") COMPUTE(NAME=~"0.00 as reco_amt~") COLUMN(NAME=~"loans.loan_amt~") COLUMN(NAME=~"loans.loan_no~") COLUMN(NAME=~"loans.scheme_no~") JOIN (LEFT=~"loans.scheme_no~" OP =~"=~"RIGHT=~"loan_scheme.scheme_no~" )WHERE( EXP1 =~"( loans.emp_code~" OP =~"=~" EXP2 =~":as_emp_code )~" LOGIC =~"And~" ) WHERE( EXP1 =~"( loans.status~" OP =~"=~" EXP2 =~"'A')~" LOGIC =~"And~" ) WHERE( EXP1 =~"( loans.start_dedn~" OP =~"=~" EXP2 =~"'Y')~" LOGIC =~"And~" ) WHERE( EXP1 =~"( loans.balance_amt~" OP =~">~" EXP2 =~"0 )~" ) ) ARG(NAME = ~"as_emp_code~" TYPE = string) " update="LOANS" updatewhere=0 updatekeyinplace=no arguments=(("as_emp_code", string)) )
text(band=header alignment="2" text="Loan No" border="0" color="33554432" x="685" y="2" height="16" width="96" html.valueishtml="0" name=loan_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Loan No" border="0" color="33554432" x="678" y="2" height="16" width="96" html.valueishtml="0" name=loan_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Scheme No" border="0" color="33554432" x="783" y="2" height="16" width="80" html.valueishtml="0" name=scheme_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Scheme No" border="0" color="33554432" x="776" y="2" height="16" width="80" html.valueishtml="0" name=scheme_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Start Reco" border="0" color="33554432" x="187" y="2" height="16" width="132" html.valueishtml="0" name=start_reco_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Start Reco" border="0" color="33554432" x="187" y="2" height="16" width="132" html.valueishtml="0" name=start_reco_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="1" text="Loan Amount" border="0" color="33554432" x="576" y="2" height="16" width="107" html.valueishtml="0" name=loan_amt_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="1" text="Loan Amount" border="0" color="33554432" x="571" y="2" height="16" width="105" html.valueishtml="0" name=loan_amt_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Scheme Description " border="0" color="33554432" x="2" y="2" height="16" width="183" html.valueishtml="0" name=scheme_descr_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Scheme Description " border="0" color="33554432" x="2" y="2" height="16" width="183" html.valueishtml="0" name=scheme_descr_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="1" text="Balance Amount" border="0" color="33554432" x="321" y="1" height="19" width="132" html.valueishtml="0" name=balance_amt_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" ) text(band=header alignment="1" text="Balance Amount" border="0" color="33554432" x="321" y="1" height="19" width="130" html.valueishtml="0" name=balance_amt_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=header alignment="1" text="Recover Amount" border="0" color="33554432" x="455" y="1" height="19" width="119" html.valueishtml="0" name=reco_amt_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="1" text="Recover Amount" border="0" color="33554432" x="453" y="1" height="19" width="116" html.valueishtml="0" name=reco_amt_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="685" y="2" height="19" width="96" format="[general]" html.valueishtml="0" name=loan_no visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="678" y="2" height="19" width="96" format="[general]" html.valueishtml="0" name=loan_no visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="783" y="2" height="19" width="80" format="[general]" html.valueishtml="0" name=scheme_no visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="776" y="2" height="19" width="80" format="[general]" html.valueishtml="0" name=scheme_no visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="187" y="2" height="19" width="132" format="[shortdate] [time]" html.valueishtml="0" name=start_reco visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="187" y="2" height="19" width="132" format="[shortdate] [time]" html.valueishtml="0" name=start_reco visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="1" tabsequence=32766 border="0" color="33554432" x="577" y="2" height="19" width="106" format="[general]" html.valueishtml="0" name=loan_amt visible="1" editmask.mask="###,###,###.00" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=5 alignment="1" tabsequence=32766 border="0" color="33554432" x="571" y="2" height="19" width="105" format="[general]" html.valueishtml="0" name=loan_amt visible="1" editmask.mask="###,###,###.00" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="19" width="183" format="[general]" html.valueishtml="0" name=scheme_descr visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="19" width="183" format="[general]" html.valueishtml="0" name=scheme_descr visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="1" tabsequence=10 border="0" color="33554432" x="456" y="2" height="19" width="118" format="[general]" html.valueishtml="0" name=reco_amt visible="1" editmask.mask="###,###,##0.00" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=4 alignment="1" tabsequence=10 border="0" color="33554432" x="453" y="2" height="19" width="116" format="[general]" html.valueishtml="0" name=reco_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="322" y="2" height="19" width="131" format="[general]" html.valueishtml="0" name=balance_amt visible="1" editmask.mask="###,###,###.00" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="321" y="2" height="19" width="130" format="[general]" html.valueishtml="0" name=balance_amt visible="1" editmask.mask="###,###,###.00" editmask.imemode=0 editmask.focusrectangle=no font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" ) 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 )
......
...@@ -462,7 +462,7 @@ public class MiscRcpLoanAdjPrc extends ProcessEJB implements MiscRcpLoanAdjPrcLo ...@@ -462,7 +462,7 @@ public class MiscRcpLoanAdjPrc extends ProcessEJB implements MiscRcpLoanAdjPrcLo
} }
} }
System.out.println("lcRecoAmtStr===>" +lcRecoAmtStr); System.out.println("lcRecoAmtStr===>" +lcRecoAmtStr);
if(lcRecoAmtStr != null && lcRecoAmtStr.trim().length() > 0) if(lcRecoAmtStr != null && lcRecoAmtStr.trim().length() > 0 )
{ {
try try
{ {
...@@ -473,6 +473,14 @@ public class MiscRcpLoanAdjPrc extends ProcessEJB implements MiscRcpLoanAdjPrcLo ...@@ -473,6 +473,14 @@ public class MiscRcpLoanAdjPrc extends ProcessEJB implements MiscRcpLoanAdjPrcLo
e.printStackTrace(); e.printStackTrace();
lcRecoAmt = 0; lcRecoAmt = 0;
} }
//Added by Poonam B[06-02-2020][Start][to validate negative value not allowed]
if(lcRecoAmt < 0)
{
System.out.println("Inside negative value if loop");
resultString = itmDBAccessEJB.getErrorString("" , "VMNEGATIVE" , userId , "" , connection);
break;
}
//Added by Poonam B[06-02-2020][END][to validate negative value not allowed]
System.out.println("lcRecoAmt===>" +lcRecoAmt); System.out.println("lcRecoAmt===>" +lcRecoAmt);
} }
System.out.println("lcTotRecoAmt before IF ===>" +lcTotRecoAmt); System.out.println("lcTotRecoAmt before IF ===>" +lcTotRecoAmt);
......
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