Commit 51770092 authored by rtiwari's avatar rtiwari

add sql for wms issue point no - 306


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94066 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f97abcd6
......@@ -44913,5 +44913,10 @@ VALUES ('inv_hold_rel_gen','post_item_change','1','poic_default_ejb',NULL,SYSDAT
INSERT INTO obj_itemchange (obj_name,form_no,field_name,mandatory)
VALUES ('inv_hold_rel_gen','1','itm_default',NULL);
-- ADDED BY RITESH ON 25/DEC/2013 FOR wms issue point no. 306 end
-- ADDED BY RITESH ON 27/DEC/2013 FOR wms issue point no. 306 start
commit;
\ No newline at end of file
insert into messages(msg_no, msg_str, msg_descr, msg_type, msg_opt, chg_date, chg_user, chg_term)
values ('VTLOCKCD1','Lock Code is blank!','Lock code can not be blank.Please enter lock code.','E','Y',sysdate,'BASE','BASE111');
-- ADDED BY RITESH ON 27/DEC/2013 FOR wms issue point no. 306 end
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