Commit 7114721b authored by msharma's avatar msharma

SQL corrected


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95968 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f8dc1f5b
......@@ -47434,7 +47434,7 @@ VALUES (
--added by priyanka on 20/8/14---------------start
---added error message for Lot No From and Lot No To for InvHoldRelGen
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VMLOTFRTO', 'Invalid Lot NO',' Lot No From and Lot No To should be same', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
VALUES ('VMLOTFRTO', 'Invalid Lot No',' Lot No From and Lot No To should be same', 'E', 'Y', SYSDATE, 'BASE', 'BASE');
----added sql for InvHoldRelGen
INSERT into taro.disparm (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,DESCR,VAR_SUBS,CHG_DATE,CHG_USER,CHG_TERM)
......@@ -47466,4 +47466,4 @@ commit;
\ 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