Commit e603f13c authored by cpandey's avatar cpandey

changes description of pophelp


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92370 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2cf3c9e9
......@@ -89,7 +89,7 @@ INSERT INTO messages ( msg_no ,msg_str ,msg_descr ,msg_type , msg_opt ,chg_user
VALUES ('PROCCOMPLE','Process Complete','Process Complete Sucessfully','P','Y','BASE122 ','BASE122');
--MWESSAGES FOR CONFIRM TRANSECTION
INSERT INTO messages ( msg_no ,msg_str ,msg_descr ,msg_type ,msg_opt , chg_user ,chg_term)
VALUES ('VMCONFRM','Transection Already Confirmed','Transection can not be updated','P','Y','BASE122 ','BASE122');
VALUES ('VMCONFRM','Transaction Already Confirmed','Transaction can not be updated','P','Y','BASE122 ','BASE122');
INSERT INTO messages ( msg_no ,msg_str ,msg_descr ,msg_type ,msg_opt , chg_user ,chg_term)
VALUES ('VMACTRINVL','Invalid Acctr DR Code','Enter Existing Acctr DR Code','E', 'Y','chitranjan', 'chitranjan ');
INSERT INTO messages ( msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_user , chg_term )
......@@ -111,6 +111,6 @@ VALUES ('CCTR_CODE__DR','W_POMAD_PRC','SELECT CCTR_CODE,DESCR FROM COSTCTR','PRO
--updated sql for messages content 'VMAMDNULL','Empty Amd No '
update messages set msg_str = 'Empty Amd No ' where msg_no = 'VMAMDNULL';
update messages set msg_str = 'Empty CCTR DR No' where msg_no = 'VMCCDNULL';
update table messages set msg_str = 'Empty Acctr CR No' where msg_no = 'VMACCCNULL';
update table messages set msg_str = 'Empty CCTR CR No' where msg_no = 'VMCCCNULL';
update table messages set msg_descr = 'Transection can not be updated' where msg_no = 'VMCONFRM';
\ No newline at end of file
update messages set msg_str = 'Empty Acctr CR No' where msg_no = 'VMACCCNULL';
update messages set msg_str = 'Empty CCTR CR No' where msg_no = 'VMCCCNULL';
update messages set msg_descr = 'Transaction can not be updated' where msg_no = 'VMCONFRM';
\ 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