DBA Data[Home] [Help]

APPS.OE_DROP_SHIP_GRP dependencies on FND_MESSAGE

Line 239: fnd_message.set_name('ONT', 'OE_LINE_LOCKED');

235: Rollback to Update_Req_Info_Grp;
236: IF l_debug_level > 0 THEN
237: oe_debug_pub.add('OEXUDSHB.pls:Update_Req_Info- unable to lock the line',1);
238: END IF;
239: fnd_message.set_name('ONT', 'OE_LINE_LOCKED');
240: -- msg not added in OE as the msg ctx is not set
241: P_Msg_Data := FND_MESSAGE.GET;
242: P_Msg_Count := 1;
243: p_return_status := FND_API.G_RET_STS_ERROR;

Line 241: P_Msg_Data := FND_MESSAGE.GET;

237: oe_debug_pub.add('OEXUDSHB.pls:Update_Req_Info- unable to lock the line',1);
238: END IF;
239: fnd_message.set_name('ONT', 'OE_LINE_LOCKED');
240: -- msg not added in OE as the msg ctx is not set
241: P_Msg_Data := FND_MESSAGE.GET;
242: P_Msg_Count := 1;
243: p_return_status := FND_API.G_RET_STS_ERROR;
244:
245: WHEN OTHERS THEN

Line 461: fnd_message.set_name('ONT', 'OE_LINE_LOCKED');

457: Rollback to Update_PO_Info_GRP;
458: IF l_debug_level > 0 THEN
459: oe_debug_pub.add('OEXUDSHB.pls:Update_PO_Info-unable to lock the line',1);
460: END IF;
461: fnd_message.set_name('ONT', 'OE_LINE_LOCKED');
462: -- msg not added in OE as the msg ctx is not set
463: P_Msg_Data := FND_MESSAGE.GET;
464: P_Msg_Count := 1;
465: p_return_status := FND_API.G_RET_STS_ERROR;

Line 463: P_Msg_Data := FND_MESSAGE.GET;

459: oe_debug_pub.add('OEXUDSHB.pls:Update_PO_Info-unable to lock the line',1);
460: END IF;
461: fnd_message.set_name('ONT', 'OE_LINE_LOCKED');
462: -- msg not added in OE as the msg ctx is not set
463: P_Msg_Data := FND_MESSAGE.GET;
464: P_Msg_Count := 1;
465: p_return_status := FND_API.G_RET_STS_ERROR;
466:
467: WHEN OTHERS THEN