DBA Data[Home] [Help]

APPS.OE_OPM_RMA_UTILS dependencies on OE_MSG_PUB

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

29:
30: IF (p_line_id IS NULL OR
31: p_line_id = FND_API.G_MISS_NUM)
32: THEN
33: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
34: THEN
35: OE_MSG_PUB.Add_Exc_Msg
36: ( G_PKG_NAME
37: , 'get_opm_lot_quantities'

Line 35: OE_MSG_PUB.Add_Exc_Msg

31: p_line_id = FND_API.G_MISS_NUM)
32: THEN
33: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
34: THEN
35: OE_MSG_PUB.Add_Exc_Msg
36: ( G_PKG_NAME
37: , 'get_opm_lot_quantities'
38: , 'line_id = '|| p_line_id );
39: END IF;