DBA Data[Home] [Help]

APPS.IGR_I_STATUS_PKG dependencies on FND_MSG_PUB

Line 223: fnd_msg_pub.count_and_get (

219: -- Exception Handling
220: WHEN OTHERS THEN
221: ROLLBACK TO update_row_status;
222: x_ret_status := fnd_api.g_ret_sts_unexp_error;
223: fnd_msg_pub.count_and_get (
224: p_count => x_msg_count,
225: p_data => x_msg_data
226: );
227: