facing error when Failed to Pack/Unpack item|The item was not found at the specified location
Hi gurus, i am working on lot tgranslate procedure.if we call this porcedure from wms mobile forms liek by giving two parameters like below
proc_name('lpn_number','p_postfix');
for suppose
--------------
lpn141a consists the lot numbers lot101,lot102,lot103
if i execute my procedure now the resulting out put is like below
under lpn141a the lots are changed to lot101||p_postfix,lot102||p_postfix,lot103||p_postfix.
upto this the procedure is working correctly
if i am trying to execute the same porcedure with same lpnnumber and different post fix i am getting the error
proc_name('lpn_number','p_postfix');
for suppose
--------------
lpn141a consists the lot numbers lot101,lot102,lot103
if i execute my procedure now the resulting out put is like below
under lpn141a the lots are changed to lot101||p_postfix,lot102||p_postfix,lot103||p_postfix.
upto this the procedure is working correctly
if i am trying to execute the same porcedure with same lpnnumber and different post fix i am getting the error
0