Commit 388fdf6e authored by smestry's avatar smestry

W15JSUN003, updated the sql file for QC order validation.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100098 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2cd83f7a
......@@ -47,6 +47,10 @@ values ('REJECTION_CODE','W_QCORDER_NEW','Transaction in transist','VTQCPEND','N
insert into messages (msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values ('VTQCPEND','Transaction in transist','Transaction is still in transist.','E',sysdate,'BASE','BASE');
-------------------- 03-02-2016 -------------------------------
update system_events set event_code = 'Confirm_validate' where obj_name = 'qcorder_new' and service_code = 'post_gen_val' and event_code = 'Confirm_validate_finish';
......
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