Commit be20ef38 authored by vvengurlekar's avatar vvengurlekar

system_entry.sql - Transetup entry to show red tag after indent cancellation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184779 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3d44b52a
......@@ -88,4 +88,10 @@ commit;
UPDATE SYSTEM_EVENTS SET SERVICE_CODE='acancel_indent_req' WHERE OBJ_NAME='indent_req' AND EVENT_CODE='act_cancel';
UPDATE TRANSETUP SET CANCEL_COL = 'status', CANCEL_VAL='X' WHERE TRAN_WINDOW='w_indent';
commit;
---Indent master---[END]
\ No newline at end of file
---Indent master---[END]
---Transetup entry to show red tag after indent cancellation---[START] added by Varsha V on 11-05-18
UPDATE TRANSETUP SET CANCEL_COL = 'status', CANCEL_VAL='C' WHERE TRAN_WINDOW='w_indent_req';
commit;
---Transetup entry to show red tag after indent cancellation---[END]
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