DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on FND_MSG_PUB

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

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