DBA Data[Home] [Help]

APPS.OE_VALIDATE_LOT_SERIAL dependencies on FND_MSG_PUB

Line 689: l_buffer := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST, -- INVCONV

685: IF l_debug_level > 0 THEN
686: oe_debug_pub.add('OE_Validate_Lot_Serial.entity - tolerance error 1' ,1);
687: END IF;
688:
689: l_buffer := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST, -- INVCONV
690: p_encoded => 'F');
691: oe_msg_pub.add_text(p_message_text => l_buffer);
692: IF l_debug_level > 0 THEN
693: oe_debug_pub.add(l_buffer,1);