DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_PUB dependencies on OE_MSG_PUB

Line 150: OE_MSG_PUB.Add;

146: /* Raise error if Rounding factor is NULL.Code added to fix bug # 1641559 */
147:
148: IF p_PRICE_LIST_rec.rounding_factor IS NULL THEN
149: FND_MESSAGE.SET_NAME('QP','SO_PR_NO_ROUNDING_FACTOR');
150: OE_MSG_PUB.Add;
151: RAISE FND_API.G_EXC_ERROR;
152: END IF;
153:
154: -- bug#3599792 / bug#3957078 / bug4261021

Line 211: OE_MSG_PUB.Add;

207: NULL;
208: ELSE
209: l_return_status := FND_API.G_RET_STS_ERROR;
210: FND_MESSAGE.SET_NAME('QP', 'QP_BASIC_PRICING_UNAVAILABLE');
211: OE_MSG_PUB.Add;
212: RAISE FND_API.G_EXC_ERROR;
213: END IF;
214:
215: END IF;

Line 321: oe_msg_pub.Count_And_Get

317: x_return_status := FND_API.G_RET_STS_ERROR;
318:
319: -- Get message count and data
320:
321: oe_msg_pub.Count_And_Get
322: ( p_count => x_msg_count
323: , p_data => x_msg_data
324: );
325:

Line 337: oe_msg_pub.Count_And_Get

333: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
334:
335: -- Get message count and data
336:
337: oe_msg_pub.Count_And_Get
338: ( p_count => x_msg_count
339: , p_data => x_msg_data
340: );
341:

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

347: WHEN OTHERS THEN
348:
349: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
350:
351: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
352: THEN
353: oe_msg_pub.Add_Exc_Msg
354: ( G_PKG_NAME
355: , 'Process_Price_List'

Line 353: oe_msg_pub.Add_Exc_Msg

349: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
350:
351: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
352: THEN
353: oe_msg_pub.Add_Exc_Msg
354: ( G_PKG_NAME
355: , 'Process_Price_List'
356: );
357: END IF;

Line 361: oe_msg_pub.Count_And_Get

357: END IF;
358:
359: -- Get message count and data
360:
361: oe_msg_pub.Count_And_Get
362: ( p_count => x_msg_count
363: , p_data => x_msg_data
364: );
365:

Line 539: oe_msg_pub.Count_And_Get

535: x_return_status := FND_API.G_RET_STS_ERROR;
536:
537: -- Get message count and data
538:
539: oe_msg_pub.Count_And_Get
540: ( p_count => x_msg_count
541: , p_data => x_msg_data
542: );
543:

Line 550: oe_msg_pub.Count_And_Get

546: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
547:
548: -- Get message count and data
549:
550: oe_msg_pub.Count_And_Get
551: ( p_count => x_msg_count
552: , p_data => x_msg_data
553: );
554:

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

555: WHEN OTHERS THEN
556:
557: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
558:
559: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
560: THEN
561: oe_msg_pub.Add_Exc_Msg
562: ( G_PKG_NAME
563: , 'Lock_Price_List'

Line 561: oe_msg_pub.Add_Exc_Msg

557: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
558:
559: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
560: THEN
561: oe_msg_pub.Add_Exc_Msg
562: ( G_PKG_NAME
563: , 'Lock_Price_List'
564: );
565: END IF;

Line 569: oe_msg_pub.Count_And_Get

565: END IF;
566:
567: -- Get message count and data
568:
569: oe_msg_pub.Count_And_Get
570: ( p_count => x_msg_count
571: , p_data => x_msg_data
572: );
573:

Line 655: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_SUCCESS)

651: ELSIF p_list_header_id <> FND_API.G_MISS_NUM THEN
652:
653: l_list_header_id := p_list_header_id;
654:
655: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_SUCCESS)
656: THEN
657:
658: FND_MESSAGE.SET_NAME('QP','FND_BOTH_VAL_AND_ID_EXIST');
659: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','list_header');

Line 660: oe_msg_pub.Add;

656: THEN
657:
658: FND_MESSAGE.SET_NAME('QP','FND_BOTH_VAL_AND_ID_EXIST');
659: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','list_header');
660: oe_msg_pub.Add;
661:
662: END IF;
663:
664: ELSE

Line 673: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_ERROR)

669: ( p_list_header => p_list_header
670: );
671:
672: IF l_list_header_id = FND_API.G_MISS_NUM THEN
673: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_ERROR)
674: THEN
675:
676: FND_MESSAGE.SET_NAME('QP','Invalid Business Object Value');
677: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','list_header');

Line 678: oe_msg_pub.Add;

674: THEN
675:
676: FND_MESSAGE.SET_NAME('QP','Invalid Business Object Value');
677: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','list_header');
678: oe_msg_pub.Add;
679:
680: END IF;
681: END IF;
682:

Line 733: oe_msg_pub.Count_And_Get

729: x_return_status := FND_API.G_RET_STS_SUCCESS;
730:
731: -- Get message count and data
732:
733: oe_msg_pub.Count_And_Get
734: ( p_count => x_msg_count
735: , p_data => x_msg_data
736: );
737:

Line 747: oe_msg_pub.Count_And_Get

743: x_return_status := FND_API.G_RET_STS_ERROR;
744:
745: -- Get message count and data
746:
747: oe_msg_pub.Count_And_Get
748: ( p_count => x_msg_count
749: , p_data => x_msg_data
750: );
751:

Line 758: oe_msg_pub.Count_And_Get

754: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
755:
756: -- Get message count and data
757:
758: oe_msg_pub.Count_And_Get
759: ( p_count => x_msg_count
760: , p_data => x_msg_data
761: );
762:

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

763: WHEN OTHERS THEN
764:
765: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
766:
767: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
768: THEN
769: oe_msg_pub.Add_Exc_Msg
770: ( G_PKG_NAME
771: , 'Get_Price_List'

Line 769: oe_msg_pub.Add_Exc_Msg

765: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
766:
767: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
768: THEN
769: oe_msg_pub.Add_Exc_Msg
770: ( G_PKG_NAME
771: , 'Get_Price_List'
772: );
773: END IF;

Line 777: oe_msg_pub.Count_And_Get

773: END IF;
774:
775: -- Get message count and data
776:
777: oe_msg_pub.Count_And_Get
778: ( p_count => x_msg_count
779: , p_data => x_msg_data
780: );
781:

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

825: EXCEPTION
826:
827: WHEN OTHERS THEN
828:
829: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
830: THEN
831: oe_msg_pub.Add_Exc_Msg
832: ( G_PKG_NAME
833: , 'Id_To_Value'

Line 831: oe_msg_pub.Add_Exc_Msg

827: WHEN OTHERS THEN
828:
829: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
830: THEN
831: oe_msg_pub.Add_Exc_Msg
832: ( G_PKG_NAME
833: , 'Id_To_Value'
834: );
835: END IF;

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

954: EXCEPTION
955:
956: WHEN OTHERS THEN
957:
958: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
959: THEN
960: oe_msg_pub.Add_Exc_Msg
961: ( G_PKG_NAME
962: , 'Value_To_Id'

Line 960: oe_msg_pub.Add_Exc_Msg

956: WHEN OTHERS THEN
957:
958: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
959: THEN
960: oe_msg_pub.Add_Exc_Msg
961: ( G_PKG_NAME
962: , 'Value_To_Id'
963: );
964: END IF;