Commit 82b9e762 authored by sghate's avatar sghate

updated sql

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206326 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3cfc1164
......@@ -112,6 +112,14 @@ values ('ADP',4,6,10,0,0,'w_payarr_to_proc','Arrears To Processed','Arrears To P
update messages set MSG_STR='Empty/Invalid Employee Code' where MSG_NO='VTPAYARR04';
delete from OBJ_ITEMCHANGE where OBJ_NAME='payarr_to_proc';
REM INSERTING into OBJ_ITEMCHANGE
SET DEFINE OFF;
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('payarr_to_proc','1','emp_code','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('payarr_to_proc','1','itm_default',null);
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('payarr_to_proc','1','itm_defaultedit',null);
-----------------------------------------------Added by shital on 26/08/2019 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