DBA Data[Home] [Help]

APPS.IEU_UWQ_TASK_INFO_PKG dependencies on FND_MSG_PUB

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

240:
241:
242: x_return_status :=fnd_api.g_ret_sts_success;
243:
244: fnd_msg_pub.Count_And_Get(p_count => x_msg_count,
245: p_data => x_msg_data);
246:
247: EXCEPTION
248:

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

254:
255: when others then
256: x_return_status:=fnd_api.g_ret_sts_unexp_error;
257:
258: fnd_msg_pub.Count_And_Get(p_count => x_msg_count,
259: p_data => x_msg_data);
260:
261:
262: