Commit 59ad7fc8 authored by piyush's avatar piyush

Changes done against Sun Bellow CCFs and bug fixing and common log generation

1) CCF No.: IT2017-015 - Request ID No.: A17CSUN001
2) CCF No.: IT2017-019 - Request ID No.: A17CSUN002
3) CCF No.: IT2017-025 - Request ID No.: A17DSUN004
4) CCF No.: IT2017-039 - Request ID No.: A17FSUN010


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@171460 ce508802-f39f-4f6c-b175-0d175dae99d5
parent def539e7
SET DEFINE OFF
---- CCF No.: IT2017-015 - Request ID: A17CSUN001.Start ----
INSERT INTO PAYRPARM
(
PRD_CODE,
VAR_NAME,
VAR_TYPE,
VAR_VALUE,
DESCR,
VAR_SUBS,
CHG_DATE,
CHG_USER,
CHG_TERM
)
VALUES
(
'999999',
'WITH_HLD_IN_AUTOATTD',
'S',
'Y',
'Consideration of with held flag in auto reprocess of attendance when payroll is posted',
NULL,
FN_SYSDATE(),
'PIYUSH',
'BASE'
);
COMMIT;
---- CCF No.: IT2017-015 - Request ID: A17CSUN001.End ----
SET DEFINE OFF
---- CCF No.: IT2017-019 - Request ID: A17CSUN002.Start ----
INSERT INTO PAYRPARM
(
PRD_CODE,
VAR_NAME,
VAR_TYPE,
VAR_VALUE,
DESCR,
VAR_SUBS,
CHG_DATE,
CHG_USER,
CHG_TERM
)
VALUES
(
'999999',
'AUTOATTD_ON_SEP_CONF',
'S',
'N',
'Whether attendance to be processed or not on confirmation of separation entry',
NULL,
FN_SYSDATE(),
'PIYUSH',
'BASE'
);
INSERT INTO PAYRPARM
(
PRD_CODE,
VAR_NAME,
VAR_TYPE,
VAR_VALUE,
DESCR,
VAR_SUBS,
CHG_DATE,
CHG_USER,
CHG_TERM
)
VALUES
(
'999999',
'ATTDPROC_DEFAULT_OPT',
'S',
'N',
'Attendance Process Default Option N=Actual Attendance Base,L=LWP Method',
NULL,
FN_SYSDATE(),
'PIYUSH',
'BASE'
);
INSERT INTO PAYRPARM
(
PRD_CODE,
VAR_NAME,
VAR_TYPE,
VAR_VALUE,
DESCR,
VAR_SUBS,
CHG_DATE,
CHG_USER,
CHG_TERM
)
VALUES
(
'999999',
'WITH_HLD_ATTD_ON_SEP',
'S',
'Y',
'Consideration of with held flag in attendance process done on confirmation of separation entry',
NULL,
FN_SYSDATE(),
'PIYUSH',
'BASE'
);
COMMIT;
---- CCF No.: IT2017-019 - Request ID: A17CSUN002.Start ----
SET DEFINE OFF
---- CCF No.: IT2017-019 - Request ID: A17CSUN002.Start ----
INSERT INTO PAYRPARM
(
PRD_CODE,
VAR_NAME,
VAR_TYPE,
VAR_VALUE,
DESCR,
VAR_SUBS,
CHG_DATE,
CHG_USER,
CHG_TERM
)
VALUES
(
'999999',
'AUTOATTD_ON_SEP_CONF',
'S',
'N',
'Whether attendance to be processed or not on confirmation of separation entry',
NULL,
FN_SYSDATE(),
'PIYUSH',
'BASE'
);
INSERT INTO PAYRPARM
(
PRD_CODE,
VAR_NAME,
VAR_TYPE,
VAR_VALUE,
DESCR,
VAR_SUBS,
CHG_DATE,
CHG_USER,
CHG_TERM
)
VALUES
(
'999999',
'ATTDPROC_DEFAULT_OPT',
'S',
'N',
'Attendance Process Default Option N=Actual Attendance Base,L=LWP Method',
NULL,
FN_SYSDATE(),
'PIYUSH',
'BASE'
);
INSERT INTO PAYRPARM
(
PRD_CODE,
VAR_NAME,
VAR_TYPE,
VAR_VALUE,
DESCR,
VAR_SUBS,
CHG_DATE,
CHG_USER,
CHG_TERM
)
VALUES
(
'999999',
'WITH_HLD_ATTD_ON_SEP',
'S',
'Y',
'Consideration of with held flag in attendance process done on confirmation of separation entry',
NULL,
FN_SYSDATE(),
'PIYUSH',
'BASE'
);
COMMIT;
---- CCF No.: IT2017-019 - Request ID: A17CSUN002.Start ----
......@@ -22860,6 +22860,123 @@ COMMIT;
---- CCF No.: IT2017-015 - Request ID: A17CSUN001.End ----
---- CCF No.: IT2017-019 - Request ID: A17CSUN002.Start ----
INSERT INTO PAYRPARM
(
PRD_CODE,
VAR_NAME,
VAR_TYPE,
VAR_VALUE,
DESCR,
VAR_SUBS,
CHG_DATE,
CHG_USER,
CHG_TERM
)
VALUES
(
'999999',
'AUTOATTD_ON_SEP_CONF',
'S',
'N',
'Whether attendance to be processed or not on confirmation of separation entry',
NULL,
FN_SYSDATE(),
'PIYUSH',
'BASE'
);
INSERT INTO PAYRPARM
(
PRD_CODE,
VAR_NAME,
VAR_TYPE,
VAR_VALUE,
DESCR,
VAR_SUBS,
CHG_DATE,
CHG_USER,
CHG_TERM
)
VALUES
(
'999999',
'ATTDPROC_DEFAULT_OPT',
'S',
'N',
'Attendance Process Default Option N=Actual Attendance Base,L=LWP Method',
NULL,
FN_SYSDATE(),
'PIYUSH',
'BASE'
);
INSERT INTO PAYRPARM
(
PRD_CODE,
VAR_NAME,
VAR_TYPE,
VAR_VALUE,
DESCR,
VAR_SUBS,
CHG_DATE,
CHG_USER,
CHG_TERM
)
VALUES
(
'999999',
'WITH_HLD_ATTD_ON_SEP',
'S',
'Y',
'Consideration of with held flag in attendance process done on confirmation of separation entry',
NULL,
FN_SYSDATE(),
'PIYUSH',
'BASE'
);
COMMIT;
---- CCF No.: IT2017-019 - Request ID: A17CSUN002.End ----
INSERT INTO MESSAGES
(
MSG_NO,
MSG_STR,
MSG_DESCR,
MSG_TYPE,
MSG_OPT,
MSG_TIME,
ALARM,
ERR_SOURCE,
CHG_DATE,
CHG_USER,
CHG_TERM,
OVERRIDE_INPUT,
MAIL_OPTION
)
VALUES
(
'VTLNSCHD05',
'Null Loan Amount!',
'Loan Amount can not be null or empty',
'E',
'Y',
NULL,
NULL,
NULL,
SYSDATE,
'BASE',
'BASE',
NULL,
NULL
);
COMMIT;
------ ADM-RCP-DATA-V36 (Piyush).SQL.End ------
......@@ -3064,6 +3064,6 @@ END;
--------------- DDL from ADM-RCP-DDL-V35 (Piyush).SQL.End -------
------ ADM-RCP-DATA-V36 (Piyush).SQL.Start ------
--- No DDL SQL in this version
------ ADM-RCP-DATA-V36 (Piyush).SQL.End ------
......@@ -1088,6 +1088,6 @@ COMMIT;
------ ADM-RCP-DATA-V36 (Piyush).SQL.Start ------
--- No Catlog SQL in this version
------ ADM-RCP-DATA-V36 (Piyush).SQL.End ------
......@@ -40460,6 +40460,6 @@ COMMIT;
------ ADM-RCP-DATA-V36 (Piyush).SQL.Start ------
-- No SYS SQL in this version
------ ADM-RCP-DATA-V36 (Piyush).SQL.End ------
......@@ -77,6 +77,7 @@
<updatewhereclause>yes</updatewhereclause>
<name>amount</name>
<dbname>loans_schedule.amount</dbname>
<initial>0</initial>
</table_column>
<table_column>
<type precision="0">decimal</type>
......@@ -244,7 +245,7 @@
<x>201</x>
<y>2</y>
<height>16</height>
<width>79</width>
<width>78</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -269,7 +270,7 @@
<text>No Inst Ded</text>
<border>6</border>
<color>0</color>
<x>282</x>
<x>281</x>
<y>2</y>
<height>16</height>
<width>76</width>
......@@ -297,7 +298,7 @@
<text>Prd Code</text>
<border>6</border>
<color>0</color>
<x>360</x>
<x>359</x>
<y>2</y>
<height>16</height>
<width>58</width>
......@@ -325,7 +326,7 @@
<text>Ad Code</text>
<border>6</border>
<color>0</color>
<x>420</x>
<x>419</x>
<y>2</y>
<height>16</height>
<width>47</width>
......@@ -353,7 +354,7 @@
<text>Remarks</text>
<border>6</border>
<color>0</color>
<x>469</x>
<x>468</x>
<y>2</y>
<height>16</height>
<width>252</width>
......@@ -381,7 +382,7 @@
<text>Chg Date</text>
<border>6</border>
<color>0</color>
<x>723</x>
<x>722</x>
<y>2</y>
<height>16</height>
<width>59</width>
......@@ -409,7 +410,7 @@
<text>Chg User</text>
<border>6</border>
<color>0</color>
<x>784</x>
<x>783</x>
<y>2</y>
<height>16</height>
<width>55</width>
......@@ -437,7 +438,7 @@
<text>Chg Term</text>
<border>6</border>
<color>0</color>
<x>841</x>
<x>840</x>
<y>2</y>
<height>16</height>
<width>59</width>
......@@ -465,7 +466,7 @@
<text>Period Description</text>
<border>6</border>
<color>0</color>
<x>902</x>
<x>901</x>
<y>2</y>
<height>16</height>
<width>111</width>
......@@ -493,7 +494,7 @@
<text>Allwdedn Description</text>
<border>6</border>
<color>0</color>
<x>1015</x>
<x>1014</x>
<y>2</y>
<height>16</height>
<width>198</width>
......@@ -636,17 +637,19 @@
<x>201</x>
<y>1</y>
<height>16</height>
<width>79</width>
<format>###,###,###.00</format>
<width>78</width>
<format>[General]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>amount</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>###,###,###.00</mask>
<imemode>0</imemode>
<EditStyle style="edit">
<limit>14</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
......@@ -668,7 +671,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>282</x>
<x>281</x>
<y>1</y>
<height>16</height>
<width>76</width>
......@@ -705,7 +708,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>360</x>
<x>359</x>
<y>1</y>
<height>16</height>
<width>58</width>
......@@ -742,7 +745,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>420</x>
<x>419</x>
<y>1</y>
<height>16</height>
<width>47</width>
......@@ -779,7 +782,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>469</x>
<x>468</x>
<y>1</y>
<height>16</height>
<width>252</width>
......@@ -815,7 +818,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>723</x>
<x>722</x>
<y>1</y>
<height>16</height>
<width>59</width>
......@@ -851,7 +854,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>784</x>
<x>783</x>
<y>1</y>
<height>16</height>
<width>55</width>
......@@ -887,7 +890,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>841</x>
<x>840</x>
<y>1</y>
<height>16</height>
<width>59</width>
......@@ -923,7 +926,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1015</x>
<x>1014</x>
<y>1</y>
<height>16</height>
<width>198</width>
......@@ -960,7 +963,7 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>902</x>
<x>901</x>
<y>1</y>
<height>16</height>
<width>111</width>
......
......@@ -72,6 +72,7 @@
<updatewhereclause>yes</updatewhereclause>
<name>amount</name>
<dbname>loans_schedule.amount</dbname>
<initial>0</initial>
</table_column>
<table_column>
<type precision="0">decimal</type>
......@@ -221,16 +222,18 @@
<y>88</y>
<height>16</height>
<width>72</width>
<format>###,###,###.00</format>
<format>[General]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>amount</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>###,###,###.00</mask>
<imemode>0</imemode>
<EditStyle style="edit">
<limit>14</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
......
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