DBA Data[Home] [Help]

APPS.GMI_PICK_WAVE_CONFIRM_PVT dependencies on GMI_PICK_CONFIRM_PUB

Line 775: GMI_PICK_CONFIRM_PUB.PrintMsg('ERROR: MOVE ORDER line : line_id ='||l_mo_line_rec.line_id ||

771: FND_MESSAGE.SET_NAME('GMI','GMI_API_OVER_SHIP_TOLERANCE');
772: FND_MESSAGE.SET_TOKEN('QUANTITY1',to_char(l_trans_qty));
773: FND_MESSAGE.SET_TOKEN('QUANTITY2',to_char(l_max_qty));
774: FND_MESSAGE.SET_TOKEN('LINE_ID',l_mo_line_rec.line_id);
775: GMI_PICK_CONFIRM_PUB.PrintMsg('ERROR: MOVE ORDER line : line_id ='||l_mo_line_rec.line_id ||
776: ' can not be transacted because picked qty exceeds over shippment tolerance. '||
777: 'The allocated quantity is '|| l_trans_qty ||' but the max allowed quantity is'||
778: l_max_qty || ' Please reduce allocation quantity ');
779: FND_MSG_PUB.Add;