Commit fba60bfc authored by vvengurlekar's avatar vvengurlekar

Office_sql.txt- insert statement for message table against msg_no VTSOCANC01


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193032 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 437b9cc5
...@@ -62,4 +62,10 @@ VALUES ('TRAN_TYPE','W_PORCP','FOR','CP','CP',sysdate,'BASE','BASE','Y',NULL,NUL ...@@ -62,4 +62,10 @@ VALUES ('TRAN_TYPE','W_PORCP','FOR','CP','CP',sysdate,'BASE','BASE','Y',NULL,NUL
update system_events set SERVICE_CODE = 'prcm_default_2',COMP_TYPE = 'JB',COMP_NAME = 'ibase.webitm.ejb.dis.adv.SorderCancel' update system_events set SERVICE_CODE = 'prcm_default_2',COMP_TYPE = 'JB',COMP_NAME = 'ibase.webitm.ejb.dis.adv.SorderCancel'
where obj_name ='sorder' and EVENT_CODE = 'pre_cancel'; where obj_name ='sorder' and EVENT_CODE = 'pre_cancel';
commit; commit;
------------ added by ANJALI R on 14-11-2018 [End] ---------------------------------- ------------ added by ANJALI R on 14-11-2018 [End] ----------------------------------
\ No newline at end of file
----------------- added by Varsha V on 16-11-2018 [START] --------------------------
insert into messages (msg_no,msg_str,msg_descr,msg_type,msg_opt,msg_time,alarm,err_source,chg_date,chg_user,chg_term,override_input,mail_option)
values ('VTSOCANC01','UNCONFIRMED DESPATCH EXIST.','Cannot cancel the sales order,unconfirmed despatch exist against sale order.','E','Y',null,null,null,to_date('13-11-18','DD-MM-RR'),'BASE ','BASE ',null,null);
commit;
----------------- added by Varsha V on 16-11-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