DBA Data[Home] [Help]

APPS.POS_BUSINESS_CLASS_BO_PKG dependencies on FND_MSG_PUB

Line 65: fnd_msg_pub.count_and_get(p_count => x_msg_count,

61: WHEN OTHERS THEN
62: x_buss_valid := 'N';
63: x_return_status := fnd_api.g_ret_sts_unexp_error;
64:
65: fnd_msg_pub.count_and_get(p_count => x_msg_count,
66: p_data => x_msg_data);
67: END validate_vendor_buss_class;
68:
69: /*#