DBA Data[Home] [Help]

APPS.FARX_MCP dependencies on FND_MSG_PUB

Line 568: FND_MSG_PUB.Count_And_Get(

564: -- if (g_print_debug) then
565: -- fa_debug_pkg.dump_debug_messages(max_mesgs => 0);
566: -- end if;
567:
568: FND_MSG_PUB.Count_And_Get(
569: p_count => h_msg_count,
570: p_data => h_msg_data);
571: FA_SRVR_MSG.Write_Msg_Log(
572: msg_count => h_msg_count,

Line 611: FND_MSG_PUB.Count_And_Get(

607: -- end if;
608:
609: /* Retrieve message log and write result to log and output. */
610: IF (X_RX_Flag = 'YES') THEN
611: FND_MSG_PUB.Count_And_Get(
612: p_count => h_msg_count,
613: p_data => h_msg_data);
614: FA_SRVR_MSG.Write_Msg_Log(
615: msg_count => h_msg_count,

Line 655: FND_MSG_PUB.Count_And_Get(

651: -- end if;
652:
653: /* Retrieve message log and write result to log and output. */
654: IF (X_RX_Flag = 'YES') THEN
655: FND_MSG_PUB.Count_And_Get(
656: p_count => h_msg_count,
657: p_data => h_msg_data);
658: FA_SRVR_MSG.Write_Msg_Log(
659: msg_count => h_msg_count,