DBA Data[Home] [Help]

APPS.FARX_RR dependencies on FND_MSG_PUB

Line 755: FND_MSG_PUB.Count_And_Get(

751: /* Commit changes. */
752: COMMIT WORK;
753: /* Retrieve message log and write result to log and output. */
754: IF (X_RX_Flag = 'YES') THEN
755: FND_MSG_PUB.Count_And_Get(
756: p_count => h_msg_count,
757: p_data => h_msg_data);
758: FA_SRVR_MSG.Write_Msg_Log(
759: msg_count => h_msg_count,

Line 786: FND_MSG_PUB.Count_And_Get(

782: /* Commit changes. */
783: COMMIT WORK;
784: /* Retrieve message log and write result to log and output. */
785: IF (X_RX_Flag = 'YES') THEN
786: FND_MSG_PUB.Count_And_Get(
787: p_count => h_msg_count,
788: p_data => h_msg_data);
789: FA_SRVR_MSG.Write_Msg_Log(
790: msg_count => h_msg_count,