Commit ef056e22 authored by vvengurlekar's avatar vvengurlekar

office-sql.sql - obj_itemchange entry added against emp_it_declaration for acct_prd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204067 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 96219690
......@@ -147,4 +147,26 @@ END;
/
------------------------- Added by Jaffar on 14th June 2019 [End] ---------------------------------------
-------------------------Added by Varsha V on 25/07/2019 [Entry for acct_prd against emp_it_declaration]-----------------------------------
INSERT INTO SYSVIS.OBJ_ITEMCHANGE
(
OBJ_NAME,
FORM_NO,
FIELD_NAME,
MANDATORY
)
VALUES
(
'emp_it_declaration',
'1',
'acct_prd',
'Y'
);
COMMIT;
-------------------------Ended by Varsha V on 25/07/2019-----------------------------------
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