DBA Data[Home] [Help]

APPS.GME_RESERVE_CONC dependencies on OE_MSG_PUB

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

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

Line 209: OE_MSG_PUB.Add_Exc_Msg

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

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

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