DBA Data[Home] [Help]

APPS.OE_PRICING_CONT_PUB dependencies on OE_MSG_PUB

Line 150: OE_MSG_PUB.Add;

146:
147: IF l_installed_status IN ('S', 'N') THEN
148: l_return_status := FND_API.G_RET_STS_ERROR;
149: FND_MESSAGE.SET_NAME('QP', 'QP_BASIC_PRICING_UNAVAILABLE');
150: OE_MSG_PUB.Add;
151: RAISE FND_API.G_EXC_ERROR;
152: END IF;
153:
154: --added for moac

Line 312: -- oe_msg_pub.add('After Process_pricing_Cont.');

308: -- Load Id OUT parameters.
309:
310: x_Agreement_rec := l_Agreement_rec;
311:
312: -- oe_msg_pub.add('After Process_pricing_Cont.');
313: -- oe_msg_pub.add('Agreement id is ='||to_char(l_Agreement_rec.agreement_id));
314: -- bug 3650357
315:
316: oe_debug_pub.add('After Process_pricing_Cont.');

Line 313: -- oe_msg_pub.add('Agreement id is ='||to_char(l_Agreement_rec.agreement_id));

309:
310: x_Agreement_rec := l_Agreement_rec;
311:
312: -- oe_msg_pub.add('After Process_pricing_Cont.');
313: -- oe_msg_pub.add('Agreement id is ='||to_char(l_Agreement_rec.agreement_id));
314: -- bug 3650357
315:
316: oe_debug_pub.add('After Process_pricing_Cont.');
317: oe_debug_pub.add('Agreement id is ='||to_char(l_Agreement_rec.agreement_id));

Line 354: OE_MSG_PUB.Count_And_Get

350: x_return_status := FND_API.G_RET_STS_ERROR;
351:
352: -- Get message count and data
353:
354: OE_MSG_PUB.Count_And_Get
355: ( p_count => x_msg_count
356: , p_data => x_msg_data
357: );
358:

Line 365: OE_MSG_PUB.Count_And_Get

361: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
362:
363: -- Get message count and data
364:
365: OE_MSG_PUB.Count_And_Get
366: ( p_count => x_msg_count
367: , p_data => x_msg_data
368: );
369:

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

370: WHEN OTHERS THEN
371:
372: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
373:
374: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
375: THEN
376: OE_MSG_PUB.Add_Exc_Msg
377: ( G_PKG_NAME
378: , 'Process_Agreement'

Line 376: OE_MSG_PUB.Add_Exc_Msg

372: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
373:
374: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
375: THEN
376: OE_MSG_PUB.Add_Exc_Msg
377: ( G_PKG_NAME
378: , 'Process_Agreement'
379: );
380: END IF;

Line 384: OE_MSG_PUB.Count_And_Get

380: END IF;
381:
382: -- Get message count and data
383:
384: OE_MSG_PUB.Count_And_Get
385: ( p_count => x_msg_count
386: , p_data => x_msg_data
387: );
388:

Line 596: OE_MSG_PUB.Count_And_Get

592: x_return_status := FND_API.G_RET_STS_ERROR;
593:
594: -- Get message count and data
595:
596: OE_MSG_PUB.Count_And_Get
597: ( p_count => x_msg_count
598: , p_data => x_msg_data
599: );
600:

Line 607: OE_MSG_PUB.Count_And_Get

603: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
604:
605: -- Get message count and data
606:
607: OE_MSG_PUB.Count_And_Get
608: ( p_count => x_msg_count
609: , p_data => x_msg_data
610: );
611:

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

612: WHEN OTHERS THEN
613:
614: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
615:
616: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
617: THEN
618: OE_MSG_PUB.Add_Exc_Msg
619: ( G_PKG_NAME
620: , 'Lock_Agreement'

Line 618: OE_MSG_PUB.Add_Exc_Msg

614: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
615:
616: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
617: THEN
618: OE_MSG_PUB.Add_Exc_Msg
619: ( G_PKG_NAME
620: , 'Lock_Agreement'
621: );
622: END IF;

Line 626: OE_MSG_PUB.Count_And_Get

622: END IF;
623:
624: -- Get message count and data
625:
626: OE_MSG_PUB.Count_And_Get
627: ( p_count => x_msg_count
628: , p_data => x_msg_data
629: );
630:

Line 753: OE_MSG_PUB.Count_And_Get

749: x_return_status := FND_API.G_RET_STS_SUCCESS;
750:
751: -- Get message count and data
752:
753: OE_MSG_PUB.Count_And_Get
754: ( p_count => x_msg_count
755: , p_data => x_msg_data
756: );
757:

Line 767: OE_MSG_PUB.Count_And_Get

763: x_return_status := FND_API.G_RET_STS_ERROR;
764:
765: -- Get message count and data
766:
767: OE_MSG_PUB.Count_And_Get
768: ( p_count => x_msg_count
769: , p_data => x_msg_data
770: );
771:

Line 778: OE_MSG_PUB.Count_And_Get

774: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
775:
776: -- Get message count and data
777:
778: OE_MSG_PUB.Count_And_Get
779: ( p_count => x_msg_count
780: , p_data => x_msg_data
781: );
782:

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

783: WHEN OTHERS THEN
784:
785: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
786:
787: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
788: THEN
789: OE_MSG_PUB.Add_Exc_Msg
790: ( G_PKG_NAME
791: , 'Get_Agreement'

Line 789: OE_MSG_PUB.Add_Exc_Msg

785: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
786:
787: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
788: THEN
789: OE_MSG_PUB.Add_Exc_Msg
790: ( G_PKG_NAME
791: , 'Get_Agreement'
792: );
793: END IF;

Line 797: OE_MSG_PUB.Count_And_Get

793: END IF;
794:
795: -- Get message count and data
796:
797: OE_MSG_PUB.Count_And_Get
798: ( p_count => x_msg_count
799: , p_data => x_msg_data
800: );
801:

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

844: EXCEPTION
845:
846: WHEN OTHERS THEN
847:
848: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
849: THEN
850: OE_MSG_PUB.Add_Exc_Msg
851: ( G_PKG_NAME
852: , 'Id_To_Value'

Line 850: OE_MSG_PUB.Add_Exc_Msg

846: WHEN OTHERS THEN
847:
848: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
849: THEN
850: OE_MSG_PUB.Add_Exc_Msg
851: ( G_PKG_NAME
852: , 'Id_To_Value'
853: );
854: END IF;

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

966: WHEN OTHERS THEN
967:
968: x_return_status := FND_API.G_RET_STS_ERROR; /* file.sql.39 change */
969:
970: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
971: THEN
972: OE_MSG_PUB.Add_Exc_Msg
973: ( G_PKG_NAME
974: , 'Value_To_Id'

Line 972: OE_MSG_PUB.Add_Exc_Msg

968: x_return_status := FND_API.G_RET_STS_ERROR; /* file.sql.39 change */
969:
970: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
971: THEN
972: OE_MSG_PUB.Add_Exc_Msg
973: ( G_PKG_NAME
974: , 'Value_To_Id'
975: );
976: END IF;