DBA Data[Home] [Help]

APPS.AST_UWQ_OLIST_INFO_PKG dependencies on FND_MSG_PUB

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

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

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

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