DBA Data[Home] [Help]

APPS.IGS_AS_DOC_DETAILS_PKG dependencies on STANDARD

Line 1383: -- Standard call to get message count and if count is 1, get message info

1379: );
1380: END IF;
1381: -- Initialize API return status to success.
1382: x_return_status := fnd_api.g_ret_sts_success;
1383: -- Standard call to get message count and if count is 1, get message info
1384: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
1385: EXCEPTION
1386: WHEN fnd_api.g_exc_error THEN
1387: x_return_status := fnd_api.g_ret_sts_error;

Line 2203: -- Standard call to get message count and if count is 1, get message info

2199: RAISE fnd_api.g_exc_error;
2200: END IF;
2201: -- Initialize API return status to success.
2202: x_return_status := fnd_api.g_ret_sts_success;
2203: -- Standard call to get message count and if count is 1, get message info
2204: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
2205: EXCEPTION
2206: WHEN fnd_api.g_exc_error THEN
2207: x_return_status := fnd_api.g_ret_sts_error;

Line 2793: -- Standard call to get message count and if count is 1, get message info

2789: END;
2790: END IF;
2791: -- Initialize API return status to success.
2792: x_return_status := fnd_api.g_ret_sts_success;
2793: -- Standard call to get message count and if count is 1, get message info
2794: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
2795: EXCEPTION
2796: WHEN fnd_api.g_exc_error THEN
2797: x_return_status := fnd_api.g_ret_sts_error;

Line 3275: -- Standard call to get message count and if count is 1, get message info

3271: );
3272: END IF;
3273: -- Initialize API return status to success.
3274: x_return_status := fnd_api.g_ret_sts_success;
3275: -- Standard call to get message count and if count is 1, get message info
3276: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
3277: --
3278: RETURN;
3279: EXCEPTION