DBA Data[Home] [Help]

APPS.AST_UWQ_MLIST_INFO_PKG dependencies on FND_MSG_PUB

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

252:
253:
254: x_return_status :=fnd_api.g_ret_sts_success;
255:
256: fnd_msg_pub.Count_And_Get(p_count => x_msg_count,
257: p_data => x_msg_data);
258:
259: EXCEPTION
260:

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

266:
267: when others then
268: x_return_status:=fnd_api.g_ret_sts_unexp_error;
269:
270: fnd_msg_pub.Count_And_Get(p_count => x_msg_count,
271: p_data => x_msg_data);
272:
273:
274: