DBA Data[Home] [Help]

APPS.IEU_UWQ_TASK_INFO_PKG dependencies on FND_MSG_PUB

Line 235: fnd_msg_pub.Count_And_Get(p_count => x_msg_count,

231:
232:
233: x_return_status :=fnd_api.g_ret_sts_success;
234:
235: fnd_msg_pub.Count_And_Get(p_count => x_msg_count,
236: p_data => x_msg_data);
237:
238: EXCEPTION
239:

Line 249: fnd_msg_pub.Count_And_Get(p_count => x_msg_count,

245:
246: when others then
247: x_return_status:=fnd_api.g_ret_sts_unexp_error;
248:
249: fnd_msg_pub.Count_And_Get(p_count => x_msg_count,
250: p_data => x_msg_data);
251:
252:
253: