DBA Data[Home] [Help]

APPS.GME_RESERVE_CONC dependencies on OE_MSG_PUB

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

204: WHEN OTHERS THEN
205:
206: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
207:
208: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
209: THEN
210: OE_MSG_PUB.Add_Exc_Msg
211: ( G_PKG_NAME
212: , 'Action_Reserve'

Line 210: OE_MSG_PUB.Add_Exc_Msg

206: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
207:
208: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
209: THEN
210: OE_MSG_PUB.Add_Exc_Msg
211: ( G_PKG_NAME
212: , 'Action_Reserve'
213: );
214: END IF;

Line 306: OE_MSG_PUB.Add_text(p_message_text => l_buffer);

302: END IF;
303: IF l_msg_data is not null THEN
304: fnd_message.set_encoded(l_msg_data);
305: l_buffer := fnd_message.get;
306: OE_MSG_PUB.Add_text(p_message_text => l_buffer);
307: IF l_debug_level > 0 THEN
308: OE_DEBUG_PUB.Add(l_msg_data,1);
309: END IF;
310: END IF;