DBA Data[Home] [Help]

APPS.OE_VALIDATE_LOT_SERIAL dependencies on FND_MSG_PUB

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

679: IF l_debug_level > 0 THEN
680: oe_debug_pub.add('OE_Validate_Lot_Serial.entity - tolerance error 1' ,1);
681: END IF;
682:
683: l_buffer := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST, -- INVCONV
684: p_encoded => 'F');
685: oe_msg_pub.add_text(p_message_text => l_buffer);
686: IF l_debug_level > 0 THEN
687: oe_debug_pub.add(l_buffer,1);