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
...@@ -45105,11 +45105,11 @@ BEGIN ...@@ -45105,11 +45105,11 @@ BEGIN
-- ADDED BY RITESH ON 12/MAR/2014 FOR Issue Tracker point # 328 START -- ADDED BY RITESH ON 12/MAR/2014 FOR Issue Tracker point # 328 START
ALTER TABLE PHYSCANDET ADD EMP_CODE__VERIFY CHAR(10); ALTER TABLE PHYSCANDET ADD EMP_CODE__VERIFY CHAR(10);
-- ADDED BY RITESH ON 12/MAR/2014 FOR Issue Tracker point # 328 END -- ADDED BY RITESH ON 12/MAR/2014 FOR Issue Tracker point # 328 END
--SQL Added by manoj dtd 01/04/2014 to Increase size of PRIORITY_SEQ UPTO 5 digit for Physical Cycle count --SQL Added by manoj dtd 01/04/2014 to Increase size of PRIORITY_SEQ UPTO 5 digit for Physical Cycle count
ALTER TABLE PHYSCANDET MODIFY PRIORITY_SEQ NUMBER(5); ALTER TABLE PHYSCANDET MODIFY PRIORITY_SEQ NUMBER(5);
--End SQL Added by manoj dtd 01/04/2014 to Increase size of PRIORITY_SEQ UPTO 5 digit for Physical Cycle count --End SQL Added by manoj dtd 01/04/2014 to Increase size of PRIORITY_SEQ UPTO 5 digit for Physical Cycle count
--changed by sankara on 04/04/14 updated trigger given by pragyan. --changed by sankara on 04/04/14 updated trigger given by pragyan.
CREATE OR REPLACE TRIGGER TRIG_WAVE_STAT_ORG CREATE OR REPLACE TRIGGER TRIG_WAVE_STAT_ORG
...@@ -45301,7 +45301,7 @@ VALUES ( ...@@ -45301,7 +45301,7 @@ VALUES (
'Base ', 'Base ',
NULL, NULL,
NULL); NULL);
commit; commit;
-- changed by sankara on 28/05/14 updated alter and messages sql -- changed by sankara on 28/05/14 updated alter and messages sql
alter table wave_task add remarks char(70); alter table wave_task add remarks char(70);
INSERT INTO messages ( INSERT INTO messages (
...@@ -45333,4 +45333,8 @@ VALUES ( ...@@ -45333,4 +45333,8 @@ VALUES (
NULL, NULL,
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