Commit 0b518cb8 authored by caluka's avatar caluka

Entry start date greater than todate validation messages added


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100381 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b67f9b08
...@@ -19,3 +19,6 @@ INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_da ...@@ -19,3 +19,6 @@ INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_da
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 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 )
VALUES ('INVSTDT3', 'Invalid entry start date.','Entry start date Should be greater than to date ', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
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