DBA Data[Home] [Help]

APPS.OE_GLOBALS dependencies on OE_MSG_PUB

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

198: l_control_rec.org_id := FND_API.G_MISS_NUM;
199:
200: ELSE
201:
202: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
203: THEN
204: OE_MSG_PUB.Add_Exc_Msg
205: ( G_PKG_NAME
206: , 'Init_Control_Rec'

Line 204: OE_MSG_PUB.Add_Exc_Msg

200: ELSE
201:
202: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
203: THEN
204: OE_MSG_PUB.Add_Exc_Msg
205: ( G_PKG_NAME
206: , 'Init_Control_Rec'
207: , 'Invalid operation'
208: );

Line 374: OE_MSG_PUB.ADD;

370: IF l_debug_level > 0 THEN
371: OE_DEBUG_PUB.ADD('OEXSGLBB.pls- Org ID could not be fetched from MO API',5);
372: END IF;
373: fnd_message.set_name('FND', 'MO_ORG_REQUIRED');
374: OE_MSG_PUB.ADD;
375: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
376: END IF;
377: -- MOAC ends
378: