DBA Data[Home] [Help]

APPS.IA_POST_REQUEST_PKG dependencies on FND_MSG_PUB

Line 409: FND_MSG_PUB.Count_And_Get(

405: if (g_print_debug) then
406: fa_debug_pkg.Write_Debug_Log;
407: end if;
408:
409: FND_MSG_PUB.Count_And_Get(
410: p_count => h_msg_count,
411: p_data => h_msg_data);
412:
413: fa_srvr_msg.Write_Msg_Log(h_msg_count, h_msg_data);

Line 425: FND_MSG_PUB.Count_And_Get(p_count => h_msg_count,

421: fa_debug_pkg.Write_Debug_Log;
422: end if;
423:
424: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
425: FND_MSG_PUB.Count_And_Get(p_count => h_msg_count,
426: p_data => h_msg_data);
427:
428: fa_srvr_msg.Write_Msg_Log(h_msg_count, h_msg_data);
429:

Line 447: FND_MSG_PUB.Count_And_Get(p_count => h_msg_count,

443: retcode := 2;
444:
445: fa_srvr_msg.add_sql_error(
446: calling_fn => l_calling_fn);
447: FND_MSG_PUB.Count_And_Get(p_count => h_msg_count,
448: p_data => h_msg_data);
449:
450: fa_srvr_msg.Write_Msg_Log(h_msg_count, h_msg_data);
451: