Commit c657cafa authored by jshaikh's avatar jshaikh

Added delete queries for existing mail_format

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@172447 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 94aad4c6
......@@ -60,6 +60,11 @@ DYN_ROLE_REF) values ('S-ORD-A2','D','S','Approver Of Sale Order Workflow','BASE
'BASE','E','select report_to from employee where emp_code=?',null);
----------------------------------------------------------------Delete queries for mail format------------------------------------------------
delete from mail_format where format_code='S-ORD-A2';
delete from mail_format where format_code='S-ORD-CONF';
delete from mail_format where format_code='S-ORD-REJ2';
-----------------------------------------------------------------mail_format------------------------------------------------------------------
......
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