DBA Data[Home] [Help]

APPS.IGC_CC_COMPLETE_COVER_PKG dependencies on FND_MSG_PUB

Line 629: FND_MSG_PUB.Count_And_Get ( p_count => l_msg_count,

625: -- ------------------------------------------------------------------------------------
626: -- Ensure that any exceptions raised are output into the log file to be reported to
627: -- the user if any are present.
628: -- ------------------------------------------------------------------------------------
629: FND_MSG_PUB.Count_And_Get ( p_count => l_msg_count,
630: p_data => l_msg_data );
631:
632: IF (l_msg_count > 0) THEN
633: l_error_text := '';

Line 635: l_error_text := ' Mesg No : '|| l_cur ||' '|| FND_MSG_PUB.GET(l_cur, FND_API.G_FALSE);

631:
632: IF (l_msg_count > 0) THEN
633: l_error_text := '';
634: FOR l_cur IN 1..l_msg_count LOOP
635: l_error_text := ' Mesg No : '|| l_cur ||' '|| FND_MSG_PUB.GET(l_cur, FND_API.G_FALSE);
636: fnd_file.put_line (FND_FILE.LOG,
637: l_error_text);
638: WriteLog(l_full_path, l_error_text, g_excep_level);
639: END LOOP;

Line 676: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN

672: fnd_log.message(g_unexp_level,l_full_path,TRUE);
673: END IF;
674: raise_application_error (-20000,'IGCCCOVB : '||SQLERRM ||'-'||SQLCODE);
675: --raise_application_error (-20000,errbuf);
676: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN
677: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Complete_cover');
678: END IF;
679: FND_MSG_PUB.Count_And_Get ( p_count => l_msg_count,
680: p_data => l_msg_data );

Line 677: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Complete_cover');

673: END IF;
674: raise_application_error (-20000,'IGCCCOVB : '||SQLERRM ||'-'||SQLCODE);
675: --raise_application_error (-20000,errbuf);
676: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN
677: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Complete_cover');
678: END IF;
679: FND_MSG_PUB.Count_And_Get ( p_count => l_msg_count,
680: p_data => l_msg_data );
681:

Line 679: FND_MSG_PUB.Count_And_Get ( p_count => l_msg_count,

675: --raise_application_error (-20000,errbuf);
676: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN
677: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Complete_cover');
678: END IF;
679: FND_MSG_PUB.Count_And_Get ( p_count => l_msg_count,
680: p_data => l_msg_data );
681:
682: IF (l_msg_count > 0) THEN
683:

Line 686: l_error_text := l_cur ||' '|| FND_MSG_PUB.GET(l_cur, FND_API.G_FALSE);

682: IF (l_msg_count > 0) THEN
683:
684: l_error_text := '';
685: FOR l_cur IN 1..l_msg_count LOOP
686: l_error_text := l_cur ||' '|| FND_MSG_PUB.GET(l_cur, FND_API.G_FALSE);
687: IF(g_excep_level >= g_debug_level) THEN
688: FND_LOG.STRING(g_excep_level, l_full_path, l_error_text);
689: END IF;
690: fnd_file.put_line (FND_FILE.LOG,

Line 731: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN

727: fnd_message.set_token('MESG',SQLERRM);
728: fnd_log.message(g_unexp_level,l_full_path,TRUE);
729: END IF;
730: raise_application_error (-20000,'IGCCCOVB : '||SQLERRM ||'-'||SQLCODE);
731: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN
732: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Complete_cover');
733: END IF;
734: FND_MSG_PUB.Count_And_Get ( p_count => l_msg_count,
735: p_data => l_msg_data );

Line 732: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Complete_cover');

728: fnd_log.message(g_unexp_level,l_full_path,TRUE);
729: END IF;
730: raise_application_error (-20000,'IGCCCOVB : '||SQLERRM ||'-'||SQLCODE);
731: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN
732: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Complete_cover');
733: END IF;
734: FND_MSG_PUB.Count_And_Get ( p_count => l_msg_count,
735: p_data => l_msg_data );
736:

Line 734: FND_MSG_PUB.Count_And_Get ( p_count => l_msg_count,

730: raise_application_error (-20000,'IGCCCOVB : '||SQLERRM ||'-'||SQLCODE);
731: IF (FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)) THEN
732: FND_MSG_PUB.Add_Exc_Msg (G_PKG_NAME, 'Complete_cover');
733: END IF;
734: FND_MSG_PUB.Count_And_Get ( p_count => l_msg_count,
735: p_data => l_msg_data );
736:
737: IF (l_msg_count > 0) THEN
738:

Line 741: l_error_text := ' Mesg No : '|| l_cur ||' '|| FND_MSG_PUB.GET(l_cur, FND_API.G_FALSE);

737: IF (l_msg_count > 0) THEN
738:
739: l_error_text := '';
740: FOR l_cur IN 1..l_msg_count LOOP
741: l_error_text := ' Mesg No : '|| l_cur ||' '|| FND_MSG_PUB.GET(l_cur, FND_API.G_FALSE);
742: fnd_file.put_line (FND_FILE.LOG,
743: l_error_text);
744: WriteLog(l_full_path, l_error_text, g_excep_level);
745: END LOOP;