Commit 9da7225a authored by smestry's avatar smestry

W15FSUN008, Added SQL for Palletization and Palletization Confirm.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98792 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a06aa60f
...@@ -69,8 +69,10 @@ family_grp varchar(5), -- LIQ/SOL/NOR ...@@ -69,8 +69,10 @@ family_grp varchar(5), -- LIQ/SOL/NOR
ref_ser char(10), -- Uniqc ID of Reference Transaction ref_ser char(10), -- Uniqc ID of Reference Transaction
lot_no char(6), -- Lot No. of Item lot_no char(6), -- Lot No. of Item
ref_id char(15), -- Reference Transaction Series (PRCP,DRCP, SRET) ref_id char(15), -- Reference Transaction Series (PRCP,DRCP, SRET)
ref_line_no number(3),
lot_sl char(15), -- Lot SL of item. For AWMS Container no will be stored in this column lot_sl char(15), -- Lot SL of item. For AWMS Container no will be stored in this column
quantity number(17,6), -- Quantity per article quantity number(17,6), -- Quantity per article
no_art number(6) -- No Of article.
exp_date date, -- Expiry Date of Item exp_date date, -- Expiry Date of Item
mfg_date date, -- Manufacturing Date of Item mfg_date date, -- Manufacturing Date of Item
pallet_no varchar2(25), -- Manual Racking Location Number pallet_no varchar2(25), -- Manual Racking Location Number
......
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