CustomScanManager is not invoked when we are scanning barcode by Scanner Gun
Dear Team,
The supplier is sending items whith barcode on it .The single barcode is containing multiple information(ItemId|Lot Number).
We are not able to get the item information from the barcode by scanning the barcode from scanner gun.
To fulfill this we have followed the customized barcode scanning process mentioned on orcle warehouse management implementation guide.
We have tried both the approaches but still it is not working.
1>Java Call Out:We have placed the CustomScanManager.class file in $JAVA_TOP/xxx/custom.But it is not being called.
2>PL/SQL Call Out:The INV_PREPROCESS_SCAN package is not being called.