Commit 4e45af91 authored by caluka's avatar caluka

VTNODATA message updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100415 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 228a8914
...@@ -16,9 +16,10 @@ INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_da ...@@ -16,9 +16,10 @@ INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_da
VALUES ('INVENDDT1', 'Invalid entry end date.','Entry end date should be in proper format', 'E', 'Y', SYSDATE, 'BASE', 'BASE'); VALUES ('INVENDDT1', 'Invalid entry end date.','Entry end date should be in proper format', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term ) INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('INVENDDT2', 'Invalid entry end date.','Entry end date Should be greater than Entry start date ', 'E', 'Y', SYSDATE, 'BASE', 'BASE'); VALUES ('INVENDDT2', 'Invalid entry end date.','Entry end date Should be greater than or equal to Entry start date ', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term ) INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('INVSTDT3', 'Invalid entry start date.','Entry start date Should be greater than to date ', 'E', 'Y', SYSDATE, 'BASE', 'BASE'); VALUES ('INVSTDT3', 'Invalid entry start date.','Entry start date Should be greater than to date ', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
update messages set msg_str='No Record Selected',msg_descr='No Record Selected.Please select the record' where msg_no = 'VTNODATA';
\ 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