DBA Data[Home] [Help]

APPS.OE_OE_MULTI_HEADER_SCREDIT dependencies on OE_MSG_PUB

Line 69: oe_msg_pub.add_with_context(

65: -- close c_order_number;
66: -- add_multi_errors(l_order_number);
67: /*
68: for I in 1..p_msg_count loop
69: oe_msg_pub.add_with_context(
70: oe_msg_pub.get(I,FND_API.G_FALSE),
71:
72: OE_GLOBALS.g_entity_header,to_char(p_header_id));
73: end loop;

Line 70: oe_msg_pub.get(I,FND_API.G_FALSE),

66: -- add_multi_errors(l_order_number);
67: /*
68: for I in 1..p_msg_count loop
69: oe_msg_pub.add_with_context(
70: oe_msg_pub.get(I,FND_API.G_FALSE),
71:
72: OE_GLOBALS.g_entity_header,to_char(p_header_id));
73: end loop;
74: */

Line 429: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

425: WHEN OTHERS THEN
426:
427: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
428:
429: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
430: THEN
431: oe_msg_pub.Add_Exc_Msg
432: ( G_PKG_NAME
433: , 'Replace_Header_Scredit'

Line 431: oe_msg_pub.Add_Exc_Msg

427: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
428:
429: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
430: THEN
431: oe_msg_pub.Add_Exc_Msg
432: ( G_PKG_NAME
433: , 'Replace_Header_Scredit'
434: );
435: END IF;

Line 479: oe_msg_pub.initialize;

475: BEGIN
476: p_return_status := FND_API.G_RET_STS_SUCCESS;
477: if p_init = FND_API.G_TRUE then
478: -- Initialize message list.
479: oe_msg_pub.initialize;
480: g_Header_Multi_Scredit_Count := 0;
481: g_Header_Multi_Scredit_Tbl.delete;
482: end if;
483: g_Header_Multi_Scredit_Count := g_Header_Multi_Scredit_Count +1;

Line 509: oe_msg_pub.Count_And_Get

505: -- changes end for bug 3742335
506: g_Header_Multi_Scredit_Tbl(I).sales_group_id := p_sales_group_id; --5692017
507: g_Header_Multi_Scredit_Tbl(I).sales_group_updated_flag := p_sales_group_updated_flag; --5692017
508:
509: oe_msg_pub.Count_And_Get
510: ( p_count => p_msg_count
511: , p_data => p_msg_data
512: );
513: EXCEPTION

Line 521: oe_msg_pub.Count_And_Get

517: p_return_status := FND_API.G_RET_STS_ERROR;
518:
519: -- Get message count and data
520:
521: oe_msg_pub.Count_And_Get
522: ( p_count => p_msg_count
523: , p_data => p_msg_data
524: );
525:

Line 532: oe_msg_pub.Count_And_Get

528: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
529:
530: -- Get message count and data
531:
532: oe_msg_pub.Count_And_Get
533: ( p_count => p_msg_count
534: , p_data => p_msg_data
535: );
536:

Line 541: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

537: WHEN OTHERS THEN
538:
539: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
540:
541: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
542: THEN
543: oe_msg_pub.Add_Exc_Msg
544: ( G_PKG_NAME
545: , 'Add_Multi_Header_Scredit_Req'

Line 543: oe_msg_pub.Add_Exc_Msg

539: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
540:
541: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
542: THEN
543: oe_msg_pub.Add_Exc_Msg
544: ( G_PKG_NAME
545: , 'Add_Multi_Header_Scredit_Req'
546: );
547: END IF;

Line 551: oe_msg_pub.Count_And_Get

547: END IF;
548:
549: -- Get message count and data
550:
551: oe_msg_pub.Count_And_Get
552: ( p_count => p_msg_count
553: , p_data => p_msg_data
554: );
555:

Line 584: OE_MSG_PUB.initialize;

580: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
581: --
582: BEGIN
583:
584: OE_MSG_PUB.initialize;
585: g_Multi_MSG_Tbl.Delete;
586: g_Multi_MSG_count := 0;
587: p_return_status := FND_API.G_RET_STS_SUCCESS;
588: --MOAC PI

Line 623: oe_msg_pub.Count_And_Get

619: END LOOP;
620: IF l_return_status <> FND_API.G_RET_STS_SUCCESS then
621: RAISE FND_API.G_EXC_ERROR;
622: END IF;
623: oe_msg_pub.Count_And_Get
624: ( p_count => p_msg_count
625: , p_data => p_msg_data
626: );
627: EXCEPTION

Line 635: oe_msg_pub.Count_And_Get

631: p_return_status := FND_API.G_RET_STS_ERROR;
632:
633: -- Get message count and data
634:
635: oe_msg_pub.Count_And_Get
636: ( p_count => p_msg_count
637: , p_data => p_msg_data
638: );
639:

Line 646: oe_msg_pub.Count_And_Get

642: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
643:
644: -- Get message count and data
645:
646: oe_msg_pub.Count_And_Get
647: ( p_count => p_msg_count
648: , p_data => p_msg_data
649: );
650:

Line 655: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

651: WHEN OTHERS THEN
652:
653: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
654:
655: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
656: THEN
657: oe_msg_pub.Add_Exc_Msg
658: ( G_PKG_NAME
659: , 'Replace_Multi_Header_Scredit'

Line 657: oe_msg_pub.Add_Exc_Msg

653: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
654:
655: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
656: THEN
657: oe_msg_pub.Add_Exc_Msg
658: ( G_PKG_NAME
659: , 'Replace_Multi_Header_Scredit'
660: );
661: END IF;

Line 665: oe_msg_pub.Count_And_Get

661: END IF;
662:
663: -- Get message count and data
664:
665: oe_msg_pub.Count_And_Get
666: ( p_count => p_msg_count
667: , p_data => p_msg_data
668: );
669: