DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on FND_MSG_PUB

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

4626: IF l_debug_level > 0 THEN
4627: oe_debug_pub.add('Calculate_dual_quantity - tolerance error 3' ,1);
4628: END IF;
4629:
4630: l_buffer := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST, -- INVCONV
4631: p_encoded => 'F');
4632: p_x_return_status := -1;
4633: oe_msg_pub.add_text(p_message_text => l_buffer);
4634: --fnd_message.set_name('ONT',l_buffer); -- PAL

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

4787: IF l_debug_level > 0 THEN
4788: oe_debug_pub.add('Calculate_dual_quantity - tolerance error 3' ,1);
4789: END IF;
4790:
4791: l_buffer := FND_MSG_PUB.GET(p_msg_index => FND_MSG_PUB.G_LAST, -- INVCONV
4792: p_encoded => 'F');
4793: p_x_return_status := -1;
4794: oe_msg_pub.add_text(p_message_text => l_buffer);
4795: --fnd_message.set_name('ONT',l_buffer);