Commit 752befd0 authored by msharma's avatar msharma

disable audit trail for object sorder_insert


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95166 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 832cfb6d
...@@ -45334,3 +45334,7 @@ VALUES ( ...@@ -45334,3 +45334,7 @@ VALUES (
NULL); NULL);
commit; commit;
--SQL Added by Manoj dtd 30/05/2014 to disable Audit trail for object 'sorder_insert'
update transetup set audit_trail_opt=0 WHERE tran_window='w_sorder_insert';
--SQL Ended by Manoj dtd 30/05/2014 to disable Audit trail for object 'sorder_insert'
\ No newline at end of file
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