DBA Data[Home] [Help]

APPS.OE_OE_HTML_LINE_EXT dependencies on OE_MSG_PUB

Line 221: oe_msg_pub.count_and_get

217:
218: x_return_status := FND_API.G_RET_STS_SUCCESS;
219: G_LINE_NUMBER:=Null;
220: G_SHIPMENT_NUMBER:=Null;
221: oe_msg_pub.count_and_get
222: ( p_count => x_msg_count
223: , p_data => x_msg_data
224: );
225: oe_debug_pub.add( 'IN END HTML LINE- SAVE' ) ;

Line 235: oe_msg_pub.count_and_get

231: x_return_status := FND_API.G_RET_STS_ERROR;
232:
233: -- Get message count and data
234:
235: oe_msg_pub.count_and_get
236: ( p_count => x_msg_count
237: , p_data => x_msg_data
238: );
239:

Line 248: oe_msg_pub.count_and_get

244: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
245:
246: -- Get message count and data
247:
248: oe_msg_pub.count_and_get
249: ( p_count => x_msg_count
250: , p_data => x_msg_data
251: );
252:

Line 255: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

251: );
252:
253: WHEN OTHERS THEN
254:
255: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
256: THEN
257: oe_msg_pub.Add_Exc_Msg
258: ( G_PKG_NAME
259: , 'Save_Lines'

Line 257: oe_msg_pub.Add_Exc_Msg

253: WHEN OTHERS THEN
254:
255: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
256: THEN
257: oe_msg_pub.Add_Exc_Msg
258: ( G_PKG_NAME
259: , 'Save_Lines'
260: );
261: END IF;

Line 267: oe_msg_pub.count_and_get

263: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
264:
265: -- Get message count and data
266:
267: oe_msg_pub.count_and_get
268: ( p_count => x_msg_count
269: , p_data => x_msg_data
270: );
271:

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

327: EXCEPTION
328:
329: WHEN OTHERS THEN
330:
331: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
332: THEN
333: OE_MSG_PUB.Add_Exc_Msg
334: ( G_PKG_NAME
335: , 'Get_Line_Shipment_Number'

Line 333: OE_MSG_PUB.Add_Exc_Msg

329: WHEN OTHERS THEN
330:
331: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
332: THEN
333: OE_MSG_PUB.Add_Exc_Msg
334: ( G_PKG_NAME
335: , 'Get_Line_Shipment_Number'
336: );
337: END IF;

Line 400: OE_MSG_PUB.Count_And_Get

396: oe_debug_pub.add( 'CODE='||SQLCODE||' MSG='||SQLERRM ) ;
397: END IF;
398: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
399: -- Get message count and data
400: OE_MSG_PUB.Count_And_Get
401: ( p_count => x_msg_count
402: , p_data => x_msg_data
403: );
404: