Commit ca5614a9 authored by ppatro's avatar ppatro

alter for carton no and pack code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92845 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7e5c9b32
......@@ -31489,6 +31489,15 @@ quantity',
'BASE ',
NULL,
NULL);
--- Changed By Pragyan 19/03/13
alter table pick_ord_det add carton_no char(20);
alter table pick_ord_det add pack_code char(5);
alter table pick_iss_det modify carton_no varchar2(20);
alter table pick_iss_det add pack_code char(5);
commit;
......
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