DBA Data[Home] [Help]

APPS.QP_ATTRIBUTES_PUB dependencies on OE_MSG_PUB

Line 154: OE_MSG_PUB.Count_And_Get

150: x_return_status := FND_API.G_RET_STS_ERROR;
151:
152: -- Get message count and data
153:
154: OE_MSG_PUB.Count_And_Get
155: ( p_count => x_msg_count
156: , p_data => x_msg_data
157: );
158:

Line 165: OE_MSG_PUB.Count_And_Get

161: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
162:
163: -- Get message count and data
164:
165: OE_MSG_PUB.Count_And_Get
166: ( p_count => x_msg_count
167: , p_data => x_msg_data
168: );
169:

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

170: WHEN OTHERS THEN
171:
172: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
173:
174: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
175: THEN
176: OE_MSG_PUB.Add_Exc_Msg
177: ( G_PKG_NAME
178: , 'Process_Attributes'

Line 176: OE_MSG_PUB.Add_Exc_Msg

172: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
173:
174: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
175: THEN
176: OE_MSG_PUB.Add_Exc_Msg
177: ( G_PKG_NAME
178: , 'Process_Attributes'
179: );
180: END IF;

Line 184: OE_MSG_PUB.Count_And_Get

180: END IF;
181:
182: -- Get message count and data
183:
184: OE_MSG_PUB.Count_And_Get
185: ( p_count => x_msg_count
186: , p_data => x_msg_data
187: );
188:

Line 309: OE_MSG_PUB.Count_And_Get

305: x_return_status := FND_API.G_RET_STS_ERROR;
306:
307: -- Get message count and data
308:
309: OE_MSG_PUB.Count_And_Get
310: ( p_count => x_msg_count
311: , p_data => x_msg_data
312: );
313:

Line 320: OE_MSG_PUB.Count_And_Get

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

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

325: WHEN OTHERS THEN
326:
327: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
328:
329: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
330: THEN
331: OE_MSG_PUB.Add_Exc_Msg
332: ( G_PKG_NAME
333: , 'Lock_Attributes'

Line 331: OE_MSG_PUB.Add_Exc_Msg

327: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
328:
329: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
330: THEN
331: OE_MSG_PUB.Add_Exc_Msg
332: ( G_PKG_NAME
333: , 'Lock_Attributes'
334: );
335: END IF;

Line 339: OE_MSG_PUB.Count_And_Get

335: END IF;
336:
337: -- Get message count and data
338:
339: OE_MSG_PUB.Count_And_Get
340: ( p_count => x_msg_count
341: , p_data => x_msg_data
342: );
343:

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

405: ELSIF p_prc_context_id <> FND_API.G_MISS_NUM THEN
406:
407: l_prc_context_id := p_prc_context_id;
408:
409: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_SUCCESS)
410: THEN
411:
412: FND_MESSAGE.SET_NAME('QP','FND_BOTH_VAL_AND_ID_EXIST');
413: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','prc_context');

Line 414: OE_MSG_PUB.Add;

410: THEN
411:
412: FND_MESSAGE.SET_NAME('QP','FND_BOTH_VAL_AND_ID_EXIST');
413: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','prc_context');
414: OE_MSG_PUB.Add;
415:
416: END IF;
417:
418: ELSE

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

423: ( p_prc_context => p_prc_context
424: );
425:
426: IF l_prc_context_id = FND_API.G_MISS_NUM THEN
427: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
428: THEN
429:
430: FND_MESSAGE.SET_NAME('QP','Invalid Business Object Value');
431: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','prc_context');

Line 432: OE_MSG_PUB.Add;

428: THEN
429:
430: FND_MESSAGE.SET_NAME('QP','Invalid Business Object Value');
431: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','prc_context');
432: OE_MSG_PUB.Add;
433:
434: END IF;
435: END IF;
436:

Line 479: OE_MSG_PUB.Count_And_Get

475: x_return_status := FND_API.G_RET_STS_SUCCESS;
476:
477: -- Get message count and data
478:
479: OE_MSG_PUB.Count_And_Get
480: ( p_count => x_msg_count
481: , p_data => x_msg_data
482: );
483:

Line 493: OE_MSG_PUB.Count_And_Get

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

Line 504: OE_MSG_PUB.Count_And_Get

500: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
501:
502: -- Get message count and data
503:
504: OE_MSG_PUB.Count_And_Get
505: ( p_count => x_msg_count
506: , p_data => x_msg_data
507: );
508:

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

509: WHEN OTHERS THEN
510:
511: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
512:
513: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
514: THEN
515: OE_MSG_PUB.Add_Exc_Msg
516: ( G_PKG_NAME
517: , 'Get_Attributes'

Line 515: OE_MSG_PUB.Add_Exc_Msg

511: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
512:
513: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
514: THEN
515: OE_MSG_PUB.Add_Exc_Msg
516: ( G_PKG_NAME
517: , 'Get_Attributes'
518: );
519: END IF;

Line 523: OE_MSG_PUB.Count_And_Get

519: END IF;
520:
521: -- Get message count and data
522:
523: OE_MSG_PUB.Count_And_Get
524: ( p_count => x_msg_count
525: , p_data => x_msg_data
526: );
527:

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

552: EXCEPTION
553:
554: WHEN OTHERS THEN
555:
556: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
557: THEN
558: OE_MSG_PUB.Add_Exc_Msg
559: ( G_PKG_NAME
560: , 'Id_To_Value'

Line 558: OE_MSG_PUB.Add_Exc_Msg

554: WHEN OTHERS THEN
555:
556: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
557: THEN
558: OE_MSG_PUB.Add_Exc_Msg
559: ( G_PKG_NAME
560: , 'Id_To_Value'
561: );
562: END IF;

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

625: EXCEPTION
626:
627: WHEN OTHERS THEN
628:
629: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
630: THEN
631: OE_MSG_PUB.Add_Exc_Msg
632: ( G_PKG_NAME
633: , 'Value_To_Id'

Line 631: OE_MSG_PUB.Add_Exc_Msg

627: WHEN OTHERS THEN
628:
629: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
630: THEN
631: OE_MSG_PUB.Add_Exc_Msg
632: ( G_PKG_NAME
633: , 'Value_To_Id'
634: );
635: END IF;