DBA Data[Home] [Help]

APPS.QP_COPY_PRICELIST_PVT dependencies on FND_MSG_PUB

Line 287: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

283: EXCEPTION
284:
285: WHEN OTHERS THEN
286:
287: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
288: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Error in Deleting Duplicate Lines');
289: END IF;
290:
291: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 288: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Error in Deleting Duplicate Lines');

284:
285: WHEN OTHERS THEN
286:
287: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
288: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Error in Deleting Duplicate Lines');
289: END IF;
290:
291: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
292:

Line 1638: FND_MSG_PUB.initialize;

1634:
1635: -- Initialize message list if p_init_msg_list is set to TRUE;
1636:
1637: /*IF FND_API.to_Boolean(p_init_msg_list) THEN
1638: FND_MSG_PUB.initialize;
1639: END IF;*/
1640:
1641: -- Initialize x_return_status
1642: