DBA Data[Home] [Help]

APPS.IGS_AS_DOCUMENTS_API dependencies on STANDARD

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

697: );
698: END IF;
699: --Initialize API return status to success.
700: p_return_status := fnd_api.g_ret_sts_success;
701: --Standard call to get message count and if count is 1, get message info.
702: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false, p_count => p_msg_count, p_data => p_msg_data);
703: EXCEPTION
704: WHEN fnd_api.g_exc_error THEN
705: p_return_status := fnd_api.g_ret_sts_error;