Commit 6897141d authored by dpingle's avatar dpingle

* update sql file of leave table

w_lvetable.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@215861 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8b605ef6
...@@ -191,3 +191,21 @@ values ('LVE_CODE','W_LVETABLE','select c.lve_code as lve_code, c.descr descript ...@@ -191,3 +191,21 @@ values ('LVE_CODE','W_LVETABLE','select c.lve_code as lve_code, c.descr descript
----------------------------------------------------- Dipesh [15/10/2019] End ----------------------------------------------------- Dipesh [15/10/2019] End
------------------------------------------------------[18/10/19]Start
update transetup set REF_SER ='LVETBL' where TRAN_WINDOW = 'w_lvetable';
------------------------------------------------------[18/10/19]End
------------------------------------------------------[29/01/19]Start
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 ('LVETBLNULL','Empty Leave table!!','The leave table code cannot be Blank','E','Y',null,null,null,to_date('24-03-06','DD-MM-RR'),'BASE ','01BASE215 ',null,null);
------------------------------------------------------[29/01/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