Commit 040c466f authored by arane's avatar arane

MRP run - Admin email id to be defined in enterprise table - If user is not...

MRP run - Admin email id to be defined in enterprise table - If user is not having email id then mail should go to the admin user [Insert query for MSG_No='VTSUPPMISM']

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217060 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 654a04d9
......@@ -132,7 +132,7 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
values ('VTDEMMISM ','Demand Mismatch','Current demand is not match with the summary demand.','E','Y',null,null,null,to_date('12-12-19','DD-MM-RR'),'NGADKARI','NGADKARI',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 ('VTDEMMISM ','Supply Mismatch','Current supply is not match with the summary supply. ','E','Y',null,null,null,to_date('12-12-19','DD-MM-RR'),'NGADKARI','NGADKARI',null,null);
values ('VTSUPPMISM ','Supply Mismatch','Current supply is not match with the summary supply. ','E','Y',null,null,null,to_date('12-12-19','DD-MM-RR'),'NGADKARI','NGADKARI',null,null);
......
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