DBA Data[Home] [Help]

APPS.OE_OE_MULTI_LINE_SCREDIT dependencies on OE_MSG_PUB

Line 69: -- add_multi_errors(oe_msg_pub.get(I,FND_API.G_FALSE));

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

Line 72: oe_msg_pub.add_with_context(

68: -- for I in 1..p_msg_count loop
69: -- add_multi_errors(oe_msg_pub.get(I,FND_API.G_FALSE));
70: -- end loop;
71: /*for I in 1..p_msg_count loop
72: oe_msg_pub.add_with_context(
73: oe_msg_pub.get(I,FND_API.G_FALSE),
74: OE_GLOBALS.g_entity_line,to_char(p_line_id));
75: end loop;
76: */

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

69: -- add_multi_errors(oe_msg_pub.get(I,FND_API.G_FALSE));
70: -- end loop;
71: /*for I in 1..p_msg_count loop
72: oe_msg_pub.add_with_context(
73: oe_msg_pub.get(I,FND_API.G_FALSE),
74: OE_GLOBALS.g_entity_line,to_char(p_line_id));
75: end loop;
76: */
77: null;

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

408: WHEN OTHERS THEN
409:
410: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
411:
412: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
413: THEN
414: oe_msg_pub.Add_Exc_Msg
415: ( G_PKG_NAME
416: , 'Replace_Line_Scredit'

Line 414: oe_msg_pub.Add_Exc_Msg

410: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
411:
412: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
413: THEN
414: oe_msg_pub.Add_Exc_Msg
415: ( G_PKG_NAME
416: , 'Replace_Line_Scredit'
417: );
418: END IF;

Line 462: oe_msg_pub.initialize;

458: BEGIN
459: p_return_status := FND_API.G_RET_STS_SUCCESS;
460: if p_init = FND_API.G_TRUE then
461: -- Initialize message list.
462: oe_msg_pub.initialize;
463: g_Line_Multi_Scredit_Count := 0;
464: g_Line_Multi_Scredit_Tbl.delete;
465: end if;
466: g_Line_Multi_Scredit_Count := g_Line_Multi_Scredit_Count +1;

Line 492: oe_msg_pub.Count_And_Get

488: -- changes end for bug 3742335
489: g_Line_Multi_Scredit_Tbl(I).sales_group_id := p_sales_group_id; --5692017
490: g_Line_Multi_Scredit_Tbl(I).sales_group_updated_flag := p_sales_group_updated_flag; --5692017
491:
492: oe_msg_pub.Count_And_Get
493: ( p_count => p_msg_count
494: , p_data => p_msg_data
495: );
496: EXCEPTION

Line 504: oe_msg_pub.Count_And_Get

500: p_return_status := FND_API.G_RET_STS_ERROR;
501:
502: -- Get message count and data
503:
504: oe_msg_pub.Count_And_Get
505: ( p_count => p_msg_count
506: , p_data => p_msg_data
507: );
508:

Line 515: oe_msg_pub.Count_And_Get

511: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
512:
513: -- Get message count and data
514:
515: oe_msg_pub.Count_And_Get
516: ( p_count => p_msg_count
517: , p_data => p_msg_data
518: );
519:

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

520: WHEN OTHERS THEN
521:
522: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
523:
524: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
525: THEN
526: oe_msg_pub.Add_Exc_Msg
527: ( G_PKG_NAME
528: , 'Add_Multi_Line_Scredit_Req'

Line 526: oe_msg_pub.Add_Exc_Msg

522: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
523:
524: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
525: THEN
526: oe_msg_pub.Add_Exc_Msg
527: ( G_PKG_NAME
528: , 'Add_Multi_Line_Scredit_Req'
529: );
530: END IF;

Line 534: oe_msg_pub.Count_And_Get

530: END IF;
531:
532: -- Get message count and data
533:
534: oe_msg_pub.Count_And_Get
535: ( p_count => p_msg_count
536: , p_data => p_msg_data
537: );
538:

Line 570: OE_MSG_PUB.initialize;

566:
567: g_Multi_MSG_Tbl.Delete;
568: g_Multi_MSG_count := 0;
569: p_return_status := FND_API.G_RET_STS_SUCCESS;
570: OE_MSG_PUB.initialize;
571: --MOAC PI
572: i := p_Line_id_list.first;
573: while i is not null loop
574: SAVEPOINT Line_Salescredit;

Line 607: oe_msg_pub.Count_And_Get

603: END LOOP;
604: IF l_return_status <> FND_API.G_RET_STS_SUCCESS then
605: RAISE FND_API.G_EXC_ERROR;
606: END IF;
607: oe_msg_pub.Count_And_Get
608: ( p_count => p_msg_count
609: , p_data => p_msg_data
610: );
611: EXCEPTION

Line 619: oe_msg_pub.Count_And_Get

615: p_return_status := FND_API.G_RET_STS_ERROR;
616:
617: -- Get message count and data
618:
619: oe_msg_pub.Count_And_Get
620: ( p_count => p_msg_count
621: , p_data => p_msg_data
622: );
623:

Line 630: oe_msg_pub.Count_And_Get

626: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
627:
628: -- Get message count and data
629:
630: oe_msg_pub.Count_And_Get
631: ( p_count => p_msg_count
632: , p_data => p_msg_data
633: );
634:

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

635: WHEN OTHERS THEN
636:
637: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
638:
639: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
640: THEN
641: oe_msg_pub.Add_Exc_Msg
642: ( G_PKG_NAME
643: , 'Replace_Multi_Line_Scredit'

Line 641: oe_msg_pub.Add_Exc_Msg

637: p_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
638:
639: IF oe_msg_pub.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
640: THEN
641: oe_msg_pub.Add_Exc_Msg
642: ( G_PKG_NAME
643: , 'Replace_Multi_Line_Scredit'
644: );
645: END IF;

Line 649: oe_msg_pub.Count_And_Get

645: END IF;
646:
647: -- Get message count and data
648:
649: oe_msg_pub.Count_And_Get
650: ( p_count => p_msg_count
651: , p_data => p_msg_data
652: );
653: