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:
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: