DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on FND_MSG_PUB

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

1423: IF l_debug_level > 0 THEN
1424: oe_debug_pub.add('Primary and Secondary X-VAL - tolerance error 1' ,1);
1425: END IF;
1426:
1427: l_buffer := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST, -- INVCONV
1428: p_encoded => 'F');
1429: oe_msg_pub.add_text(p_message_text => l_buffer);
1430: IF l_debug_level > 0 THEN
1431: oe_debug_pub.add(l_buffer,1);