DBA Data[Home] [Help]

APPS.JTF_NOTES_SECURITY_PVT dependencies on FND_MSG_PUB

Line 46: FND_MSG_PUB.Initialize;

42: -- Initialize message list if p_init_msg_list is set to TRUE
43: --
44: IF FND_API.To_Boolean(p_init_msg_list)
45: THEN
46: FND_MSG_PUB.Initialize;
47: END IF;
48:
49: --
50: -- Initialize API return status to success

Line 196: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count

192: --
193: -- Standard call to get message count and if count is 1, get message info
194: --
195: x_return_status := FND_API.G_RET_STS_SUCCESS;
196: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
197: , p_data => x_msg_data
198: );
199:
200:

Line 216: fnd_msg_pub.count_and_get( p_encoded => 'F'

212: x_update_secondary_access := 0;
213: x_delete_access := 0;
214:
215: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
216: fnd_msg_pub.count_and_get( p_encoded => 'F'
217: , p_count => x_msg_count
218: , p_data => x_msg_data
219: );
220: WHEN OTHERS

Line 239: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME

235: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
236: --
237: -- Push message onto CRM stack
238: --
239: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME
240: , l_api_name
241: , SQLERRM
242: );
243: --

Line 246: x_msg_count := FND_MSG_PUB.COUNT_MSG;

242: );
243: --
244: -- Count the messages on the CRM stack
245: --
246: x_msg_count := FND_MSG_PUB.COUNT_MSG;
247:
248: END check_notes_access;
249:
250:

Line 291: FND_MSG_PUB.Initialize;

287: -- Initialize message list if p_init_msg_list is set to TRUE
288: --
289: IF FND_API.To_Boolean(p_init_msg_list)
290: THEN
291: FND_MSG_PUB.Initialize;
292: END IF;
293:
294: --
295: -- Initialize API return status to success

Line 328: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count

324:
325: --
326: -- Standard call to get message count and if count is 1, get message info
327: --
328: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
329: , p_data => x_msg_data
330: );
331:
332:

Line 349: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME

345:
346: --
347: -- Push message onto CRM stack
348: --
349: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME
350: , l_api_name
351: , l_msg_data
352: );
353: --

Line 356: x_msg_count := FND_MSG_PUB.COUNT_MSG;

352: );
353: --
354: -- Count the messages on the CRM stack
355: --
356: x_msg_count := FND_MSG_PUB.COUNT_MSG;
357:
358: --
359: -- Reset to NULL because of NOCOPY
360: --

Line 373: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME

369:
370: --
371: -- Push message onto CRM stack
372: --
373: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME
374: , l_api_name
375: , SQLERRM
376: );
377: --

Line 380: x_msg_count := FND_MSG_PUB.COUNT_MSG;

376: );
377: --
378: -- Count the messages on the CRM stack
379: --
380: x_msg_count := FND_MSG_PUB.COUNT_MSG;
381:
382: --
383: -- Reset to NULL because of NOCOPY
384: --

Line 431: FND_MSG_PUB.Initialize;

427: -- Initialize message list if p_init_msg_list is set to TRUE
428: --
429: IF FND_API.To_Boolean(p_init_msg_list)
430: THEN
431: FND_MSG_PUB.Initialize;
432: END IF;
433:
434: --
435: -- Initialize API return status to success

Line 469: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count

465:
466: --
467: -- Standard call to get message count and if count is 1, get message info
468: --
469: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
470: , p_data => x_msg_data
471: );
472:
473: EXCEPTION

Line 489: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME

485:
486: --
487: -- Push message onto CRM stack
488: --
489: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME
490: , l_api_name
491: , l_msg_data
492: );
493: --

Line 496: x_msg_count := FND_MSG_PUB.COUNT_MSG;

492: );
493: --
494: -- Count the messages on the CRM stack
495: --
496: x_msg_count := FND_MSG_PUB.COUNT_MSG;
497:
498: --
499: -- reset to NULL because of NOCOPY
500: --

Line 513: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME

509:
510: --
511: -- Push message onto CRM stack
512: --
513: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME
514: , l_api_name
515: , SQLERRM
516: );
517: --

Line 520: x_msg_count := FND_MSG_PUB.COUNT_MSG;

516: );
517: --
518: -- Count the messages on the CRM stack
519: --
520: x_msg_count := FND_MSG_PUB.COUNT_MSG;
521:
522: --
523: -- reset to NULL because of NOCOPY
524: --

Line 572: FND_MSG_PUB.Initialize;

568: -- Initialize message list if p_init_msg_list is set to TRUE
569: --
570: IF FND_API.To_Boolean(p_init_msg_list)
571: THEN
572: FND_MSG_PUB.Initialize;
573: END IF;
574:
575: --
576: -- Initialize API return status to success

Line 607: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count

603:
604: --
605: -- Standard call to get message count and if count is 1, get message info
606: --
607: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
608: , p_data => x_msg_data
609: );
610:
611: EXCEPTION

Line 630: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME

626: l_msg_data := FND_MESSAGE.GET;
627: --
628: -- Push message onto CRM stack
629: --
630: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME
631: , l_api_name
632: , l_msg_data
633: );
634: --

Line 637: x_msg_count := FND_MSG_PUB.COUNT_MSG;

633: );
634: --
635: -- Count the messages on the CRM stack
636: --
637: x_msg_count := FND_MSG_PUB.COUNT_MSG;
638:
639: WHEN OTHERS
640: THEN
641: --

Line 653: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME

649: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
650: --
651: -- Push message onto CRM stack
652: --
653: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME
654: , l_api_name
655: , SQLERRM
656: );
657: --

Line 660: x_msg_count := FND_MSG_PUB.COUNT_MSG;

656: );
657: --
658: -- Count the messages on the CRM stack
659: --
660: x_msg_count := FND_MSG_PUB.COUNT_MSG;
661:
662: END check_function;
663:
664:

Line 710: FND_MSG_PUB.Initialize;

706: -- Initialize message list if p_init_msg_list is set to TRUE
707: --
708: IF FND_API.To_Boolean(p_init_msg_list)
709: THEN
710: FND_MSG_PUB.Initialize;
711: END IF;
712:
713: --
714: -- Initialize API return status to success

Line 768: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count

764:
765: END IF;
766:
767: -- Standard call to get message count and if count is 1, get message info
768: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
769: , p_data => x_msg_data
770: );
771:
772: EXCEPTION

Line 787: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count

783: END IF;
784:
785: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
786:
787: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
788: , p_data => x_msg_data
789: );
790: WHEN OTHERS
791: THEN

Line 804: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME

800: END IF;
801:
802: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
803:
804: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME
805: , l_api_name
806: , SQLERRM
807: );
808:

Line 809: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count

805: , l_api_name
806: , SQLERRM
807: );
808:
809: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count
810: , p_data => x_msg_data
811: );
812:
813: END check_note_type;