DBA Data[Home] [Help]

APPS.AST_UWQ_LLIST_INFO_PKG dependencies on FND_MSG_PUB

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

225:
226:
227: x_return_status :=fnd_api.g_ret_sts_success;
228:
229: fnd_msg_pub.Count_And_Get(p_count => x_msg_count,
230: p_data => x_msg_data);
231:
232: EXCEPTION
233:

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

239:
240: when others then
241: x_return_status:=fnd_api.g_ret_sts_unexp_error;
242:
243: fnd_msg_pub.Count_And_Get(p_count => x_msg_count,
244: p_data => x_msg_data);
245:
246:
247: