Commit e298c085 authored by arawankar's avatar arawankar

MESSAGES.SQL

-added messages table entry to show error in misc_rcp in case of adjustment amount is greater than net amount.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@197805 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 44643d49
...@@ -27,3 +27,11 @@ Insert into SYSVIS.MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME, ...@@ -27,3 +27,11 @@ Insert into SYSVIS.MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,
COMMIT; COMMIT;
--Added by Anjali R. on[02/05/2018]asset sales validation][End] --Added by Anjali R. on[02/05/2018]asset sales validation][End]
--Added by Anjali R. on [28/02/2019][Added msg for misc_rcp to show error if adjustment amount is greater than net amount ][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 ('VTADJAMT1','Adjusted amount is greater','Adjustment amount can not e greater than the net amount.','E','Y',null,null,null,sysdate,'BASE','BASE',null,null);
commit;
--Added by Anjali R. on [28/02/2019][Added msg for misc_rcp to show error if adjustment amount is greater than net amount ][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