DBA Data[Home] [Help]

APPS.POS_HZ_PARTY_SITE_BO_TBL_PKG dependencies on FND_MSG_PUB

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

150: EXCEPTION
151: WHEN fnd_api.g_exc_error THEN
152:
153: x_return_status := fnd_api.g_ret_sts_error;
154: fnd_msg_pub.count_and_get(p_count => x_msg_count,
155: p_data => x_msg_data);
156: WHEN fnd_api.g_exc_unexpected_error THEN
157:
158: x_return_status := fnd_api.g_ret_sts_unexp_error;

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

155: p_data => x_msg_data);
156: WHEN fnd_api.g_exc_unexpected_error THEN
157:
158: x_return_status := fnd_api.g_ret_sts_unexp_error;
159: fnd_msg_pub.count_and_get(p_count => x_msg_count,
160: p_data => x_msg_data);
161: WHEN OTHERS THEN
162:
163: x_return_status := fnd_api.g_ret_sts_unexp_error;

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

161: WHEN OTHERS THEN
162:
163: x_return_status := fnd_api.g_ret_sts_unexp_error;
164:
165: fnd_msg_pub.count_and_get(p_count => x_msg_count,
166: p_data => x_msg_data);
167:
168: END;
169: