188:
189: EXCEPTION
190: WHEN OTHERS THEN
191: x_return_status := fnd_api.g_ret_sts_unexp_error;
192: -- Standard call to get message count and if count=1, get the message
193: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
194: p_count => x_msg_count,
195: p_data => x_msg_data);
196: end UPDATE_APPROVAL_STATUS;