DBA Data[Home] [Help]

APPS.GMI_PICK_WAVE_CONFIRM_PVT dependencies on OE_MSG_PUB

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

2337: -- HW reset values for qty2 for OPM
2338: x_min_remaining_quantity2 := 0;
2339: x_max_remaining_quantity2 := 0;
2340:
2341: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2342: THEN
2343: x_return_status := FND_API.G_RET_STS_ERROR;
2344: END IF;
2345: