DBA Data[Home] [Help]

APPS.IEU_WR_CON_PVT dependencies on FND_MSG_PUB

Line 930: fnd_msg_pub.Count_and_Get

926: EXCEPTION
927: WHEN fnd_api.g_exc_error THEN
928:
929: retcode := 2;
930: fnd_msg_pub.Count_and_Get
931: (
932: p_count => x_msg_count,
933: p_data => x_msg_data
934: );