DBA Data[Home] [Help]

APPS.FARX_RR dependencies on FND_MSG_PUB

Line 735: FND_MSG_PUB.Count_And_Get(

731: /* Commit changes. */
732: COMMIT WORK;
733: /* Retrieve message log and write result to log and output. */
734: IF (X_RX_Flag = 'YES') THEN
735: FND_MSG_PUB.Count_And_Get(
736: p_count => h_msg_count,
737: p_data => h_msg_data);
738: FA_SRVR_MSG.Write_Msg_Log(
739: msg_count => h_msg_count,

Line 766: FND_MSG_PUB.Count_And_Get(

762: /* Commit changes. */
763: COMMIT WORK;
764: /* Retrieve message log and write result to log and output. */
765: IF (X_RX_Flag = 'YES') THEN
766: FND_MSG_PUB.Count_And_Get(
767: p_count => h_msg_count,
768: p_data => h_msg_data);
769: FA_SRVR_MSG.Write_Msg_Log(
770: msg_count => h_msg_count,