DBA Data[Home] [Help]

APPS.OE_SHIPPING_TOLERANCES_PUB dependencies on OE_MSG_PUB

Line 376: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

372: -- HW reset values for qty2 for OPM
373: x_min_remaining_quantity2 := 0;
374: x_max_remaining_quantity2 := 0;
375:
376: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
377: THEN
378: x_return_status := FND_API.G_RET_STS_ERROR;
379: END IF;
380:

Line 502: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

498:
499: x_quantity_uom := '';
500: x_quantity_uom2 := '';
501:
502: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
503: THEN
504: x_return_status := FND_API.G_RET_STS_ERROR;
505: END IF;
506: