DBA Data[Home] [Help]

APPS.OE_DEFAULT_LOT_SERIAL dependencies on OE_MSG_PUB

Line 330: OE_MSG_PUB.Add;

326:
327: WHEN UOM_CONVERSION_FAILED THEN -- INVCONV
328:
329: FND_MESSAGE.SET_NAME('INV','INV_NO_CONVERSION_ERR'); -- INVCONV
330: OE_MSG_PUB.Add;
331: l_return_status := FND_API.G_RET_STS_ERROR;
332:
333: --RAISE FND_API.G_EXC_ERROR; INVCONV
334:

Line 348: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

344: WHEN OTHERS THEN
345:
346: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
347:
348: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
349: THEN
350: OE_MSG_PUB.Add_Exc_Msg
351: ( G_PKG_NAME
352: , 'OE_Default_Lot_Serial'

Line 350: OE_MSG_PUB.Add_Exc_Msg

346: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
347:
348: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
349: THEN
350: OE_MSG_PUB.Add_Exc_Msg
351: ( G_PKG_NAME
352: , 'OE_Default_Lot_Serial'
353: );
354: END IF;

Line 588: OE_MSG_PUB.Add;

584: EXCEPTION
585: WHEN UOM_CONVERSION_FAILED THEN -- INVCONV
586:
587: FND_MESSAGE.SET_NAME('INV','INV_NO_CONVERSION_ERR'); -- INVCONV
588: OE_MSG_PUB.Add;
589: l_return_status := FND_API.G_RET_STS_ERROR;
590:
591: --RAISE FND_API.G_EXC_ERROR; INVCONV
592:

Line 606: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

602: WHEN OTHERS THEN
603:
604: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
605:
606: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
607: THEN
608: OE_MSG_PUB.Add_Exc_Msg
609: ( G_PKG_NAME
610: , 'OE_Default_Lot_Serial'

Line 608: OE_MSG_PUB.Add_Exc_Msg

604: l_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
605:
606: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
607: THEN
608: OE_MSG_PUB.Add_Exc_Msg
609: ( G_PKG_NAME
610: , 'OE_Default_Lot_Serial'
611: );
612: END IF;