DBA Data[Home] [Help]

APPS.FARX_RP dependencies on FND_MSG_PUB

Line 598: FND_MSG_PUB.Count_And_Get(

594: /* Commit changes. */
595: COMMIT WORK;
596: /* Retrieve message log and write result to log and output. */
597: IF (X_RX_Flag = 'YES') THEN
598: FND_MSG_PUB.Count_And_Get(
599: p_count => h_msg_count,
600: p_data => h_msg_data);
601: FA_SRVR_MSG.Write_Msg_Log(
602: msg_count => h_msg_count,

Line 633: FND_MSG_PUB.Count_And_Get(

629: /* Commit changes. */
630: COMMIT WORK;
631: /* Retrieve message log and write result to log and output. */
632: IF (X_RX_Flag = 'YES') THEN
633: FND_MSG_PUB.Count_And_Get(
634: p_count => h_msg_count,
635: p_data => h_msg_data);
636: FA_SRVR_MSG.Write_Msg_Log(
637: msg_count => h_msg_count,