DBA Data[Home] [Help]

APPS.OE_RMA_GRP dependencies on FND_MESSAGE

Line 221: FND_MESSAGE.Set_Name('ONT','OE_LINE_OVER_RETURNED');

217: IF l_debug_level > 0 THEN
218: oe_debug_pub.add('OEXGRMAB: LINE OVER RETURNED ERROR');
219: END IF;
220:
221: FND_MESSAGE.Set_Name('ONT','OE_LINE_OVER_RETURNED');
222: FND_MESSAGE.Set_Token('LINE', p_line_tbl(l_index).line_number);
223: FND_MESSAGE.Set_Token('PREVIOUS', l_already_returned);
224: FND_MESSAGE.Set_Token('CURRENT', p_line_tbl(l_index).ordered_quantity);
225: FND_MESSAGE.Set_Token('ORIGINAL', l_original_ordered);

Line 222: FND_MESSAGE.Set_Token('LINE', p_line_tbl(l_index).line_number);

218: oe_debug_pub.add('OEXGRMAB: LINE OVER RETURNED ERROR');
219: END IF;
220:
221: FND_MESSAGE.Set_Name('ONT','OE_LINE_OVER_RETURNED');
222: FND_MESSAGE.Set_Token('LINE', p_line_tbl(l_index).line_number);
223: FND_MESSAGE.Set_Token('PREVIOUS', l_already_returned);
224: FND_MESSAGE.Set_Token('CURRENT', p_line_tbl(l_index).ordered_quantity);
225: FND_MESSAGE.Set_Token('ORIGINAL', l_original_ordered);
226: OE_MSG_PUB.Add;

Line 223: FND_MESSAGE.Set_Token('PREVIOUS', l_already_returned);

219: END IF;
220:
221: FND_MESSAGE.Set_Name('ONT','OE_LINE_OVER_RETURNED');
222: FND_MESSAGE.Set_Token('LINE', p_line_tbl(l_index).line_number);
223: FND_MESSAGE.Set_Token('PREVIOUS', l_already_returned);
224: FND_MESSAGE.Set_Token('CURRENT', p_line_tbl(l_index).ordered_quantity);
225: FND_MESSAGE.Set_Token('ORIGINAL', l_original_ordered);
226: OE_MSG_PUB.Add;
227: /* No Need to Raise the Exception, Just Set the Return Status */

Line 224: FND_MESSAGE.Set_Token('CURRENT', p_line_tbl(l_index).ordered_quantity);

220:
221: FND_MESSAGE.Set_Name('ONT','OE_LINE_OVER_RETURNED');
222: FND_MESSAGE.Set_Token('LINE', p_line_tbl(l_index).line_number);
223: FND_MESSAGE.Set_Token('PREVIOUS', l_already_returned);
224: FND_MESSAGE.Set_Token('CURRENT', p_line_tbl(l_index).ordered_quantity);
225: FND_MESSAGE.Set_Token('ORIGINAL', l_original_ordered);
226: OE_MSG_PUB.Add;
227: /* No Need to Raise the Exception, Just Set the Return Status */
228: --Raise FND_API.G_EXC_ERROR;

Line 225: FND_MESSAGE.Set_Token('ORIGINAL', l_original_ordered);

221: FND_MESSAGE.Set_Name('ONT','OE_LINE_OVER_RETURNED');
222: FND_MESSAGE.Set_Token('LINE', p_line_tbl(l_index).line_number);
223: FND_MESSAGE.Set_Token('PREVIOUS', l_already_returned);
224: FND_MESSAGE.Set_Token('CURRENT', p_line_tbl(l_index).ordered_quantity);
225: FND_MESSAGE.Set_Token('ORIGINAL', l_original_ordered);
226: OE_MSG_PUB.Add;
227: /* No Need to Raise the Exception, Just Set the Return Status */
228: --Raise FND_API.G_EXC_ERROR;
229: x_return_status := FND_API.G_RET_STS_ERROR;