Commit 62ea5230 authored by wansari's avatar wansari

D16JSUN0002 updated sql for Site code validation in messages table.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105181 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 88deb472
......@@ -337,3 +337,13 @@ values ('VMREGCUST','Customer Not Found!','Customer you have entered is not foun
INSERT into obj_itemchange (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('scontract_gwt_wiz','1','cust_type','Y');
--Changed by wasim on 07-03-2017 [END]
-----------------------------------------------------------------------------------------------------------------------------
--Changed by wasim on 28-03-2017 [START]
update transetup set confirm_col = 'confirmed' where tran_window in ('w_scontract_gwt_wiz','w_scontract_gwt');
INSERT INTO MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
values ('VMNULLSITE','Blank site code!','Please enter site code, site code can not be left blank','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 ('VMINVSTE','Invalid site code!','Invalid site code entered, please enter valid site code.','E','Y',SYSDATE,'BASE','BASE');
--Changed by wasim on 28-03-2017 [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