DBA Data[Home] [Help]

APPS.FARX_RP dependencies on FND_MSG_PUB

Line 575: FND_MSG_PUB.Count_And_Get(

571: /* Commit changes. */
572: COMMIT WORK;
573: /* Retrieve message log and write result to log and output. */
574: IF (X_RX_Flag = 'YES') THEN
575: FND_MSG_PUB.Count_And_Get(
576: p_count => h_msg_count,
577: p_data => h_msg_data);
578: FA_SRVR_MSG.Write_Msg_Log(
579: msg_count => h_msg_count,

Line 610: FND_MSG_PUB.Count_And_Get(

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