Commit b834134f authored by arawankar's avatar arawankar

Updated transetup and system_service_args update for obj name enquiry

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@181848 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 25e192e1
SET DEFINE OFF;
--Added by Anjali R. on[12/03/2018][Start]
UPDATE transetup
SET confirm_col = 'CONFIRMED',
table_name = 'enq_hdr',
edit_expr = 'or enq_hdr.status in (''C'',''X'')' ,
cancel_col = 'status',
cancel_val = 'X' ,
edit_opt = '3'
WHERE tran_window = 'w_enquiry';
UPDATE system_service_args
SET arg_value = 'EJB'
WHERE service_code = 'apicklist_enquiry'
AND line_no = '1';
commit;
--Added by Anjali R. on[12/03/2018][End]
\ 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