DBA Data[Home] [Help]

APPS.QP_MODIFIERS_GRP dependencies on OE_MSG_PUB

Line 180: OE_MSG_PUB.Add;

176: THEN
177:
178: l_return_status := FND_API.G_RET_STS_ERROR;
179: FND_MESSAGE.SET_NAME('QP','QP_BASIC_PRICING_UNAVAILABLE');
180: OE_MSG_PUB.Add;
181: RAISE FND_API.G_EXC_ERROR;
182:
183: END IF;
184:

Line 271: OE_MSG_PUB.Count_And_Get

267: x_return_status := FND_API.G_RET_STS_ERROR;
268:
269: -- Get message count and data
270:
271: OE_MSG_PUB.Count_And_Get
272: ( p_count => x_msg_count
273: , p_data => x_msg_data
274: );
275:

Line 282: OE_MSG_PUB.Count_And_Get

278: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
279:
280: -- Get message count and data
281:
282: OE_MSG_PUB.Count_And_Get
283: ( p_count => x_msg_count
284: , p_data => x_msg_data
285: );
286:

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

287: WHEN OTHERS THEN
288:
289: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
290:
291: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
292: THEN
293: OE_MSG_PUB.Add_Exc_Msg
294: ( G_PKG_NAME
295: , 'Process_Modifiers'

Line 293: OE_MSG_PUB.Add_Exc_Msg

289: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
290:
291: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
292: THEN
293: OE_MSG_PUB.Add_Exc_Msg
294: ( G_PKG_NAME
295: , 'Process_Modifiers'
296: );
297: END IF;

Line 301: OE_MSG_PUB.Count_And_Get

297: END IF;
298:
299: -- Get message count and data
300:
301: OE_MSG_PUB.Count_And_Get
302: ( p_count => x_msg_count
303: , p_data => x_msg_data
304: );
305:

Line 462: OE_MSG_PUB.Count_And_Get

458: x_return_status := FND_API.G_RET_STS_ERROR;
459:
460: -- Get message count and data
461:
462: OE_MSG_PUB.Count_And_Get
463: ( p_count => x_msg_count
464: , p_data => x_msg_data
465: );
466:

Line 473: OE_MSG_PUB.Count_And_Get

469: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
470:
471: -- Get message count and data
472:
473: OE_MSG_PUB.Count_And_Get
474: ( p_count => x_msg_count
475: , p_data => x_msg_data
476: );
477:

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

478: WHEN OTHERS THEN
479:
480: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
481:
482: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
483: THEN
484: OE_MSG_PUB.Add_Exc_Msg
485: ( G_PKG_NAME
486: , 'Lock_Modifiers'

Line 484: OE_MSG_PUB.Add_Exc_Msg

480: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
481:
482: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
483: THEN
484: OE_MSG_PUB.Add_Exc_Msg
485: ( G_PKG_NAME
486: , 'Lock_Modifiers'
487: );
488: END IF;

Line 492: OE_MSG_PUB.Count_And_Get

488: END IF;
489:
490: -- Get message count and data
491:
492: OE_MSG_PUB.Count_And_Get
493: ( p_count => x_msg_count
494: , p_data => x_msg_data
495: );
496:

Line 570: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_SUCCESS)

566: ELSIF p_list_header_id <> FND_API.G_MISS_NUM THEN
567:
568: l_list_header_id := p_list_header_id;
569:
570: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_SUCCESS)
571: THEN
572:
573: FND_MESSAGE.SET_NAME('QP','FND_BOTH_VAL_AND_ID_EXIST');
574: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','list_header');

Line 575: OE_MSG_PUB.Add;

571: THEN
572:
573: FND_MESSAGE.SET_NAME('QP','FND_BOTH_VAL_AND_ID_EXIST');
574: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','list_header');
575: OE_MSG_PUB.Add;
576:
577: END IF;
578:
579: ELSE

Line 588: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

584: ( p_list_header => p_list_header
585: );
586:
587: IF l_list_header_id = FND_API.G_MISS_NUM THEN
588: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
589: THEN
590:
591: FND_MESSAGE.SET_NAME('QP','Invalid Business Object Value');
592: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','list_header');

Line 593: OE_MSG_PUB.Add;

589: THEN
590:
591: FND_MESSAGE.SET_NAME('QP','Invalid Business Object Value');
592: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','list_header');
593: OE_MSG_PUB.Add;
594:
595: END IF;
596: END IF;
597:

Line 648: OE_MSG_PUB.Count_And_Get

644: x_return_status := FND_API.G_RET_STS_SUCCESS;
645:
646: -- Get message count and data
647:
648: OE_MSG_PUB.Count_And_Get
649: ( p_count => x_msg_count
650: , p_data => x_msg_data
651: );
652:

Line 662: OE_MSG_PUB.Count_And_Get

658: x_return_status := FND_API.G_RET_STS_ERROR;
659:
660: -- Get message count and data
661:
662: OE_MSG_PUB.Count_And_Get
663: ( p_count => x_msg_count
664: , p_data => x_msg_data
665: );
666:

Line 673: OE_MSG_PUB.Count_And_Get

669: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
670:
671: -- Get message count and data
672:
673: OE_MSG_PUB.Count_And_Get
674: ( p_count => x_msg_count
675: , p_data => x_msg_data
676: );
677:

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

678: WHEN OTHERS THEN
679:
680: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
681:
682: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
683: THEN
684: OE_MSG_PUB.Add_Exc_Msg
685: ( G_PKG_NAME
686: , 'Get_Modifiers'

Line 684: OE_MSG_PUB.Add_Exc_Msg

680: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
681:
682: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
683: THEN
684: OE_MSG_PUB.Add_Exc_Msg
685: ( G_PKG_NAME
686: , 'Get_Modifiers'
687: );
688: END IF;

Line 692: OE_MSG_PUB.Count_And_Get

688: END IF;
689:
690: -- Get message count and data
691:
692: OE_MSG_PUB.Count_And_Get
693: ( p_count => x_msg_count
694: , p_data => x_msg_data
695: );
696:

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

741: EXCEPTION
742:
743: WHEN OTHERS THEN
744:
745: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
746: THEN
747: OE_MSG_PUB.Add_Exc_Msg
748: ( G_PKG_NAME
749: , 'Id_To_Value'

Line 747: OE_MSG_PUB.Add_Exc_Msg

743: WHEN OTHERS THEN
744:
745: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
746: THEN
747: OE_MSG_PUB.Add_Exc_Msg
748: ( G_PKG_NAME
749: , 'Id_To_Value'
750: );
751: END IF;

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

872: EXCEPTION
873:
874: WHEN OTHERS THEN
875:
876: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
877: THEN
878: OE_MSG_PUB.Add_Exc_Msg
879: ( G_PKG_NAME
880: , 'Value_To_Id'

Line 878: OE_MSG_PUB.Add_Exc_Msg

874: WHEN OTHERS THEN
875:
876: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
877: THEN
878: OE_MSG_PUB.Add_Exc_Msg
879: ( G_PKG_NAME
880: , 'Value_To_Id'
881: );
882: END IF;