Commit d22cadee authored by sghate's avatar sghate

Updated sql w_emp_status.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216780 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c2d14843
......@@ -152,6 +152,13 @@ Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGH
-------------------------------------------- Shital [14/02/2020] -------------------[End]
-------------------------------------------- Shital [18/02/2020] -------------------[Start]
UPDATE POPHELP SET SQL_STR='SELECT DESIGN_CODE,DESIGNATION FROM DESIGNATION where STATUS=''A'' ORDER BY DESIGN_CODE' WHERE MOD_NAME='W_EMP_STATUS' AND FIELD_NAME='DESIGN_CODE';
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 ('VTEMPSTS08','Duplicate Transaction','Duplicate Transaction. Transaction is existing for specified employee code and transaction date ','E','Y',null,null,null,to_date('2018-03-06','RRRR-MM-DD'),'HRISHIKESH','HRISHIKESH ',null,null);
-------------------------------------------- Shital [18/02/2020] -------------------[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