Hi, we're currently implementing Oracle 11.5.9 and our company has always used AIAG prefixes internally for all barcodes. We require our suppliers to also label their products in this way.
Each barcode used internally has a 1 to 3 digit prefix.
For example:
(P) Part number 34591 would be P34591 in the barcode.
(1T) Lot number 0048512 would be 1T0048512 in the barcode.
(Q) Quantity 750 would be Q750 in the barcode
Our current WMS strips out these data identifiers today. I'm trying to find a way to do this with the Oracle WMS.
I can change our scanners to just drop the first digit, but it is not always the first digit only.
Thanks in advance for the help.