Commit c9c01def authored by prahate's avatar prahate

added messages for site_code__pbus column

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@199577 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b03be0f3
...@@ -178,3 +178,12 @@ COMMIT; ...@@ -178,3 +178,12 @@ COMMIT;
--------------Added by sarita on 13 FEB 2019 [START] --------------Added by sarita on 13 FEB 2019 [START]
update messages set msg_str='UnAuthorized Approver' , msg_descr='You are not Authorized to Approve This Indent' where msg_no='VTNOAPRRHT'; update messages set msg_str='UnAuthorized Approver' , msg_descr='You are not Authorized to Approve This Indent' where msg_no='VTNOAPRRHT';
--------------Added by sarita on 13 FEB 2019 [END] --------------Added by sarita on 13 FEB 2019 [END]
------ Added by Pankaj R on 12-Apr-19 [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 ('VTPBSITECD','Site Not Found!','Primary Business Site Code you have entered is not found in the site master.','E','Y',NULL,NULL,NULL,sysdate,'BASE','BASE',NULL,NULL);
------ Added by Pankaj R on 12-Apr-19 [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