Commit 0715a247 authored by jshinde's avatar jshinde

Request Id:W15HSUN003,pallet request with stock details.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99184 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2c93f3f5
......@@ -2,10 +2,10 @@
ALTER TABLE PALLET_REQ_DET
ADD
(ITEM_CODE CHAR(10)
LOT_NO CHAR(15)
LOT_SL CHAR(15)
QUANTITY NUMBER(14,3)
(ITEM_CODE CHAR(10),
LOT_NO CHAR(15),
LOT_SL CHAR(15) ,
QUANTITY NUMBER(14,3),
NO_ART NUMBER(6)
);
......
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