Commit 1ce580e0 authored by arawankar's avatar arawankar

Office_sql.txt

-Added messages table entry for sales order cancellation

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193118 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f7af5c3a
...@@ -68,4 +68,11 @@ commit; ...@@ -68,4 +68,11 @@ commit;
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) 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); 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; commit;
----------------- added by Varsha V on 16-11-2018 [End] ---------------------------- ----------------- added by Varsha V on 16-11-2018 [End] ----------------------------
\ No newline at end of file
------------ added by ANJALI R on 19-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 ('VTSOCANC02','Cancelled successfully.','Sale Order cancelled successfully.','P','Y',NULL,NULL,NULL,SYSDATE,'BASE','BASE',NULL,NULL);
commit;
------------ added by ANJALI R on 19-11-2018 [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