Commit 1b3800c9 authored by sgadve's avatar sgadve

Change for the when the any integer value field getting the negative value

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@207274 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5dfb121a
...@@ -37,6 +37,11 @@ update transetup set AUDIT_TRAIL_OPT='2' where tran_window='w_attd_mon'; ...@@ -37,6 +37,11 @@ update transetup set AUDIT_TRAIL_OPT='2' where tran_window='w_attd_mon';
-----------Added by saiprasad G. for the transetup update table_name on 13/09/19[START] -----------Added by saiprasad G. for the transetup update table_name on 13/09/19[START]
update transetup set table_name='ATTENDANCE_MON' where tran_window='w_attd_mon'; update transetup set table_name='ATTENDANCE_MON' where tran_window='w_attd_mon';
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('attd_mon','1','emp_lname',null,'N');
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('attd_mon','1','emp_fname',null,'N');
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 ('VTMONATD11','Invalid work days!','Please enter the proper work days','E','Y',null,null,null,sysdate,'BASE','BASE',null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VTMONATD12','Invalid leaves taken days!','Please enter the proper leaves taken days','E','Y',null,null,null,sysdate,'BASE','BASE',null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VTMONATD13','Invalid weekly of days!','Please enter the proper weekly of days','E','Y',null,null,null,sysdate,'BASE','BASE',null,null);
-----------Added by saiprasad G. for the transetup update table_name on 13/09/19[END] -----------Added by saiprasad G. for the transetup update table_name on 13/09/19[END]
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