DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on FND_MSG_PUB

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

4731: IF l_debug_level > 0 THEN
4732: oe_debug_pub.add('Calculate_dual_quantity - tolerance error 3' ,1);
4733: END IF;
4734:
4735: l_buffer := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST, -- INVCONV
4736: p_encoded => 'F');
4737: p_x_return_status := -1;
4738: oe_msg_pub.add_text(p_message_text => l_buffer);
4739: --fnd_message.set_name('ONT',l_buffer); -- PAL

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

4892: IF l_debug_level > 0 THEN
4893: oe_debug_pub.add('Calculate_dual_quantity - tolerance error 3' ,1);
4894: END IF;
4895:
4896: l_buffer := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST, -- INVCONV
4897: p_encoded => 'F');
4898: p_x_return_status := -1;
4899: oe_msg_pub.add_text(p_message_text => l_buffer);
4900: --fnd_message.set_name('ONT',l_buffer);