DBA Data[Home] [Help]

APPS.EAM_COMPLETION dependencies on STANDARD

Line 483: -- Standard Start of API savepoint

479: Recinfo C%ROWTYPE;
480:
481: BEGIN
482:
483: -- Standard Start of API savepoint
484: SAVEPOINT apiname_apitype;
485:
486: /*Standard call to check for call compatibility.
487: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,

Line 486: /*Standard call to check for call compatibility.

482:
483: -- Standard Start of API savepoint
484: SAVEPOINT apiname_apitype;
485:
486: /*Standard call to check for call compatibility.
487: IF NOT fnd_api.compatible_api_call(l_api_version, p_api_version,
488: l_api_name, g_pkg_name) THEN
489: RAISE fnd_api.g_exc_unexpected_error;
490: END IF;

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

533: APP_EXCEPTION.Raise_Exception;
534: end if;
535:
536:
537: -- Standard call to get message count and if count is 1, get message info.
538: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
539:
540: EXCEPTION
541: WHEN fnd_api.g_exc_error THEN