Commit 9d03abdf authored by ppatro's avatar ppatro

data logger no and seal no updation


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97065 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bbba388b
...@@ -50370,7 +50370,7 @@ VALUES ('VTINVPRTIN', 'Invalid Part Quantity!', 'Partial quantity should not be ...@@ -50370,7 +50370,7 @@ VALUES ('VTINVPRTIN', 'Invalid Part Quantity!', 'Partial quantity should not be
----- 31/12/14 creating unique index for pack header ----- 31/12/14 creating unique index for pack header
alter table TARODEV.SHIPMENT MODIFY data_logger_no varchar2(40); alter table TARODEV.SHIPMENT MODIFY data_logger_no varchar2(40);
CREATE UNIQUE INDEX UNQ_INDX_PACK ON PACK_HDR (OUTER_CARTON_NO); CREATE UNIQUE INDEX UNQ_INDX_PACK ON PACK_HDR nvl2(OUTER_CARTON_NO,null);
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